| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
com.alibaba.fastjson.JSONObject |
SyncRequestClient.addIsolatedPositionMargin(String symbolName,
int type,
String amount,
PositionSide positionSide)
add isolated position margin
|
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 |
|---|---|
com.alibaba.fastjson.JSONObject |
SyncRequestImpl.addIsolatedPositionMargin(String symbolName,
int type,
String amount,
PositionSide positionSide) |
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 |
|---|---|
static PositionSide |
PositionSide.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PositionSide[] |
PositionSide.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.