[Quantproject-developers] QuantProject/b7_Scripts/SimpleTesting/ShortTest RunShortTest.cs, 1.2, 1.
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:23:08
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/ShortTest In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3752/b7_Scripts/SimpleTesting/ShortTest Modified Files: RunShortTest.cs Log Message: - HistoricalEndOfDayDataStreamer has been replaced by HistoricalDataStreamer.cs - HistoricalEndOfDayOrderExecutor has been replaced by HistoricalOrderExecutor Index: RunShortTest.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/ShortTest/RunShortTest.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RunShortTest.cs 29 Sep 2008 21:17:09 -0000 1.2 --- RunShortTest.cs 22 Nov 2008 18:23:02 -0000 1.3 *************** *** 59,71 **** "MSFT" ); // this.account = new Account( "MSFT" , historicalEndOfDayTimer , ! // new HistoricalEndOfDayDataStreamer( historicalEndOfDayTimer , // this.historicalQuoteProvider ) , ! // new HistoricalEndOfDayOrderExecutor( historicalEndOfDayTimer , // this.historicalQuoteProvider ) , // new IBCommissionManager() ); this.account = new Account( "MSFT" , historicalEndOfDayTimer , ! new HistoricalEndOfDayDataStreamer( historicalEndOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalEndOfDayOrderExecutor( historicalEndOfDayTimer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandler endOfDayTimerHandler = --- 59,71 ---- "MSFT" ); // this.account = new Account( "MSFT" , historicalEndOfDayTimer , ! // new HistoricalDataStreamer( historicalEndOfDayTimer , // this.historicalQuoteProvider ) , ! // new HistoricalOrderExecutor( historicalEndOfDayTimer , // this.historicalQuoteProvider ) , // new IBCommissionManager() ); this.account = new Account( "MSFT" , historicalEndOfDayTimer , ! new HistoricalDataStreamer( historicalEndOfDayTimer , this.historicalMarketValueProvider ) , ! new HistoricalOrderExecutor( historicalEndOfDayTimer , this.historicalMarketValueProvider ) ); EndOfDayTimerHandler endOfDayTimerHandler = |