Class LivecoinTrade
java.lang.Object
org.knowm.xchange.livecoin.dto.marketdata.LivecoinTrade
public class LivecoinTrade extends Object
-
Constructor Summary
Constructors Constructor Description LivecoinTrade(Long time, Long id, BigDecimal price, BigDecimal quantity, String type)
-
Method Summary
Modifier and Type Method Description Long
getId()
BigDecimal
getPrice()
BigDecimal
getQuantity()
Long
getTime()
String
getType()
String
toString()