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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetCurrency()longgetId()intgetPeriod()BigDecimalgetRate()StringgetStatus()BigDecimalgetTimestamp()StringtoString()
-
-
-
Constructor Detail
-
BitfinexCreditResponse
public BitfinexCreditResponse(long id, String currency, String status, BigDecimal rate, int period, BigDecimal amount, BigDecimal timestamp)
-
-
Method Detail
-
getId
public long getId()
-
getCurrency
public String getCurrency()
-
getStatus
public String getStatus()
-
getRate
public BigDecimal getRate()
-
getPeriod
public int getPeriod()
-
getAmount
public BigDecimal getAmount()
-
getTimestamp
public BigDecimal getTimestamp()
-
-