public class CoinfloorAccountService extends CoinfloorAccountServiceRaw implements AccountService
coinfloorexchange| Constructor and Description |
|---|
CoinfloorAccountService(Exchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
getAccountInfo() |
String |
requestDepositAddress(Currency currency,
String... args) |
String |
withdrawFunds(Currency currency,
BigDecimal amount,
String address) |
String |
withdrawFunds(WithdrawFundsParams params) |
getCoinfloorBalancenormalisegetClientConfig, verifyOrder, verifyOrder, verifyOrderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateFundingHistoryParams, getDynamicTradingFees, getFundingHistorypublic CoinfloorAccountService(Exchange exchange)
public AccountInfo getAccountInfo() throws IOException
getAccountInfo in interface AccountServiceIOExceptionpublic String withdrawFunds(Currency currency, BigDecimal amount, String address) throws NotAvailableFromExchangeException
withdrawFunds in interface AccountServiceNotAvailableFromExchangeExceptionpublic String withdrawFunds(WithdrawFundsParams params) throws IOException
withdrawFunds in interface AccountServiceIOExceptionpublic String requestDepositAddress(Currency currency, String... args) throws NotAvailableFromExchangeException
requestDepositAddress in interface AccountServiceNotAvailableFromExchangeExceptionCopyright © 2012–2018 Knowm Inc.. All rights reserved.