[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.4,1.5
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-13 23:23:03
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv13808/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
Updated the Account Report Summary object:
- 'Buy and hold percentage return' now is computed by a
devoted object (it was a delegate before this revision)
- 'Return on account' now is computed by a
devoted object (previous revision was still invoking the delegate, even
if the object was already defined and committed)
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** b4_Business.csproj 10 Nov 2003 21:45:11 -0000 1.4
--- b4_Business.csproj 13 Nov 2003 23:23:00 -0000 1.5
***************
*** 197,200 ****
--- 197,205 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\BuyAndHoldPercentageReturn.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\MaxEquityDrawDown.cs"
SubType = "Code"
|