Class KrakenDepositMethods
- java.lang.Object
-
- org.knowm.xchange.kraken.dto.account.KrakenDepositMethods
-
public class KrakenDepositMethods extends Object
-
-
Constructor Summary
Constructors Constructor Description KrakenDepositMethods(String method, String limit, BigDecimal fee, BigDecimal addressSetupFee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigDecimal
getAddressSetupFee()
BigDecimal
getFee()
BigDecimal
getLimit()
String
getMethod()
String
toString()
-
-
-
Constructor Detail
-
KrakenDepositMethods
public KrakenDepositMethods(String method, String limit, BigDecimal fee, BigDecimal addressSetupFee)
-
-
Method Detail
-
getMethod
public String getMethod()
-
getLimit
public BigDecimal getLimit()
-
getFee
public BigDecimal getFee()
-
getAddressSetupFee
public BigDecimal getAddressSetupFee()
-
-