Class CexIOTrade
java.lang.Object
org.knowm.xchange.cexio.dto.marketdata.CexIOTrade
public class CexIOTrade extends Object
Author: brox Since: 2/5/14
-
Constructor Summary
Constructors Constructor Description CexIOTrade(BigDecimal amount, BigDecimal price, long date, long tid, String type)
Constructor -
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
long
getDate()
BigDecimal
getPrice()
long
getTid()
String
getType()
String
toString()