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
Modifier and Type Method Description BigDecimal
getAddressSetupFee()
BigDecimal
getFee()
BigDecimal
getLimit()
String
getMethod()
String
toString()
-
Constructor Details
-
KrakenDepositMethods
public KrakenDepositMethods(String method, String limit, BigDecimal fee, BigDecimal addressSetupFee)
-
-
Method Details