Package org.knowm.xchange.hitbtc.v2.dto
Class HitbtcBalance
java.lang.Object
org.knowm.xchange.hitbtc.v2.dto.HitbtcBalance
public class HitbtcBalance extends Object
-
Constructor Summary
Constructors Constructor Description HitbtcBalance(String currency, BigDecimal available, BigDecimal reserved)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
BigDecimal
getAvailable()
String
getCurrency()
BigDecimal
getReserved()
int
hashCode()
String
toString()