[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/W
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:24:15
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/WFLagDebugPositions In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3868/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/WFLagDebugPositions Modified Files: WFLagDebugPositions.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: WFLagDebugPositions.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagDebugger/WFLagDebugPositions/WFLagDebugPositions.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WFLagDebugPositions.cs 29 Sep 2008 21:20:54 -0000 1.7 --- WFLagDebugPositions.cs 22 Nov 2008 18:24:08 -0000 1.8 *************** *** 100,106 **** this.account = new Account( "WFLagDebugPositions" , this.endOfDayTimer , ! new HistoricalEndOfDayDataStreamer( this.endOfDayTimer , this.historicalQuoteProvider ) , ! new HistoricalEndOfDayOrderExecutor( this.endOfDayTimer , this.historicalQuoteProvider ) ); } --- 100,106 ---- this.account = new Account( "WFLagDebugPositions" , this.endOfDayTimer , ! new HistoricalDataStreamer( this.endOfDayTimer , this.historicalQuoteProvider ) , ! new HistoricalOrderExecutor( this.endOfDayTimer , this.historicalQuoteProvider ) ); } |