Class PoloniexLoan
java.lang.Object
org.knowm.xchange.poloniex.dto.account.PoloniexLoan
- Author:
- anw
-
Constructor Summary
ConstructorDescriptionPoloniexLoan
(String id, String currency, BigDecimal rate, BigDecimal amount, int range, boolean autoRenew, String date, BigDecimal fees) -
Method Summary
-
Constructor Details
-
PoloniexLoan
public PoloniexLoan(String id, String currency, BigDecimal rate, BigDecimal amount, int range, boolean autoRenew, String date, BigDecimal fees)
-
-
Method Details
-
getId
-
getCurrency
-
getRate
-
getAmount
-
getRange
public int getRange() -
isAutoRenew
public boolean isAutoRenew() -
getDate
-
getFees
-