Class VaultoroBalance
java.lang.Object
org.knowm.xchange.vaultoro.dto.account.VaultoroBalance
@Generated("org.jsonschema2pojo") public class VaultoroBalance extends Object
-
Constructor Summary
Constructors Constructor Description VaultoroBalance()
-
Method Summary
Modifier and Type Method Description Map<String,Object>
getAdditionalProperties()
BigDecimal
getCash()
String
getCurrencyCode()
BigDecimal
getReserved()
void
setAdditionalProperty(String name, Object value)
void
setCash(BigDecimal cash)
void
setCurrencyCode(String currencyCode)
void
setReserved(BigDecimal reserved)
-
Constructor Details
-
VaultoroBalance
public VaultoroBalance()
-
-
Method Details
-
getCurrencyCode
- Returns:
- The currencyCode
-
setCurrencyCode
- Parameters:
currencyCode
- The currency_code
-
getCash
- Returns:
- The cash
-
setCash
- Parameters:
cash
- The cash
-
getReserved
- Returns:
- The reserved
-
setReserved
- Parameters:
reserved
- The reserved
-
getAdditionalProperties
-
setAdditionalProperty
-