| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.dto.trade | |
| org.knowm.xchange.binance.service |
| Modifier and Type | Method and Description |
|---|---|
BinanceNewOrder |
BinanceAuthenticated.newOrder(String symbol,
OrderSide side,
OrderType type,
TimeInForce timeInForce,
BigDecimal quantity,
BigDecimal price,
String newClientOrderId,
BigDecimal stopPrice,
BigDecimal icebergQty,
Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
Object |
BinanceAuthenticated.testNewOrder(String symbol,
OrderSide side,
OrderType type,
TimeInForce timeInForce,
BigDecimal quantity,
BigDecimal price,
String newClientOrderId,
BigDecimal stopPrice,
BigDecimal icebergQty,
Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
| Modifier and Type | Field and Description |
|---|---|
OrderType |
BinanceNewOrder.type |
OrderType |
BinanceOrder.type |
| Modifier and Type | Method and Description |
|---|---|
static OrderType |
OrderType.getOrderType(String s) |
static OrderType |
OrderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderType[] |
OrderType.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) |
| Modifier and Type | Method and Description |
|---|---|
BinanceNewOrder |
BinanceTradeServiceRaw.newOrder(CurrencyPair pair,
OrderSide side,
OrderType type,
TimeInForce timeInForce,
BigDecimal quantity,
BigDecimal price,
String newClientOrderId,
BigDecimal stopPrice,
BigDecimal icebergQty,
Long recvWindow,
long timestamp) |
void |
BinanceTradeService.placeTestOrder(OrderType type,
Order order,
BigDecimal limitPrice,
BigDecimal stopPrice) |
void |
BinanceTradeServiceRaw.testNewOrder(CurrencyPair pair,
OrderSide side,
OrderType type,
TimeInForce timeInForce,
BigDecimal quantity,
BigDecimal price,
String newClientOrderId,
BigDecimal stopPrice,
BigDecimal icebergQty,
Long recvWindow,
long timestamp) |
Copyright © 2012–2018 Knowm Inc.. All rights reserved.