Uses of Enum Class
org.knowm.xchange.krakenfutures.dto.trade.KrakenFuturesOrderStatus
Packages that use KrakenFuturesOrderStatus
-
Uses of KrakenFuturesOrderStatus in org.knowm.xchange.krakenfutures
Methods in org.knowm.xchange.krakenfutures with parameters of type KrakenFuturesOrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusKrakenFuturesAdapters.adaptOrderStatus(KrakenFuturesOrderStatus krakenFuturesOrderStatus) -
Uses of KrakenFuturesOrderStatus in org.knowm.xchange.krakenfutures.dto.trade
Methods in org.knowm.xchange.krakenfutures.dto.trade that return KrakenFuturesOrderStatusModifier and TypeMethodDescriptionstatic KrakenFuturesOrderStatusReturns the enum constant of this class with the specified name.static KrakenFuturesOrderStatus[]KrakenFuturesOrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.krakenfutures.dto.trade with parameters of type KrakenFuturesOrderStatusModifierConstructorDescriptionKrakenFuturesOpenOrder(String result, String error, Date receivedTime, KrakenFuturesOrderStatus status, String orderId, KrakenFuturesOrderType orderType, String symbol, KrakenFuturesOrderSide side, BigDecimal unfilledSize, BigDecimal filledSize, BigDecimal limitPrice, BigDecimal stopPrice, boolean isReduceOnly) KrakenFuturesOrderDetails(String cliOrdId, BigDecimal filled, Date lastUpdateTimestamp, BigDecimal limitPrice, String orderId, BigDecimal quantity, boolean isReduceOnly, KrakenFuturesOrderSide side, String symbol, KrakenFuturesOrderStatus status)