public class SpotAccount extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AVAILABLE |
static String |
SERIALIZED_NAME_CURRENCY |
static String |
SERIALIZED_NAME_LOCKED |
| Constructor and Description |
|---|
SpotAccount() |
| Modifier and Type | Method and Description |
|---|---|
SpotAccount |
available(String available) |
SpotAccount |
currency(String currency) |
boolean |
equals(Object o) |
String |
getAvailable()
Available amount
|
String |
getCurrency()
Currency detail
|
String |
getLocked()
Locked amount, used in trading
|
int |
hashCode() |
SpotAccount |
locked(String locked) |
void |
setAvailable(String available) |
void |
setCurrency(String currency) |
void |
setLocked(String locked) |
String |
toString() |
public static final String SERIALIZED_NAME_CURRENCY
public static final String SERIALIZED_NAME_AVAILABLE
public static final String SERIALIZED_NAME_LOCKED
public SpotAccount currency(String currency)
public void setCurrency(String currency)
public SpotAccount available(String available)
public void setAvailable(String available)
public SpotAccount locked(String locked)
public void setLocked(String locked)
Copyright © 2023. All rights reserved.