Uses of Interface
com.activequant.dao.IDaoFactory

Packages that use IDaoFactory
com.activequant.backtesting   
com.activequant.dao.mybatis   
com.activequant.servicelayer.matlab   
com.activequant.servicelayer.soap   
com.activequant.tools.mapping   
com.activequant.trading   
 

Uses of IDaoFactory in com.activequant.backtesting
 

Constructors in com.activequant.backtesting with parameters of type IDaoFactory
Backtester(IArchiveFactory factory, ITransportFactory transportFactory, IDaoFactory daoFactory, IExchange exchange, ITradingSystem[] tradingSystems, StreamEventIterator[] streamIters)
           
 

Uses of IDaoFactory in com.activequant.dao.mybatis
 

Classes in com.activequant.dao.mybatis that implement IDaoFactory
 class DaoFactory
          MyBatis implementation of the DAO factory interface.
 

Uses of IDaoFactory in com.activequant.servicelayer.matlab
 

Constructors in com.activequant.servicelayer.matlab with parameters of type IDaoFactory
MatlabServiceFacade(IArchiveFactory af, IDaoFactory dao)
           
 

Uses of IDaoFactory in com.activequant.servicelayer.soap
 

Constructors in com.activequant.servicelayer.soap with parameters of type IDaoFactory
MainService(IDaoFactory daoFactory)
           
 

Uses of IDaoFactory in com.activequant.tools.mapping
 

Constructors in com.activequant.tools.mapping with parameters of type IDaoFactory
Mdi2InstrumentMapper(IDaoFactory idf, IMapper[] mappers)
           
 

Uses of IDaoFactory in com.activequant.trading
 

Methods in com.activequant.trading that return IDaoFactory
 IDaoFactory TradingSystemEnvironment.getDaoFactory()
           
 

Methods in com.activequant.trading with parameters of type IDaoFactory
 void TradingSystemEnvironment.setDaoFactory(IDaoFactory daoFactory)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.