[Quantproject-developers] QuantProject/b4_Business/a05_Timing IndexBasedEndOfDayTimer.cs,1.4,1.5
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2005-03-06 21:37:31
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27261/b4_Business/a05_Timing Modified Files: IndexBasedEndOfDayTimer.cs Log Message: The exception message has been improved, when an Index has no quotes within the given interval. Index: IndexBasedEndOfDayTimer.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a05_Timing/IndexBasedEndOfDayTimer.cs,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** IndexBasedEndOfDayTimer.cs 6 Mar 2005 21:34:58 -0000 1.4 --- IndexBasedEndOfDayTimer.cs 6 Mar 2005 21:37:17 -0000 1.5 *************** *** 50,54 **** { string errorMessage = "IndexBasedEndOfDayTimer error: the given " + ! "index has no quotes in the interval."; throw new Exception( errorMessage ); } --- 50,54 ---- { string errorMessage = "IndexBasedEndOfDayTimer error: the given " + ! "index (" + marketIndex + ") has no quotes in the interval."; throw new Exception( errorMessage ); } |