[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.34, 1.35
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-11-22 18:18:16
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3472/b4_Business Modified Files: Business_SD.csproj Log Message: - a07_DataProviders\HistoricalEndOfDayDataStreamer.cs has been replaced by a07_DataProviders\HistoricalDataStreamer.cs - a1_Financial\a3_Ordering\HistoricalEndOfDayOrderExecutor.cs has been replaced by a1_Financial\a3_Ordering\HistoricalOrderExecutor.cs Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** Business_SD.csproj 20 Nov 2008 20:35:34 -0000 1.34 --- Business_SD.csproj 22 Nov 2008 18:18:09 -0000 1.35 *************** *** 49,52 **** --- 49,53 ---- <Compile Include="a05_Timing\Timer.cs" /> <Compile Include="a07_DataProviders\HistoricalBarProvider.cs" /> + <Compile Include="a07_DataProviders\HistoricalDataStreamer.cs" /> <Compile Include="a07_DataProviders\HistoricalMarketValueProvider.cs" /> <Compile Include="a07_DataProviders\HistoricalQuoteProvider.cs" /> *************** *** 67,70 **** --- 68,72 ---- <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\Tables\StatisticsSummary.cs" /> <Compile Include="a1_Financial\a2_Accounting\Transactions\TimedTransaction.cs" /> + <Compile Include="a1_Financial\a3_Ordering\HistoricalOrderExecutor.cs" /> <Compile Include="a2_Strategies\BasicStrategyForBacktester.cs" /> <Compile Include="a2_Strategies\Benchmark.cs" /> *************** *** 142,146 **** <Compile Include="a05_Timing\IndexBasedEndOfDayTimer.cs" /> <Compile Include="a07_DataProviders\HistoricalAdjustedQuoteProvider.cs" /> - <Compile Include="a07_DataProviders\HistoricalEndOfDayDataStreamer.cs" /> <Compile Include="a07_DataProviders\HistoricalRawQuoteProvider.cs" /> <Compile Include="a1_Financial\a1_Instruments\Instrument.cs" /> --- 144,147 ---- *************** *** 182,186 **** <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\Tables\Transactions.cs" /> <Compile Include="a1_Financial\a2_Accounting\Transactions\TransactionHistory.cs" /> - <Compile Include="a1_Financial\a3_Ordering\HistoricalEndOfDayOrderExecutor.cs" /> <Compile Include="a1_Financial\a3_Ordering\IOrderExecutor.cs" /> <Compile Include="a1_Financial\a3_Ordering\Order.cs" /> --- 183,186 ---- |