[Quantproject-developers] QuantProject/b4_Business Business_SD.csproj, 1.37, 1.38
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2009-03-21 09:56:29
|
Update of /cvsroot/quantproject/QuantProject/b4_Business In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv23444/b4_Business Modified Files: Business_SD.csproj Log Message: Added new summary row AveragePermanenceTimeOnTheMarket, which computes the average time in minutes positions stay on the market. Index: Business_SD.csproj =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/Business_SD.csproj,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** Business_SD.csproj 13 Mar 2009 15:19:10 -0000 1.37 --- Business_SD.csproj 21 Mar 2009 09:56:21 -0000 1.38 *************** *** 69,72 **** --- 69,73 ---- <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\StatisticsSummaryRows\AverageReturnOnWednesdayWithOpenPositions.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageNumberOfTransactionsPerDay.cs" /> + <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AveragePermanenceTimeOnTheMarket.cs" /> <Compile Include="a1_Financial\a2_Accounting\h5_Reporting\Tables\StatisticsSummary.cs" /> <Compile Include="a1_Financial\a2_Accounting\Transactions\TimedTransaction.cs" /> |