[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting PortfolioType.cs, 1.3, 1.
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2007-08-29 09:59:47
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17853/b7_Scripts/TickerSelectionTesting Modified Files: PortfolioType.cs Log Message: Added new portfolio enumeration item "OnlyMixed" (for portfolios that should have both long and short position) Index: PortfolioType.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/PortfolioType.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** PortfolioType.cs 7 Aug 2006 21:12:24 -0000 1.3 --- PortfolioType.cs 29 Aug 2007 09:59:41 -0000 1.4 *************** *** 34,38 **** OnlyLong, OnlyShort, ! ShortAndLong } } --- 34,39 ---- OnlyLong, OnlyShort, ! ShortAndLong, ! OnlyMixed } } |