Class BitfinexDepositWithdrawalHistoryResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.account.BitfinexDepositWithdrawalHistoryResponse
public class BitfinexDepositWithdrawalHistoryResponse extends Object
-
Constructor Summary
Constructors Constructor Description BitfinexDepositWithdrawalHistoryResponse(Long id, String currency, String method, FundingRecord.Type type, BigDecimal amount, String description, String address, String status, BigDecimal timestamp, String txid, BigDecimal timestampCreated, BigDecimal fee) -
Method Summary
Modifier and Type Method Description StringgetAddress()BigDecimalgetAmount()StringgetCurrency()StringgetDescription()BigDecimalgetFee()longgetId()StringgetMethod()StringgetStatus()DategetTimestamp()DategetTimestampCreated()StringgetTxid()FundingRecord.TypegetType()StringtoString()
-
Constructor Details
-
BitfinexDepositWithdrawalHistoryResponse
public BitfinexDepositWithdrawalHistoryResponse(Long id, String currency, String method, FundingRecord.Type type, BigDecimal amount, String description, String address, String status, BigDecimal timestamp, String txid, BigDecimal timestampCreated, BigDecimal fee)
-
-
Method Details