Uses of Enum
org.knowm.xchange.kraken.dto.trade.KrakenOrderStatus
Packages that use KrakenOrderStatus
-
Uses of KrakenOrderStatus in org.knowm.xchange.kraken
Methods in org.knowm.xchange.kraken with parameters of type KrakenOrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatus
KrakenAdapters.adaptOrderStatus
(KrakenOrderStatus status) -
Uses of KrakenOrderStatus in org.knowm.xchange.kraken.dto.trade
Methods in org.knowm.xchange.kraken.dto.trade that return KrakenOrderStatusModifier and TypeMethodDescriptionstatic KrakenOrderStatus
KrakenOrderStatus.fromString
(String orderStatusString) KrakenOrder.getStatus()
static KrakenOrderStatus
Returns the enum constant of this type with the specified name.static KrakenOrderStatus[]
KrakenOrderStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.kraken.dto.trade with parameters of type KrakenOrderStatusModifierConstructorDescriptionKrakenOrder
(String refId, String userRefId, KrakenOrderStatus status, double openTimestamp, double startTimestamp, double expireTimestamp, KrakenOrderDescription orderDescription, BigDecimal volume, BigDecimal volumeExecuted, BigDecimal cost, BigDecimal fee, BigDecimal price, BigDecimal stopPrice, BigDecimal limitPrice, String misc, Set<KrakenOrderFlags> orderFLags, List<String> tradeIds, double closeTimestamp, String closeReason) Constructor