Class PoloniexBalance
java.lang.Object
org.knowm.xchange.poloniex.dto.account.PoloniexBalance
@Generated("org.jsonschema2pojo") public class PoloniexBalance extends Object
Created by Roland Schumacher on 12.09.2015.
-
Constructor Summary
Constructors Constructor Description PoloniexBalance()
-
Method Summary
Modifier and Type Method Description BigDecimal
getAvailable()
BigDecimal
getBtcValue()
BigDecimal
getOnOrders()
void
setAvailable(BigDecimal available)
void
setBtcValue(BigDecimal btcValue)
void
setOnOrders(BigDecimal onOrders)
String
toString()