Uses of Enum Class
org.knowm.xchange.krakenfutures.dto.trade.KrakenFuturesOrderType
Packages that use KrakenFuturesOrderType
-
Uses of KrakenFuturesOrderType in org.knowm.xchange.krakenfutures.dto.trade
Methods in org.knowm.xchange.krakenfutures.dto.trade that return KrakenFuturesOrderTypeModifier and TypeMethodDescriptionstatic KrakenFuturesOrderTypeReturns the enum constant of this class with the specified name.static KrakenFuturesOrderType[]KrakenFuturesOrderType.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 KrakenFuturesOrderTypeModifierConstructorDescriptionKrakenFuturesOpenOrder(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)