Class BitcoindeAccountService
- java.lang.Object
-
- org.knowm.xchange.service.BaseExchangeService
-
- org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
-
- org.knowm.xchange.bitcoinde.service.BitcoindeAccountServiceRaw
-
- org.knowm.xchange.bitcoinde.service.BitcoindeAccountService
-
- All Implemented Interfaces:
AccountService,BaseService
public class BitcoindeAccountService extends BitcoindeAccountServiceRaw implements AccountService
- Author:
- kaiserfr
-
-
Field Summary
-
Fields inherited from class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
apiKey, bitcoinde, signatureCreator
-
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange
-
-
Constructor Summary
Constructors Constructor Description BitcoindeAccountService(Exchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountInfogetAccountInfo()-
Methods inherited from class org.knowm.xchange.bitcoinde.service.BitcoindeAccountServiceRaw
getBitcoindeAccount
-
Methods inherited from class org.knowm.xchange.bitcoinde.service.BitcoindeBaseService
handleError
-
Methods inherited from class org.knowm.xchange.service.BaseExchangeService
getClientConfig, verifyOrder, verifyOrder, verifyOrder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.knowm.xchange.service.account.AccountService
createFundingHistoryParams, getDynamicTradingFees, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
-
-
-
Constructor Detail
-
BitcoindeAccountService
public BitcoindeAccountService(Exchange exchange)
-
-
Method Detail
-
getAccountInfo
public AccountInfo getAccountInfo() throws IOException
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
-