Package org.knowm.xchange.idex
Class IdexAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService
org.knowm.xchange.idex.IdexAccountService
- All Implemented Interfaces:
AccountService,BaseService
-
Field Summary
Fields 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) 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
-
IdexAccountService
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService
-
requestDepositAddress
- Specified by:
requestDepositAddressin interfaceAccountService
-
getFundingHistory
- Specified by:
getFundingHistoryin interfaceAccountService
-
createFundingHistoryParams
- Specified by:
createFundingHistoryParamsin interfaceAccountService
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService
-
withdrawFunds
- Specified by:
withdrawFundsin interfaceAccountService
-