| Package | Description |
|---|---|
| org.knowm.xchange.binance | |
| org.knowm.xchange.binance.service |
| Modifier and Type | Method and Description |
|---|---|
BinanceOrder |
BinanceAuthenticated.orderStatus(String symbol,
long orderId,
String origClientOrderId,
Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
| Modifier and Type | Method and Description |
|---|---|
List<BinanceOrder> |
BinanceAuthenticated.allOrders(String symbol,
Long orderId,
Integer limit,
Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
List<BinanceOrder> |
BinanceAuthenticated.openOrders(Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
List<BinanceOrder> |
BinanceAuthenticated.openOrders(String symbol,
Long recvWindow,
long timestamp,
String apiKey,
si.mazi.rescu.ParamsDigest signature) |
| Modifier and Type | Method and Description |
|---|---|
static Order |
BinanceAdapters.adaptOrder(BinanceOrder order) |
| Modifier and Type | Method and Description |
|---|---|
BinanceOrder |
BinanceTradeServiceRaw.orderStatus(CurrencyPair pair,
long orderId,
String origClientOrderId,
Long recvWindow,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<BinanceOrder> |
BinanceTradeServiceRaw.allOrders(CurrencyPair pair,
Long orderId,
Integer limit,
Long recvWindow,
long timestamp) |
List<BinanceOrder> |
BinanceTradeServiceRaw.openOrders(CurrencyPair pair,
Long recvWindow,
long timestamp) |
List<BinanceOrder> |
BinanceTradeServiceRaw.openOrders(Long recvWindow,
long timestamp) |
Copyright © 2012–2018 Knowm Inc.. All rights reserved.