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
Modifier and Type Method Description BigDecimalgetAmount()BigDecimalgetAvailable()StringgetCurrency()StringgetType()StringtoString()
-
Constructor Details
-
BitfinexBalancesResponse
public BitfinexBalancesResponse(String type, String currency, BigDecimal amount, BigDecimal available)Constructor- Parameters:
type-currency-amount-available-
-
-
Method Details