[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.2,1.3
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-09 21:12:04
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv29442/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
Updated the Account Report Summary object:
- Added the Max equity drawdown
- 'Total number of trades' now is computed by a
devoted object (it was a delegate before this revision)
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** b4_Business.csproj 8 Nov 2003 20:54:41 -0000 1.2
--- b4_Business.csproj 9 Nov 2003 21:12:00 -0000 1.3
***************
*** 197,200 ****
--- 197,215 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\MaxEquityDrawDown.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\SummaryRow.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNumberOfTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\Tables\Equity.cs"
SubType = "Code"
|