Class CoinfloorAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.coinfloor.service.CoinfloorService
org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
org.knowm.xchange.coinfloor.service.CoinfloorAccountServiceRaw
org.knowm.xchange.coinfloor.service.CoinfloorAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields inherited from class org.knowm.xchange.coinfloor.service.CoinfloorAuthenticatedService
coinfloorFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrequestDepositAddress(Currency currency, String... args) withdrawFunds(Currency currency, BigDecimal amount, String address) withdrawFunds(WithdrawFundsParams params) Methods inherited from class org.knowm.xchange.coinfloor.service.CoinfloorAccountServiceRaw
getCoinfloorBalanceMethods inherited from class org.knowm.xchange.coinfloor.service.CoinfloorService
normaliseMethods inherited from class org.knowm.xchange.service.BaseExchangeService
verifyOrder, verifyOrder, verifyOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddressData, withdrawFunds
-
Constructor Details
-
CoinfloorAccountService
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws NotAvailableFromExchangeException - Specified by:
withdrawFundsin interfaceAccountService- Throws:
NotAvailableFromExchangeException
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService
-
requestDepositAddress
public String requestDepositAddress(Currency currency, String... args) throws NotAvailableFromExchangeException - Specified by:
requestDepositAddressin interfaceAccountService- Throws:
NotAvailableFromExchangeException
-