Uses of Class
org.knowm.xchange.ascendex.dto.trade.AscendexPlaceOrderRequestPayload.AscendexSide
Package | Description |
---|---|
org.knowm.xchange.ascendex | |
org.knowm.xchange.ascendex.dto.trade |
-
Uses of AscendexPlaceOrderRequestPayload.AscendexSide in org.knowm.xchange.ascendex
Methods in org.knowm.xchange.ascendex with parameters of type AscendexPlaceOrderRequestPayload.AscendexSide Modifier and Type Method Description static Order.OrderType
AscendexAdapters. adaptAscendexSideToOrderType(AscendexPlaceOrderRequestPayload.AscendexSide ascendexSide)
-
Uses of AscendexPlaceOrderRequestPayload.AscendexSide in org.knowm.xchange.ascendex.dto.trade
Methods in org.knowm.xchange.ascendex.dto.trade that return AscendexPlaceOrderRequestPayload.AscendexSide Modifier and Type Method Description AscendexPlaceOrderRequestPayload.AscendexSide
AscendexOpenOrdersResponse. getSide()
AscendexPlaceOrderRequestPayload.AscendexSide
AscendexPlaceOrderRequestPayload. getSide()
static AscendexPlaceOrderRequestPayload.AscendexSide
AscendexPlaceOrderRequestPayload.AscendexSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static AscendexPlaceOrderRequestPayload.AscendexSide[]
AscendexPlaceOrderRequestPayload.AscendexSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.ascendex.dto.trade with parameters of type AscendexPlaceOrderRequestPayload.AscendexSide Constructor Description 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)