Class CoingiBalance
java.lang.Object
org.knowm.xchange.coingi.dto.account.CoingiBalance
-
Constructor Summary
ConstructorsConstructorDescriptionCoingiBalance
(CoingiCurrency currency, BigDecimal available, BigDecimal inOrders, BigDecimal deposited, BigDecimal withdrawing, BigDecimal blocked) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
CoingiBalance
public CoingiBalance(CoingiCurrency currency, BigDecimal available, BigDecimal inOrders, BigDecimal deposited, BigDecimal withdrawing, BigDecimal blocked)
-
-
Method Details
-
getCurrency
-
getAvailable
-
getInOrders
-
getDeposited
-
getWithdrawing
-
getBlocked
-