Class BitfinexBalanceHistoryResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexBalanceHistoryResponse
public class BitfinexBalanceHistoryResponse extends Object
-
Constructor Summary
Constructors Constructor Description BitfinexBalanceHistoryResponse(String currency, BigDecimal amount, BigDecimal balance, String description, BigDecimal timestamp)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
BigDecimal
getBalance()
String
getCurrency()
String
getDescription()
BigDecimal
getTimestamp()
String
toString()
-
Constructor Details
-
BitfinexBalanceHistoryResponse
public BitfinexBalanceHistoryResponse(String currency, BigDecimal amount, BigDecimal balance, String description, BigDecimal timestamp)
-
-
Method Details