[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting RunEfficientPortfolio.cs,1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-05-14 18:23:41
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv588/b7_Scripts/TickerSelectionTesting Modified Files: RunEfficientPortfolio.cs Log Message: Added new constructor for the IndexBasedEndOfDayTimer Index: RunEfficientPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/RunEfficientPortfolio.cs,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** RunEfficientPortfolio.cs 28 Dec 2005 23:29:39 -0000 1.18 --- RunEfficientPortfolio.cs 14 May 2006 18:23:38 -0000 1.19 *************** *** 174,178 **** //default endOfDayTimer this.endOfDayTimer = ! new IndexBasedEndOfDayTimer( this.startDateTime, this.benchmark ); } --- 174,179 ---- //default endOfDayTimer this.endOfDayTimer = ! new IndexBasedEndOfDayTimer( this.startDateTime, this.endDateTime, ! this.benchmark ); } |