public class FuturesOrderAmendment extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PRICE |
static String |
SERIALIZED_NAME_SIZE |
| Constructor and Description |
|---|
FuturesOrderAmendment() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPrice()
New order price.
|
Long |
getSize()
New order size, including filled part.
|
int |
hashCode() |
FuturesOrderAmendment |
price(String price) |
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 FuturesOrderAmendment size(Long size)
@Nullable public Long getSize()
public void setSize(Long size)
public FuturesOrderAmendment price(String price)
@Nullable public String getPrice()
public void setPrice(String price)
Copyright © 2022. All rights reserved.