Class CoinmateWebSocketTrade
java.lang.Object
info.bitrich.xchangestream.coinmate.v2.dto.CoinmateWebSocketTrade
-
Constructor Summary
ConstructorDescriptionCoinmateWebSocketTrade
(String type, long timestamp, BigDecimal price, BigDecimal amount, BigDecimal buyOrderId, BigDecimal sellOrderId) -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
long
getType()
toTransactionEntry
(String currencyPair)
-
Constructor Details
-
CoinmateWebSocketTrade
public CoinmateWebSocketTrade(String type, long timestamp, BigDecimal price, BigDecimal amount, BigDecimal buyOrderId, BigDecimal sellOrderId)
-
-
Method Details
-
toTransactionEntry
-
getTimestamp
public long getTimestamp() -
getPrice
-
getAmount
-
getType
-
getBuyOrderId
-
getSellOrderId
-