[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.15,1.16
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2005-01-08 11:45:43
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25990/b4_Business Modified Files: b4_Business.csproj Log Message: Added IndexBasedEndOfDayTimer class, in which time simulation avoids non-market days. The time simulation is driven now by a given market index. Index: b4_Business.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** b4_Business.csproj 15 Dec 2004 23:12:26 -0000 1.15 --- b4_Business.csproj 8 Jan 2005 11:45:34 -0000 1.16 *************** *** 218,221 **** --- 218,226 ---- /> <File + RelPath = "a05_Timing\IndexBasedEndOfDayTimer.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "a07_DataProviders\HistoricalEndOfDayDataStreamer.cs" SubType = "Code" |