public class BTCTradeTrade extends Object
| Constructor and Description |
|---|
BTCTradeTrade(long date,
BigDecimal price,
BigDecimal amount,
long tid,
String type) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
long |
getDate() |
BigDecimal |
getPrice() |
long |
getTid() |
String |
getType() |
public BTCTradeTrade(long date,
BigDecimal price,
BigDecimal amount,
long tid,
String type)
public long getDate()
public BigDecimal getPrice()
public BigDecimal getAmount()
public long getTid()
public String getType()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.