Class TheRockAccountServiceRaw
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.therock.service.TheRockBaseService
org.knowm.xchange.therock.service.TheRockAccountServiceRaw
- All Implemented Interfaces:
BaseService
- Direct Known Subclasses:
TheRockAccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbalances()
withdrawDefault
(Currency currency, BigDecimal amount, String destinationAddress) Withdraw using the default methodwithdrawls
(Currency currency, Date after, Date before, Integer page) withdrawRipple
(Currency currency, BigDecimal amount, String destinationAddress, Long destinationTag) Withdraw to RippleMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrder
-
Constructor Details
-
TheRockAccountServiceRaw
-
-
Method Details
-
withdrawDefault
public TheRockWithdrawalResponse withdrawDefault(Currency currency, BigDecimal amount, String destinationAddress) throws TheRockException, IOException Withdraw using the default method- Throws:
TheRockException
IOException
-
withdrawRipple
public TheRockWithdrawalResponse withdrawRipple(Currency currency, BigDecimal amount, String destinationAddress, Long destinationTag) throws TheRockException, IOException Withdraw to Ripple- Throws:
TheRockException
IOException
-
balances
- Throws:
TheRockException
IOException
-
withdrawls
public TheRockTransactions withdrawls(Currency currency, Date after, Date before, Integer page) throws IOException - Throws:
IOException
-
deposits
public TheRockTransactions deposits(Currency currency, Date after, Date before, Integer page) throws IOException - Throws:
IOException
-