Class CoinEggTrade
java.lang.Object
org.knowm.xchange.coinegg.dto.marketdata.CoinEggTrade
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionCoinEggTrade
(long timestamp, BigDecimal price, BigDecimal amount, int tid, CoinEggTrade.Type type) -
Method Summary
-
Constructor Details
-
CoinEggTrade
public CoinEggTrade(long timestamp, BigDecimal price, BigDecimal amount, int tid, CoinEggTrade.Type type)
-
-
Method Details
-
getPrice
-
getAmount
-
getType
-
getOrderType
-
getTransactionID
public int getTransactionID() -
getTimestamp
public long getTimestamp()
-