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