Class BitfinexLendLevel
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLendLevel
-
public class BitfinexLendLevel extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexLendLevel(BigDecimal rate, BigDecimal amount, int period, float timestamp, String frr)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetFrr()intgetPeriod()BigDecimalgetRate()floatgetTimestamp()StringtoString()
-
-
-
Constructor Detail
-
BitfinexLendLevel
public BitfinexLendLevel(BigDecimal rate, BigDecimal amount, int period, float timestamp, String frr)
Constructor- Parameters:
rate-amount-period-timestamp-frr-
-
-
Method Detail
-
getRate
public BigDecimal getRate()
-
getAmount
public BigDecimal getAmount()
-
getPeriod
public int getPeriod()
-
getTimestamp
public float getTimestamp()
-
getFrr
public String getFrr()
-
-