Class BitmexExecution
java.lang.Object
info.bitrich.xchangestream.bitmex.dto.BitmexExecution
- Author:
- Nikita Belenkiy on 05/06/2018.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected BigDecimalprotected Stringprotected Stringprotected BigDecimalprotected Stringprotected BigDecimalprotected Stringprotected Longprotected Stringprotected Longprotected Longprotected Stringprotected Stringprotected Stringprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected BigDecimalprotected Longprotected Longprotected Stringprotected Stringprotected Longprotected Stringprotected BitmexPrivateOrder.OrderStatusprotected Stringprotected BigDecimalprotected Stringprotected BigDecimalprotected Stringprotected BitmexSideprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected BigDecimalprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Dateprotected Stringprotected Stringprotected BigDecimalprotected Boolean -
Constructor Summary
ConstructorsConstructorDescriptionBitmexExecution(String execID, String orderID, String clOrdID, String clOrdLinkID, int account, String symbol, BitmexSide side, Long lastQty, BigDecimal lastPx, BigDecimal underlyingLastPx, String lastMkt, String lastLiquidityInd, BigDecimal simpleOrderQty, long orderQty, BigDecimal price, Long displayQty, BigDecimal stopPx, BigDecimal pegOffsetValue, String pegPriceType, String currency, String settlCurrency, String execType, String ordType, String timeInForce, String execInst, String contingencyType, String exDestination, BitmexPrivateOrder.OrderStatus ordStatus, String triggered, boolean workingIndicator, String ordRejReason, BigDecimal simpleLeavesQty, Long leavesQty, BigDecimal simpleCumQty, BigDecimal cumQty, BigDecimal avgPx, BigDecimal commission, String tradePublishIndicator, String multiLegReportingType, String text, String trdMatchID, Long execCost, Long execComm, BigDecimal homeNotional, BigDecimal foreignNotional, Date transactTime, Date timestamp) -
Method Summary
-
Field Details
-
execID
-
orderID
-
clOrdID
-
clOrdLinkID
-
account
protected long account -
symbol
-
side
-
lastQty
-
lastPx
-
underlyingLastPx
-
lastMkt
-
lastLiquidityInd
-
simpleOrderQty
-
orderQty
-
price
-
displayQty
-
stopPx
-
pegOffsetValue
-
pegPriceType
-
currency
-
settlCurrency
-
execType
-
ordType
-
timeInForce
-
execInst
-
contingencyType
-
exDestination
-
ordStatus
-
triggered
-
workingIndicator
-
ordRejReason
-
simpleLeavesQty
-
leavesQty
-
simpleCumQty
-
cumQty
-
avgPx
-
commission
-
tradePublishIndicator
-
multiLegReportingType
-
text
-
trdMatchID
-
execCost
-
execComm
-
homeNotional
-
foreignNotional
-
transactTime
-
timestamp
-
-
Constructor Details
-
BitmexExecution
public BitmexExecution(String execID, String orderID, String clOrdID, String clOrdLinkID, int account, String symbol, BitmexSide side, Long lastQty, BigDecimal lastPx, BigDecimal underlyingLastPx, String lastMkt, String lastLiquidityInd, BigDecimal simpleOrderQty, long orderQty, BigDecimal price, Long displayQty, BigDecimal stopPx, BigDecimal pegOffsetValue, String pegPriceType, String currency, String settlCurrency, String execType, String ordType, String timeInForce, String execInst, String contingencyType, String exDestination, BitmexPrivateOrder.OrderStatus ordStatus, String triggered, boolean workingIndicator, String ordRejReason, BigDecimal simpleLeavesQty, Long leavesQty, BigDecimal simpleCumQty, BigDecimal cumQty, BigDecimal avgPx, BigDecimal commission, String tradePublishIndicator, String multiLegReportingType, String text, String trdMatchID, Long execCost, Long execComm, BigDecimal homeNotional, BigDecimal foreignNotional, Date transactTime, Date timestamp)
-
-
Method Details
-
getExecID
-
getOrderID
-
getClOrdID
-
getClOrdLinkID
-
getAccount
public long getAccount() -
getSymbol
-
getSide
-
getLastQty
-
getLastPx
-
getUnderlyingLastPx
-
getLastMkt
-
getLastLiquidityInd
-
getSimpleOrderQty
-
getOrderQty
-
getPrice
-
getDisplayQty
-
getStopPx
-
getPegOffsetValue
-
getPegPriceType
-
getCurrency
-
getSettlCurrency
-
getExecType
-
getOrdType
-
getTimeInForce
-
getExecInst
-
getContingencyType
-
getExDestination
-
getOrdStatus
-
getTriggered
-
isWorkingIndicator
-
getOrdRejReason
-
getSimpleLeavesQty
-
getLeavesQty
-
getSimpleCumQty
-
getCumQty
-
getAvgPx
-
getCommission
-
getTradePublishIndicator
-
getMultiLegReportingType
-
getText
-
getTrdMatchID
-
getExecCost
-
getExecComm
-
getHomeNotional
-
getForeignNotional
-
getTransactTime
-
getTimestamp
-
toString
-