public class CrossMarginTransferable extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_CURRENCY |
| Constructor and Description |
|---|
CrossMarginTransferable() |
| Modifier and Type | Method and Description |
|---|---|
CrossMarginTransferable |
amount(String amount) |
CrossMarginTransferable |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAmount()
Max transferable amount
|
String |
getCurrency()
Currency detail
|
int |
hashCode() |
void |
setAmount(String amount) |
void |
setCurrency(String currency) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AMOUNT
public CrossMarginTransferable currency(String currency)
public void setCurrency(String currency)
public CrossMarginTransferable amount(String amount)
public void setAmount(String amount)
Copyright © 2023. All rights reserved.