Class BitcointoyouAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouBasePollingService
org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouAccountService
- All Implemented Interfaces:
AccountService,BaseService
public class BitcointoyouAccountService
extends BitcointoyouBasePollingService
implements AccountService
AccountService implementation for Bitcointoyou Exchange.- Author:
- Jonathas Carrijo, Danilo Guimaraes
-
Field Summary
Fields inherited from class org.knowm.xchange.bitcointoyou.service.polling.BitcointoyouBasePollingService
bitcointoyouFields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFundingHistory(TradeHistoryParams params) requestDepositAddress(Currency currency, String... args) withdrawFunds(Currency currency, BigDecimal amount, String address) withdrawFunds(WithdrawFundsParams params) Methods 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
getDynamicTradingFeesByInstrument, requestDepositAddressData, withdrawFunds
-
Constructor Details
-
BitcointoyouAccountService
Constructor- Parameters:
exchange- the Bitcointoyou Exchange
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
withdrawFunds
public String withdrawFunds(Currency currency, BigDecimal amount, String address) throws IOException - Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService- Throws:
IOException
-
requestDepositAddress
- Specified by:
requestDepositAddressin interfaceAccountService- Throws:
IOException
-
createFundingHistoryParams
- Specified by:
createFundingHistoryParamsin interfaceAccountService
-
getFundingHistory
public List<FundingRecord> getFundingHistory(TradeHistoryParams params) throws ExchangeException, NotAvailableFromExchangeException, NotYetImplementedForExchangeException, IOException - Specified by:
getFundingHistoryin interfaceAccountService- Throws:
ExchangeExceptionNotAvailableFromExchangeExceptionNotYetImplementedForExchangeExceptionIOException
-