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