Uses of Enum Class
org.knowm.xchange.binance.dto.trade.OrderStatus
Packages that use OrderStatus
-
Uses of OrderStatus in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance with parameters of type OrderStatusModifier and TypeMethodDescriptionstatic Order.OrderStatusBinanceAdapters.adaptOrderStatus(OrderStatus orderStatus) -
Uses of OrderStatus in org.knowm.xchange.binance.dto.trade
Fields in org.knowm.xchange.binance.dto.trade declared as OrderStatusModifier and TypeFieldDescriptionfinal OrderStatusBinanceNewOrder.statusfinal OrderStatusBinanceOrder.statusMethods in org.knowm.xchange.binance.dto.trade that return OrderStatusModifier and TypeMethodDescriptionstatic OrderStatusOrderStatus.getOrderStatus(String s) static OrderStatusReturns the enum constant of this class with the specified name.static OrderStatus[]OrderStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.knowm.xchange.binance.dto.trade with parameters of type OrderStatusModifierConstructorDescriptionBinanceNewOrder(String symbol, long orderId, String clientOrderId, long transactTime, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side, List<BinanceTrade> fills) BinanceOrder(String symbol, long orderId, String clientOrderId, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, BigDecimal cummulativeQuoteQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side, BigDecimal stopPrice, BigDecimal icebergQty, long time)