Class TickerBinanceWebsocketTransaction
java.lang.Object
info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.ProductBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.TickerBinanceWebsocketTransaction
-
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
ConstructorDescriptionTickerBinanceWebsocketTransaction
(String eventType, String eventTime, String symbol, BigDecimal priceChange, BigDecimal priceChangePercent, BigDecimal weightedAvgPrice, BigDecimal prevClosePrice, BigDecimal lastPrice, BigDecimal lastQty, BigDecimal bidPrice, BigDecimal bidQty, BigDecimal askPrice, BigDecimal askQty, BigDecimal openPrice, BigDecimal highPrice, BigDecimal lowPrice, BigDecimal volume, BigDecimal quoteVolume, Long openTime, Long closeTime, Long firstId, Long lastId, Long count) -
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
-
TickerBinanceWebsocketTransaction
public TickerBinanceWebsocketTransaction(String eventType, String eventTime, String symbol, BigDecimal priceChange, BigDecimal priceChangePercent, BigDecimal weightedAvgPrice, BigDecimal prevClosePrice, BigDecimal lastPrice, BigDecimal lastQty, BigDecimal bidPrice, BigDecimal bidQty, BigDecimal askPrice, BigDecimal askQty, BigDecimal openPrice, BigDecimal highPrice, BigDecimal lowPrice, BigDecimal volume, BigDecimal quoteVolume, Long openTime, Long closeTime, Long firstId, Long lastId, Long count)
-
-
Method Details
-
getTicker
-