[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/Eligibles MostLiquidAndLessVolati
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-07 18:47:10
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2130/b4_Business/a2_Strategies/Eligibles Modified Files: MostLiquidAndLessVolatile.cs Log Message: - the Description property has been implemented - the NewMessageHandler delegate has been renamed to NewMessageEventHandler (to comply to our standard naming rules) Index: MostLiquidAndLessVolatile.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles/MostLiquidAndLessVolatile.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MostLiquidAndLessVolatile.cs 6 Feb 2008 22:56:37 -0000 1.2 --- MostLiquidAndLessVolatile.cs 7 Feb 2008 18:46:56 -0000 1.3 *************** *** 37,50 **** public class MostLiquidAndLessVolatile : IEligiblesSelector { ! public event NewMessageHandler NewMessage; private string tickersGroupID; private int maxNumberOfEligibleTickersToBeChosen; - private string description; public string Description { get{ ! return "Change me!"; } } --- 37,49 ---- public class MostLiquidAndLessVolatile : IEligiblesSelector { ! public event NewMessageEventHandler NewMessage; private string tickersGroupID; private int maxNumberOfEligibleTickersToBeChosen; public string Description { get{ ! return "Elgbls_mstLqd_alwsQtd_max" + this.maxNumberOfEligibleTickersToBeChosen; } } |