Uses of Class
org.knowm.xchange.binance.dto.trade.OrderStatus
| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.dto.trade |
-
Uses of OrderStatus in org.knowm.xchange.binance
Methods in org.knowm.xchange.binance with parameters of type OrderStatus Modifier and Type Method Description static 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 OrderStatus Modifier and Type Field Description OrderStatusBinanceNewOrder. statusOrderStatusBinanceOrder. statusMethods in org.knowm.xchange.binance.dto.trade that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. getOrderStatus(String s)static OrderStatusOrderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.knowm.xchange.binance.dto.trade with parameters of type OrderStatus Constructor Description BinanceNewOrder(String symbol, long orderId, String clientOrderId, long transactTime, BigDecimal price, BigDecimal origQty, BigDecimal executedQty, OrderStatus status, TimeInForce timeInForce, OrderType type, OrderSide side)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)