[Quantproject-developers] QuantProject/b4_Business b4_Business.csproj,1.5,1.6
Brought to you by:
glauco_1
|
From: <gla...@us...> - 2003-11-16 17:19:30
|
Update of /cvsroot/quantproject/QuantProject/b4_Business
In directory sc8-pr-cvs1:/tmp/cvs-serv25981/b4_Business
Modified Files:
b4_Business.csproj
Log Message:
The Account Report Summary object has been updated.
The following have become summary row devoted object (they were
delegate in the previous revision):
- AnnualSystemPercentageReturn
- AverageLongTradePercentageReturn
- AverageShortTradePercentageReturn
- AverageTradePercentageReturn
- LargestLosingTradePercentage
- LargestWinningTradePercentage
- NumberWinningLongTrades
- NumberWinningShortTrades
- NumberWinningTrades
- TotalNumberOfLongTrades
- TotalNumberOfShortTrades
Index: b4_Business.csproj
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/b4_Business.csproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** b4_Business.csproj 13 Nov 2003 23:23:00 -0000 1.5
--- b4_Business.csproj 16 Nov 2003 17:18:45 -0000 1.6
***************
*** 197,200 ****
--- 197,220 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AnnualSystemPercentageReturn.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageLongTradePercentageReturn.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageShortTradePercentageReturn.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\AverageTradePercentageReturn.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\BuyAndHoldPercentageReturn.cs"
SubType = "Code"
***************
*** 202,205 ****
--- 222,235 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\LargestLosingTradePercentage.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\LargestWinningTradePercentage.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\MaxEquityDrawDown.cs"
SubType = "Code"
***************
*** 207,210 ****
--- 237,255 ----
/>
<File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningLongTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningShortTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\NumberWinningTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\ReturnOnAccount.cs"
SubType = "Code"
***************
*** 218,221 ****
--- 263,276 ----
<File
RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNetProfit.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNumberOfLongTrades.cs"
+ SubType = "Code"
+ BuildAction = "Compile"
+ />
+ <File
+ RelPath = "a1_Financial\a2_Accounting\h5_Reporting\SummaryRows\TotalNumberOfShortTrades.cs"
SubType = "Code"
BuildAction = "Compile"
|