public final class BinanceBalance extends Object
| Constructor and Description |
|---|
BinanceBalance(String asset,
BigDecimal free,
BigDecimal locked) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAvailable() |
Currency |
getCurrency() |
BigDecimal |
getLocked() |
BigDecimal |
getTotal() |
String |
toString() |
public BinanceBalance(String asset, BigDecimal free, BigDecimal locked)
public Currency getCurrency()
public BigDecimal getTotal()
public BigDecimal getAvailable()
public BigDecimal getLocked()
Copyright © 2012–2018 Knowm Inc.. All rights reserved.