public class TheRockAccountServiceRaw extends TheRockBasePollingService
exchange| Modifier | Constructor and Description |
|---|---|
protected |
TheRockAccountServiceRaw(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
List<TheRockBalance> |
balances() |
TheRockWithdrawalResponse |
withdrawDefault(String currency,
BigDecimal amount,
String destinationAddress)
Withdraw using the default method
|
TheRockWithdrawalResponse |
withdrawRipple(String currency,
BigDecimal amount,
String destinationAddress)
Withdraw to Ripple
|
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolsprotected TheRockAccountServiceRaw(Exchange exchange)
public TheRockWithdrawalResponse withdrawDefault(String currency, BigDecimal amount, String destinationAddress) throws TheRockException, IOException
TheRockExceptionIOExceptionpublic TheRockWithdrawalResponse withdrawRipple(String currency, BigDecimal amount, String destinationAddress) throws TheRockException, IOException
TheRockExceptionIOExceptionpublic List<TheRockBalance> balances() throws TheRockException, IOException
TheRockExceptionIOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.