[Quantproject-developers] QuantProject/b7_Scripts/SimpleTesting/OneRank RunOneRank.cs,1.7,1.8
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-02-13 21:06:51
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23314/b7_Scripts/SimpleTesting/OneRank Modified Files: RunOneRank.cs Log Message: Script has been modified to test commissions. Index: RunOneRank.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/SimpleTesting/OneRank/RunOneRank.cs,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RunOneRank.cs 13 Feb 2005 00:51:05 -0000 1.7 --- RunOneRank.cs 13 Feb 2005 21:06:42 -0000 1.8 *************** *** 59,62 **** --- 59,67 ---- this.historicalQuoteProvider ) , new IBCommissionManager() ); + // this.account = new Account( "MSFT" , historicalEndOfDayTimer , + // new HistoricalEndOfDayDataStreamer( historicalEndOfDayTimer , + // this.historicalQuoteProvider ) , + // new HistoricalEndOfDayOrderExecutor( historicalEndOfDayTimer , + // this.historicalQuoteProvider ) ); OneRank oneRank = new OneRank( account , this.endDateTime ); |