[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/Eligibles MostLiquidAndLessVolati
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2008-02-06 22:56:54
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv23339/a2_Strategies/Eligibles Modified Files: MostLiquidAndLessVolatile.cs Log Message: Added Description property to the IEligiblesSelector interface. The implementation for the Description property has to be done ... Index: MostLiquidAndLessVolatile.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles/MostLiquidAndLessVolatile.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** MostLiquidAndLessVolatile.cs 19 Jan 2008 17:43:04 -0000 1.1 --- MostLiquidAndLessVolatile.cs 6 Feb 2008 22:56:37 -0000 1.2 *************** *** 42,45 **** --- 42,53 ---- private int maxNumberOfEligibleTickersToBeChosen; + private string description; + public string Description + { + get{ + return "Change me!"; + } + } + /// <summary> /// Selects the most liquid and less volatile within the given |