public class BitfinexLendLevel extends Object
| Constructor and Description |
|---|
BitfinexLendLevel(BigDecimal rate,
BigDecimal amount,
int period,
float timestamp,
String frr)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAmount() |
String |
getFrr() |
int |
getPeriod() |
BigDecimal |
getRate() |
float |
getTimestamp() |
String |
toString() |
public BitfinexLendLevel(BigDecimal rate, BigDecimal amount, int period, float timestamp, String frr)
rate - amount - period - timestamp - frr - public BigDecimal getRate()
public BigDecimal getAmount()
public int getPeriod()
public float getTimestamp()
public String getFrr()
Copyright © 2012–2017 Xeiam, LLC. All rights reserved.