Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12528/b4_Business
Modified Files:
Business_SD.csproj
Log Message:
a1_Financial\a2_Accounting\AccountProviding\InteractiveBrokerAccountProvider.cs has been added
a1_Financial\a2_Accounting\AccountProviding\SimpleAccountProvider.cs has been added
a4_Scripting\IExecutable.cs has been added
Index: Business_SD.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** Business_SD.csproj 12 Mar 2008 21:55:13 -0000 1.17
--- Business_SD.csproj 16 Mar 2008 20:14:10 -0000 1.18
***************
*** 62,65 ****
--- 62,67 ----
<Compile Include="a07_DataProviders\TickerNotExchangedException.cs" />
<Compile Include="a1_Financial\a2_Accounting\AccountProviding\IAccountProvider.cs" />
+ <Compile Include="a1_Financial\a2_Accounting\AccountProviding\InteractiveBrokerAccountProvider.cs" />
+ <Compile Include="a1_Financial\a2_Accounting\AccountProviding\SimpleAccountProvider.cs" />
<Compile Include="a1_Financial\a2_Accounting\h5_Reporting\StatisticsSummaryRows\AverageReturnOnMonday.cs" />
<Compile Include="a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageNumberOfTransactionsPerDay.cs" />
***************
*** 107,110 ****
--- 109,113 ----
<Compile Include="a2_Strategies\TickersRelationships\OpenToCloseCorrelationProvider.cs" />
<Compile Include="a2_Strategies\TickersRelationships\TickersPearsonCorrelation.cs" />
+ <Compile Include="a4_Scripting\IExecutable.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="a0_Validation\IValidator.cs" />
|