Class RippleWithdrawFundsParams
java.lang.Object
org.knowm.xchange.service.trade.params.DefaultWithdrawFundsParams
org.knowm.xchange.service.trade.params.RippleWithdrawFundsParams
- All Implemented Interfaces:
WithdrawFundsParams
public class RippleWithdrawFundsParams extends DefaultWithdrawFundsParams
-
Field Summary
Fields inherited from class org.knowm.xchange.service.trade.params.DefaultWithdrawFundsParams
address, amount, commission, currency
-
Constructor Summary
Constructors Constructor Description RippleWithdrawFundsParams(String address, Currency currency, BigDecimal amount)
RippleWithdrawFundsParams(String address, Currency currency, BigDecimal amount, String tag)
-
Method Summary
Methods inherited from class org.knowm.xchange.service.trade.params.DefaultWithdrawFundsParams
getAddress, getAddressTag, getAmount, getCommission, getCurrency
-
Field Details
-
tag
-
-
Constructor Details
-
RippleWithdrawFundsParams
-
RippleWithdrawFundsParams
-
-
Method Details
-
toString
- Overrides:
toString
in classDefaultWithdrawFundsParams
-
getTag
-