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 String
getAddress()
BigDecimal
getAmount()
String
getCurrency()
String
getDescription()
BigDecimal
getFee()
long
getId()
String
getMethod()
String
getStatus()
Date
getTimestamp()
Date
getTimestampCreated()
String
getTxid()
FundingRecord.Type
getType()
String
toString()
-
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