Class BitfinexCreditResponse
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexCreditResponse
public class BitfinexCreditResponse extends Object
-
Constructor Summary
Constructors Constructor Description BitfinexCreditResponse(long id, String currency, String status, BigDecimal rate, int period, BigDecimal amount, BigDecimal timestamp)
-
Method Summary
Modifier and Type Method Description BigDecimal
getAmount()
String
getCurrency()
long
getId()
int
getPeriod()
BigDecimal
getRate()
String
getStatus()
BigDecimal
getTimestamp()
String
toString()
-
Constructor Details
-
BitfinexCreditResponse
public BitfinexCreditResponse(long id, String currency, String status, BigDecimal rate, int period, BigDecimal amount, BigDecimal timestamp)
-
-
Method Details