Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv27738/b4_Business/a2_Strategies/Eligibles
Modified Files:
ByPriceMostLiquidAlwaysQuoted.cs
Log Message:
The Description property has been implemented
Index: ByPriceMostLiquidAlwaysQuoted.cs
===================================================================
RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles/ByPriceMostLiquidAlwaysQuoted.cs,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ByPriceMostLiquidAlwaysQuoted.cs 6 Feb 2008 22:59:30 -0000 1.1
--- ByPriceMostLiquidAlwaysQuoted.cs 7 Feb 2008 18:36:11 -0000 1.2
***************
*** 45,49 ****
public class ByPriceMostLiquidAlwaysQuoted : IEligiblesSelector
{
! public event NewMessageHandler NewMessage;
private bool temporizedGroup;
--- 45,49 ----
public class ByPriceMostLiquidAlwaysQuoted : IEligiblesSelector
{
! public event NewMessageEventHandler NewMessage;
private bool temporizedGroup;
***************
*** 54,62 ****
private double maxPrice;
- private string description;
public string Description
{
get{
! return "Change me!";
}
}
--- 54,62 ----
private double maxPrice;
public string Description
{
get{
! return "Elgbls_prcRng" + this.minPrice + "_" + this.maxPrice +
! "_mstLqd_alwsQtd";
}
}
|