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
public class TheRockAccountServiceRaw extends TheRockBaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
Constructor Summary
Constructors Modifier Constructor Description protected
TheRockAccountServiceRaw(Exchange exchange)
-
Method Summary
Modifier and Type Method Description List<TheRockBalance>
balances()
TheRockTransactions
deposits(Currency currency, Date after, Date before, Integer page)
TheRockWithdrawalResponse
withdrawDefault(Currency currency, BigDecimal amount, String destinationAddress)
Withdraw using the default methodTheRockTransactions
withdrawls(Currency currency, Date after, Date before, Integer page)
TheRockWithdrawalResponse
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, IOExceptionWithdraw using the default method- Throws:
TheRockException
IOException
-
withdrawRipple
public TheRockWithdrawalResponse withdrawRipple(Currency currency, BigDecimal amount, String destinationAddress, Long destinationTag) throws TheRockException, IOExceptionWithdraw 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
-