[Quantproject-developers] QuantProject/b3_Data/Selectors SelectionType.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2004-07-03 19:20:05
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/Selectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv480/b3_Data/Selectors Modified Files: SelectionType.cs Log Message: Update enumeration for selection type (used by SelectionRule) Index: SelectionType.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Selectors/SelectionType.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SelectionType.cs 25 Apr 2004 17:32:55 -0000 1.1 --- SelectionType.cs 3 Jul 2004 19:19:56 -0000 1.2 *************** *** 30,36 **** public enum SelectionType { ! MostLiquid/*, LessVolatile, - BestPerformer, LessStatisticallyCorrelated*/ } --- 30,36 ---- public enum SelectionType { ! MostLiquid, ! BestPerformer/* LessVolatile, LessStatisticallyCorrelated*/ } |