Uses of Interface
com.activequant.trading.virtual.IExchange

Packages that use IExchange
com.activequant.backtesting   
com.activequant.trading   
com.activequant.trading.virtual   
 

Uses of IExchange in com.activequant.backtesting
 

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

Uses of IExchange in com.activequant.trading
 

Methods in com.activequant.trading that return IExchange
 IExchange TradingSystemEnvironment.getExchange()
           
 

Methods in com.activequant.trading with parameters of type IExchange
 void TradingSystemEnvironment.setExchange(IExchange exchange)
           
 

Uses of IExchange in com.activequant.trading.virtual
 

Classes in com.activequant.trading.virtual that implement IExchange
 class VirtualExchange
           
 

Constructors in com.activequant.trading.virtual with parameters of type IExchange
TradingSystemSample(IExchange exchange)
           
 



Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.