Class ExecutionReportObject
java.lang.Object
org.knowm.xchange.globitex.dto.trade.ExecutionReportObject
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionReportObject
(String orderId, String clientOrderId, String orderStatus, String symbol, String side, BigDecimal price, BigDecimal quantity, String type, String timeInForce, BigDecimal lastQuantity, BigDecimal lastPrice, BigDecimal leavesQuantity, BigDecimal cumQuantity, BigDecimal averagePrice, long created, String execReportType, long lastTimestamp, String account, String orderSource) -
Method Summary
-
Constructor Details
-
ExecutionReportObject
public ExecutionReportObject(String orderId, String clientOrderId, String orderStatus, String symbol, String side, BigDecimal price, BigDecimal quantity, String type, String timeInForce, BigDecimal lastQuantity, BigDecimal lastPrice, BigDecimal leavesQuantity, BigDecimal cumQuantity, BigDecimal averagePrice, long created, String execReportType, long lastTimestamp, String account, String orderSource)
-
-
Method Details
-
getOrderId
-
getClientOrderId
-
getOrderStatus
-
getSymbol
-
getSide
-
getPrice
-
getQuantity
-
getType
-
getTimeInForce
-
getLastQuantity
-
getLastPrice
-
getLeavesQuantity
-
getCumQuantity
-
getAveragePrice
-
getCreated
public long getCreated() -
getExecReportType
-
getLastTimestamp
public long getLastTimestamp() -
getAccount
-
getOrderSource
-
toString
-