public class AmendOrderResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ACCOUNT |
static String |
SERIALIZED_NAME_AMEND_TEXT |
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_LABEL |
static String |
SERIALIZED_NAME_MESSAGE |
static String |
SERIALIZED_NAME_ORDER_ID |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_SUCCEEDED |
| Constructor and Description |
|---|
AmendOrderResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccount()
Account types, spot - spot account, margin - margin account, portfolio - portfolio margin account, cross_margin - cross margin account.Portfolio margin accounts can only be set to `cross_margin`
|
String |
getAmendText()
The custom data that the user remarked when amending the order
|
String |
getAmount()
Trade amount
|
String |
getLabel()
Error indicator for failed modifications; empty when successful
|
String |
getMessage()
Error description for failed modifications; empty when successful
|
String |
getOrderId()
Order ID
|
String |
getPrice()
Order price
|
Boolean |
getSucceeded()
Update success status
|
int |
hashCode() |
String |
toString() |
public static final String SERIALIZED_NAME_ORDER_ID
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_AMEND_TEXT
public static final String SERIALIZED_NAME_SUCCEEDED
public static final String SERIALIZED_NAME_LABEL
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_ACCOUNT
@Nullable public String getAmendText()
@Nullable public String getLabel()
@Nullable public String getMessage()
@Nullable public String getAccount()
Copyright © 2023. All rights reserved.