Class ExecutionReportBinanceUserTransaction
java.lang.Object
info.bitrich.xchangestream.binance.dto.BaseBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.ProductBinanceWebSocketTransaction
info.bitrich.xchangestream.binance.dto.ExecutionReportBinanceUserTransaction
-
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
ConstructorDescriptionExecutionReportBinanceUserTransaction
(String eventType, String eventTime, String symbol, String clientOrderId, String side, String orderType, String timeInForce, BigDecimal quantity, BigDecimal price, BigDecimal stopPrice, BigDecimal icebergQuantity, String currentExecutionType, String currentOrderStatus, String orderRejectReason, long orderId, BigDecimal lastExecutedQuantity, BigDecimal cumulativeFilledQuantity, BigDecimal lastExecutedPrice, BigDecimal commissionAmount, String commissionAsset, long timestamp, long tradeId, boolean working, boolean buyerMarketMaker, BigDecimal cumulativeQuoteAssetTransactedQuantity) -
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
-
ExecutionReportBinanceUserTransaction
public ExecutionReportBinanceUserTransaction(String eventType, String eventTime, String symbol, String clientOrderId, String side, String orderType, String timeInForce, BigDecimal quantity, BigDecimal price, BigDecimal stopPrice, BigDecimal icebergQuantity, String currentExecutionType, String currentOrderStatus, String orderRejectReason, long orderId, BigDecimal lastExecutedQuantity, BigDecimal cumulativeFilledQuantity, BigDecimal lastExecutedPrice, BigDecimal commissionAmount, String commissionAsset, long timestamp, long tradeId, boolean working, boolean buyerMarketMaker, BigDecimal cumulativeQuoteAssetTransactedQuantity)
-
-
Method Details