Package org.knowm.xchange.ripple.service
Class RippleAccountService
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.ripple.service.RippleBaseService
-
- org.knowm.xchange.ripple.service.RippleAccountServiceRaw
-
- org.knowm.xchange.ripple.service.RippleAccountService
-
- All Implemented Interfaces:
ITransferFeeSource,org.knowm.xchange.service.account.AccountService,org.knowm.xchange.service.BaseService
public class RippleAccountService extends RippleAccountServiceRaw implements org.knowm.xchange.service.account.AccountService
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.ripple.service.RippleBaseService
rippleAuthenticated, ripplePublic
-
-
Constructor Summary
Constructors Constructor Description RippleAccountService(org.knowm.xchange.Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.knowm.xchange.service.trade.params.TradeHistoryParamscreateFundingHistoryParams()org.knowm.xchange.dto.account.AccountInfogetAccountInfo()A wallet's currency will be prefixed with the issuing counterparty address for all currencies other than XRP.-
Methods inherited from class org.knowm.xchange.ripple.service.RippleAccountServiceRaw
clearAccountSettingsStore, getRippleAccountBalances, getRippleAccountBalances, getRippleAccountSettings, getRippleAccountSettings, getTransferFeeRate
-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
-
-
-
Method Detail
-
getAccountInfo
public org.knowm.xchange.dto.account.AccountInfo getAccountInfo() throws IOExceptionA wallet's currency will be prefixed with the issuing counterparty address for all currencies other than XRP.- Specified by:
getAccountInfoin interfaceorg.knowm.xchange.service.account.AccountService- Throws:
IOException
-
createFundingHistoryParams
public org.knowm.xchange.service.trade.params.TradeHistoryParams createFundingHistoryParams()
- Specified by:
createFundingHistoryParamsin interfaceorg.knowm.xchange.service.account.AccountService
-
-