[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.35, 1.36
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-28 18:15:49
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13264/b4_Business Modified Files: Business_SD.csproj Log Message: - a07_DataProviders\HistoricalMarketValueProviderWithQuoteBackupOnClose.cs has been added - a07_DataProviders\PriceAdjustmentDetector.cs has been added Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Business_SD.csproj 22 Nov 2008 18:18:09 -0000 1.35 --- Business_SD.csproj 28 Feb 2009 18:15:43 -0000 1.36 *************** *** 48,51 **** --- 48,53 ---- <Compile Include="a05_Timing\IndexBasedHistoricalTimer.cs" /> <Compile Include="a05_Timing\Timer.cs" /> + <Compile Include="a07_DataProviders\HistoricalMarketValueProviderWithQuoteBackupOnClose.cs" /> + <Compile Include="a07_DataProviders\PriceAdjustmentDetector.cs" /> <Compile Include="a07_DataProviders\HistoricalBarProvider.cs" /> <Compile Include="a07_DataProviders\HistoricalDataStreamer.cs" /> |