com.activequant.backtesting
Class Backtester

java.lang.Object
  extended by com.activequant.backtesting.Backtester

public class Backtester
extends Object


Constructor Summary
Backtester(IArchiveFactory factory, ITransportFactory transportFactory, IDaoFactory daoFactory, IExchange exchange, ITradingSystem[] tradingSystems, StreamEventIterator[] streamIters)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Backtester

public Backtester(IArchiveFactory factory,
                  ITransportFactory transportFactory,
                  IDaoFactory daoFactory,
                  IExchange exchange,
                  ITradingSystem[] tradingSystems,
                  StreamEventIterator[] streamIters)
           throws Exception
Throws:
Exception
Method Detail

execute

public void execute()
             throws Exception
Throws:
Exception


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.