Class BitfinexLend
- java.lang.Object
-
- org.knowm.xchange.bitfinex.v1.dto.marketdata.BitfinexLend
-
public class BitfinexLend extends Object
-
-
Constructor Summary
Constructors Constructor Description BitfinexLend(BigDecimal rate, BigDecimal amountLent, long timestamp)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmountLent()BigDecimalgetRate()longgetTimestamp()StringtoString()
-
-
-
Constructor Detail
-
BitfinexLend
public BitfinexLend(BigDecimal rate, BigDecimal amountLent, long timestamp)
Constructor- Parameters:
rate-amountLent-timestamp-
-
-
Method Detail
-
getRate
public BigDecimal getRate()
-
getAmountLent
public BigDecimal getAmountLent()
-
getTimestamp
public long getTimestamp()
-
-