Class CoinbeneTrade
java.lang.Object
org.knowm.xchange.coinbene.dto.marketdata.CoinbeneTrade
public class CoinbeneTrade extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CoinbeneTrade.Take
-
Constructor Summary
Constructors Constructor Description CoinbeneTrade(BigDecimal price, BigDecimal quantity, Long timestamp, CoinbeneTrade.Take take, String tradeId)
-
Method Summary
Modifier and Type Method Description BigDecimal
getPrice()
BigDecimal
getQuantity()
CoinbeneTrade.Take
getTake()
Long
getTimestamp()
String
getTradeId()
-
Constructor Details
-
CoinbeneTrade
public CoinbeneTrade(BigDecimal price, BigDecimal quantity, Long timestamp, CoinbeneTrade.Take take, String tradeId)
-
-
Method Details
-
getPrice
-
getQuantity
-
getTimestamp
-
getTake
-
getTradeId
-