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, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
protected TheRockAccountServiceRaw(Exchange exchange)
public TheRockWithdrawalResponse withdrawDefault(String currency, BigDecimal amount, String destinationAddress) throws TheRockException, IOException
TheRockException
IOException
public TheRockWithdrawalResponse withdrawRipple(String currency, BigDecimal amount, String destinationAddress) throws TheRockException, IOException
TheRockException
IOException
public List<TheRockBalance> balances() throws TheRockException, IOException
TheRockException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.