Class PoloniexLoan
- java.lang.Object
-
- org.knowm.xchange.poloniex.dto.account.PoloniexLoan
-
public class PoloniexLoan extends Object
- Author:
- anw
-
-
Constructor Summary
Constructors Constructor Description PoloniexLoan(String id, String currency, BigDecimal rate, BigDecimal amount, int range, boolean autoRenew, String date, BigDecimal fees)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimalgetAmount()StringgetCurrency()StringgetDate()BigDecimalgetFees()StringgetId()intgetRange()BigDecimalgetRate()booleanisAutoRenew()
-
-
-
Constructor Detail
-
PoloniexLoan
public PoloniexLoan(String id, String currency, BigDecimal rate, BigDecimal amount, int range, boolean autoRenew, String date, BigDecimal fees)
-
-
Method Detail
-
getId
public String getId()
-
getCurrency
public String getCurrency()
-
getRate
public BigDecimal getRate()
-
getAmount
public BigDecimal getAmount()
-
getRange
public int getRange()
-
isAutoRenew
public boolean isAutoRenew()
-
getDate
public String getDate()
-
getFees
public BigDecimal getFees()
-
-