Uses of Interface
com.activequant.archive.IArchiveFactory

Packages that use IArchiveFactory
com.activequant.archive.hbase   
com.activequant.backtesting   
com.activequant.servicelayer.matlab   
com.activequant.trading   
 

Uses of IArchiveFactory in com.activequant.archive.hbase
 

Classes in com.activequant.archive.hbase that implement IArchiveFactory
 class HBaseArchiveFactory
          Instantiates readers and writers for different time frames.
 

Uses of IArchiveFactory in com.activequant.backtesting
 

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

Uses of IArchiveFactory in com.activequant.servicelayer.matlab
 

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

Uses of IArchiveFactory in com.activequant.trading
 

Methods in com.activequant.trading that return IArchiveFactory
 IArchiveFactory TradingSystemEnvironment.getArchiveFactory()
           
 

Methods in com.activequant.trading with parameters of type IArchiveFactory
 void TradingSystemEnvironment.setArchiveFactory(IArchiveFactory archiveFactory)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.