| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl |
| Modifier and Type | Method and Description |
|---|---|
Order |
SyncRequestClient.cancelOrder(String symbol,
Long orderId,
String origClientOrderId)
Cancel an active order.
|
Order |
SyncRequestClient.getOpenOrder(String symbol,
Long orderId,
String origClientOrderId)
Get all open order on a symbol.
|
Order |
SyncRequestClient.getOrder(String symbol,
Long orderId,
String origClientOrderId)
Check an order's status.
|
Order |
SyncRequestClient.postOrder(String symbol,
OrderSide side,
PositionSide positionSide,
OrderType orderType,
TimeInForce timeInForce,
String quantity,
String price,
String reduceOnly,
String newClientOrderId,
String stopPrice,
String closePosition,
String activationPrice,
String callbackRate,
WorkingType workingType,
String priceProtect,
NewOrderRespType newOrderRespType)
Send in a new order.
|
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
SyncRequestClient.getAllOrders(String symbol,
Long orderId,
Long startTime,
Long endTime,
Integer limit)
Get all account orders; active, canceled, or filled.
|
List<Order> |
SyncRequestClient.getOpenOrders(String symbol)
Get current open order on a symbol.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
SyncRequestImpl.cancelOrder(String symbol,
Long orderId,
String origClientOrderId) |
Order |
SyncRequestImpl.getOpenOrder(String symbol,
Long orderId,
String origClientOrderId) |
Order |
SyncRequestImpl.getOrder(String symbol,
Long orderId,
String origClientOrderId) |
Order |
SyncRequestImpl.postOrder(String symbol,
OrderSide side,
PositionSide positionSide,
OrderType orderType,
TimeInForce timeInForce,
String quantity,
String price,
String reduceOnly,
String newClientOrderId,
String stopPrice,
String closePosition,
String activationPrice,
String callbackRate,
WorkingType workingType,
String priceProtect,
NewOrderRespType newOrderRespType) |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
SyncRequestImpl.getAllOrders(String symbol,
Long orderId,
Long startTime,
Long endTime,
Integer limit) |
List<Order> |
SyncRequestImpl.getOpenOrders(String symbol) |
Copyright © 2021. All rights reserved.