Package org.knowm.xchange.simulated
Class SimulatedAccountService
java.lang.Object
org.knowm.xchange.service.BaseExchangeService<SimulatedExchange>
org.knowm.xchange.simulated.SimulatedAccountService
- All Implemented Interfaces:
AccountService,BaseService
public class SimulatedAccountService
extends BaseExchangeService<SimulatedExchange>
implements AccountService
-
Field Summary
Fields inherited from class org.knowm.xchange.service.BaseExchangeService
exchange -
Constructor Summary
Constructors -
Method Summary
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
createFundingHistoryParams, getDynamicTradingFeesByInstrument, getFundingHistory, requestDepositAddress, requestDepositAddressData, withdrawFunds, withdrawFunds, withdrawFunds
-
Constructor Details
-
SimulatedAccountService
-
-
Method Details
-
getAccountInfo
- Specified by:
getAccountInfoin interfaceAccountService- Throws:
IOException
-
deposit
-