Class BitfinexWebSocketTrade
java.lang.Object
info.bitrich.xchangestream.bitfinex.dto.BitfinexWebSocketTrade
Created by Lukas Zaoralek on 7.11.17.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBitfinexWebSocketTrade
(long tradeId, long timestamp, BigDecimal amount, BigDecimal price) -
Method Summary
-
Field Details
-
tradeId
public long tradeId -
timestamp
public long timestamp -
amount
-
price
-
-
Constructor Details
-
BitfinexWebSocketTrade
public BitfinexWebSocketTrade() -
BitfinexWebSocketTrade
-
-
Method Details
-
getTradeId
public long getTradeId() -
getTimestamp
public long getTimestamp() -
getAmount
-
getPrice
-
toBitfinexTrade
-