| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl | |
| com.binance.client.model.enums |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
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 TimeInForce |
TimeInForce.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeInForce[] |
TimeInForce.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.