public class FuturesOrderAmendment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMEND_TEXT |
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_SIZE |
| Constructor and Description |
|---|
FuturesOrderAmendment() |
| Modifier and Type | Method and Description |
|---|---|
FuturesOrderAmendment |
amendText(String amendText) |
boolean |
equals(Object o) |
String |
getAmendText()
Custom info during amending order
|
String |
getPrice()
New order price.
|
Long |
getSize()
New order size, including filled part.
|
int |
hashCode() |
FuturesOrderAmendment |
price(String price) |
void |
setAmendText(String amendText) |
void |
setPrice(String price) |
void |
setSize(Long size) |
FuturesOrderAmendment |
size(Long size) |
String |
toString() |
public static final String SERIALIZED_NAME_SIZE
public static final String SERIALIZED_NAME_PRICE
public static final String SERIALIZED_NAME_AMEND_TEXT
public FuturesOrderAmendment size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public FuturesOrderAmendment price(String price)
public void setPrice(String price)
public FuturesOrderAmendment amendText(String amendText)
@Nullable public String getAmendText()
public void setAmendText(String amendText)
Copyright © 2023. All rights reserved.