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