Class AscendexOpenOrdersResponse
java.lang.Object
org.knowm.xchange.ascendex.dto.trade.AscendexOpenOrdersResponse
-
Constructor Summary
ConstructorDescriptionAscendexOpenOrdersResponse
(BigDecimal avgPx, BigDecimal cumFee, BigDecimal cumFilledQty, String errorCode, String feeAsset, Long lastExecTime, String orderId, BigDecimal orderQty, String orderType, BigDecimal price, Long seqNum, String side, String status, BigDecimal stopPrice, String symbol, String execInst) -
Method Summary
-
Constructor Details
-
AscendexOpenOrdersResponse
public AscendexOpenOrdersResponse(BigDecimal avgPx, BigDecimal cumFee, BigDecimal cumFilledQty, String errorCode, String feeAsset, Long lastExecTime, String orderId, BigDecimal orderQty, String orderType, BigDecimal price, Long seqNum, String side, String status, BigDecimal stopPrice, String symbol, String execInst)
-
-
Method Details