public class BitstampAccountServiceRaw extends BitstampBasePollingService
exchange| Modifier | Constructor and Description |
|---|---|
protected |
BitstampAccountServiceRaw(Exchange exchange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
BitstampBalance |
getBitstampBalance() |
BitstampDepositAddress |
getBitstampBitcoinDepositAddress() |
BitstampRippleDepositAddress |
getRippleDepositAddress() |
List<DepositTransaction> |
getUnconfirmedDeposits() |
List<WithdrawalRequest> |
getWithdrawalRequests() |
BitstampWithdrawal |
withdrawBitstampFunds(BigDecimal amount,
String address) |
boolean |
withdrawToRipple(BigDecimal amount,
String currency,
String rippleAddress) |
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExchangeSymbolsprotected BitstampAccountServiceRaw(Exchange exchange)
exchange - public BitstampBalance getBitstampBalance() throws IOException
IOExceptionpublic BitstampWithdrawal withdrawBitstampFunds(BigDecimal amount, String address) throws IOException
IOExceptionpublic BitstampDepositAddress getBitstampBitcoinDepositAddress() throws IOException
IOExceptionpublic BitstampRippleDepositAddress getRippleDepositAddress() throws IOException
IOExceptionpublic boolean withdrawToRipple(BigDecimal amount, String currency, String rippleAddress) throws IOException
IOExceptionpublic List<DepositTransaction> getUnconfirmedDeposits() throws IOException
IOExceptionpublic List<WithdrawalRequest> getWithdrawalRequests() throws IOException
IOExceptionCopyright © 2012–2017 Xeiam, LLC. All rights reserved.