Package org.knowm.xchange.ripple.service
Class RippleAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.ripple.service.RippleBaseService
org.knowm.xchange.ripple.service.RippleAccountServiceRaw
- All Implemented Interfaces:
ITransferFeeSource
,BaseService
- Direct Known Subclasses:
RippleAccountService
public class RippleAccountServiceRaw extends RippleBaseService implements ITransferFeeSource
-
Field Summary
Fields inherited from class org.knowm.xchange.ripple.service.RippleBaseService
rippleAuthenticated, ripplePublic
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Constructor Description RippleAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description void
clearAccountSettingsStore()
Clear any stored account settings to allow memory to be released and details to be refreshed.RippleAccountBalances
getRippleAccountBalances()
RippleAccountBalances
getRippleAccountBalances(String address)
RippleAccountSettings
getRippleAccountSettings()
RippleAccountSettings
getRippleAccountSettings(String address)
BigDecimal
getTransferFeeRate(String address)
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
RippleAccountServiceRaw
-
-
Method Details
-
getRippleAccountBalances
- Throws:
IOException
-
getRippleAccountBalances
- Throws:
IOException
-
getRippleAccountSettings
- Throws:
IOException
-
getRippleAccountSettings
public RippleAccountSettings getRippleAccountSettings(String address) throws RippleException, IOException- Throws:
RippleException
IOException
-
getTransferFeeRate
- Specified by:
getTransferFeeRate
in interfaceITransferFeeSource
- Throws:
RippleException
IOException
-
clearAccountSettingsStore
public void clearAccountSettingsStore()Clear any stored account settings to allow memory to be released and details to be refreshed.
-