[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting GenomeManagerForEfficientPo
Brought to you by:
glauco_1
|
From: Marco M. <mi...@us...> - 2006-05-14 18:35:50
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4422/b7_Scripts/TickerSelectionTesting Modified Files: GenomeManagerForEfficientPortfolio.cs Log Message: Added FirstQuoteDate and LastQuoteDate properties Index: GenomeManagerForEfficientPortfolio.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/GenomeManagerForEfficientPortfolio.cs,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** GenomeManagerForEfficientPortfolio.cs 7 Jan 2006 10:30:00 -0000 1.22 --- GenomeManagerForEfficientPortfolio.cs 14 May 2006 18:35:46 -0000 1.23 *************** *** 110,113 **** --- 110,122 ---- } + public DateTime FirstQuoteDate + { + get{return this.firstQuoteDate;} + } + + public DateTime LastQuoteDate + { + get{return this.lastQuoteDate;} + } //setOfInitialTickers has to contain the //ticker's symbol in the first column ! |