| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.dto.trade |
| Modifier and Type | Method and Description |
|---|---|
static Order.OrderStatus |
BinanceAdapters.adaptOrderStatus(OrderStatus orderStatus) |
| Modifier and Type | Field and Description |
|---|---|
OrderStatus |
BinanceNewOrder.status |
OrderStatus |
BinanceOrder.status |
| Modifier and Type | Method and Description |
|---|---|
static OrderStatus |
OrderStatus.getOrderStatus(String s) |
static OrderStatus |
OrderStatus.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.
|
| Constructor and 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,
OrderStatus status,
TimeInForce timeInForce,
OrderType type,
OrderSide side,
BigDecimal stopPrice,
BigDecimal icebergQty,
long time) |
Copyright © 2012–2018 Knowm Inc.. All rights reserved.