Class AscendexPlaceOrderRequestPayload
java.lang.Object
org.knowm.xchange.ascendex.dto.trade.AscendexPlaceOrderRequestPayload
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionAscendexPlaceOrderRequestPayload
(String symbol, Long time, String orderQty, AscendexPlaceOrderRequestPayload.AscendexOrderType orderType, AscendexPlaceOrderRequestPayload.AscendexSide side, String id, String orderPrice, String stopPrice, boolean postOnly, String timeInForce, String respInst) -
Method Summary
-
Constructor Details
-
AscendexPlaceOrderRequestPayload
public AscendexPlaceOrderRequestPayload(String symbol, Long time, String orderQty, AscendexPlaceOrderRequestPayload.AscendexOrderType orderType, AscendexPlaceOrderRequestPayload.AscendexSide side, String id, String orderPrice, String stopPrice, boolean postOnly, String timeInForce, String respInst)
-
-
Method Details