public class BitsoAccountServiceRaw extends BitsoBasePollingService
exchange
Modifier | Constructor and Description |
---|---|
protected |
BitsoAccountServiceRaw(Exchange exchange) |
Modifier and Type | Method and Description |
---|---|
BitsoBalance |
getBitsoBalance() |
BitsoDepositAddress |
getBitsoBitcoinDepositAddress() |
String |
withdrawBitsoFunds(BigDecimal amount,
String address) |
boolean |
withdrawToRipple(BigDecimal amount,
String currency,
String rippleAddress)
Withdraws funds to Ripple and associates the receiving Ripple address with the Bitso account for deposits.
|
getExchangeSymbols, verifyOrder, verifyOrder, verifyOrder
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExchangeSymbols
protected BitsoAccountServiceRaw(Exchange exchange)
public BitsoBalance getBitsoBalance() throws IOException
IOException
public String withdrawBitsoFunds(BigDecimal amount, String address) throws IOException
IOException
public BitsoDepositAddress getBitsoBitcoinDepositAddress() throws IOException
IOException
public boolean withdrawToRipple(BigDecimal amount, String currency, String rippleAddress) throws IOException
IOException
Copyright © 2012–2018 Xeiam, LLC. All rights reserved.