Class BitfinexBalancesResponse
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalancesResponse
-
public class BitfinexBalancesResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetAvailable()StringgetCurrency()StringgetType()StringtoString()
-
-
-
Constructor Detail
-
BitfinexBalancesResponse
public BitfinexBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)
Constructor- Parameters:
type-currency-amount-available-
-
-
Method Detail
-
getAmount
public BigDecimal getAmount()
-
getAvailable
public BigDecimal getAvailable()
-
getCurrency
public String getCurrency()
-
getType
public String getType()
-
-