Uses of Enum
org.knowm.xchange.ftx.dto.trade.FtxOrderType
Packages that use FtxOrderType
-
Uses of FtxOrderType in org.knowm.xchange.ftx.dto.trade
Methods in org.knowm.xchange.ftx.dto.trade that return FtxOrderTypeModifier and TypeMethodDescriptionFtxConditionalOrderDto.getOrderType()
FtxOrderDto.getType()
FtxOrderRequestPayload.getType()
static FtxOrderType
Returns the enum constant of this type with the specified name.static FtxOrderType[]
FtxOrderType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.knowm.xchange.ftx.dto.trade with parameters of type FtxOrderTypeConstructors in org.knowm.xchange.ftx.dto.trade with parameters of type FtxOrderTypeModifierConstructorDescriptionFtxConditionalOrderDto
(Date createdAt, String future, String id, String market, BigDecimal orderPrice, boolean reduceOnly, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, BigDecimal trailStart, BigDecimal trailValue, BigDecimal triggerPrice, Date triggeredAt, FtxConditionalOrderType type, FtxOrderType orderType, BigDecimal filledSize, BigDecimal avgFillPrice, boolean retryUntilFilled) FtxOrderDto
(Date createdAt, BigDecimal filledSize, String future, String id, String market, BigDecimal price, BigDecimal remainingSize, BigDecimal avgFillPrice, FtxOrderSide side, BigDecimal size, FtxOrderStatus status, FtxOrderType type, boolean reduceOnly, boolean ioc, boolean postOnly, boolean liquidation, String clientId) FtxOrderRequestPayload
(String market, FtxOrderSide side, BigDecimal price, FtxOrderType type, BigDecimal size, boolean reduceOnly, boolean ioc, boolean postOnly, String clientId)