Class BitmexExecution
java.lang.Object
info.bitrich.xchangestream.bitmex.dto.BitmexExecution
- Author:
- Nikita Belenkiy on 05/06/2018.
-
Field Summary
Modifier and TypeFieldDescriptionprotected long
protected BigDecimal
protected String
protected String
protected BigDecimal
protected String
protected BigDecimal
protected String
protected Long
protected String
protected Long
protected Long
protected String
protected String
protected String
protected BigDecimal
protected BigDecimal
protected String
protected String
protected BigDecimal
protected Long
protected Long
protected String
protected String
protected Long
protected String
protected BitmexPrivateOrder.OrderStatus
protected String
protected BigDecimal
protected String
protected BigDecimal
protected String
protected BitmexSide
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected BigDecimal
protected String
protected String
protected String
protected Date
protected String
protected Date
protected String
protected String
protected BigDecimal
protected Boolean
-
Constructor Summary
ConstructorDescriptionBitmexExecution
(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
-