public class BitsoBalance extends Object
| Modifier and Type | Field and Description |
|---|---|
BigDecimal |
btcAvailable |
BigDecimal |
btcBalance |
BigDecimal |
btcReserved |
BigDecimal |
fee
Deprecated.
use
feePercent or feeDecimal instead. |
BigDecimal |
feeDecimal |
BigDecimal |
feePercent |
BigDecimal |
mxnAvailable |
BigDecimal |
mxnBalance |
BigDecimal |
mxnReserved |
| Constructor and Description |
|---|
BitsoBalance(org.json.JSONObject obj) |
public BigDecimal btcBalance
public BigDecimal btcAvailable
public BigDecimal btcReserved
public BigDecimal mxnBalance
public BigDecimal mxnAvailable
public BigDecimal mxnReserved
@Deprecated public BigDecimal fee
feePercent or feeDecimal instead.public BigDecimal feePercent
public BigDecimal feeDecimal
Copyright © 2015. All rights reserved.