Class TradeBinanceWebsocketTransaction
java.lang.Object
info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.ProductBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.TradeBinanceWebsocketTransaction
-
Nested Class Summary
Nested classes/interfaces inherited from class info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
BaseBinanceWebSocketTransaction.BinanceWebSocketTypes
-
Field Summary
Fields inherited from class info.bitrich.xchangestream.binance.dto.ProductBinanceWebSocketTransaction
symbol
Fields inherited from class info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
eventTime, eventType
-
Constructor Summary
ConstructorDescriptionTradeBinanceWebsocketTransaction
(String eventType, String eventTime, String symbol, long tradeId, BigDecimal price, BigDecimal quantity, long buyerOrderId, long sellerOrderId, long timestamp, boolean buyerMarketMaker, boolean ignore) -
Method Summary
Methods inherited from class info.bitrich.xchangestream.binance.dto.ProductBinanceWebSocketTransaction
getSymbol
Methods inherited from class info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
getEventTime, getEventType
-
Constructor Details
-
TradeBinanceWebsocketTransaction
public TradeBinanceWebsocketTransaction(String eventType, String eventTime, String symbol, long tradeId, BigDecimal price, BigDecimal quantity, long buyerOrderId, long sellerOrderId, long timestamp, boolean buyerMarketMaker, boolean ignore)
-
-
Method Details
-
getRawTrade
-