[Quantproject-developers] QuantProject/b3_Data/Selectors TickerSelector.cs,1.1,1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-05-08 17:19:49
|
Update of /cvsroot/quantproject/QuantProject/b3_Data/Selectors In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7277/b3_Data/Selectors Modified Files: TickerSelector.cs Log Message: Quotes becomes QuantProject.DataAccess.Tables.Quotes to resolve ambiguity Index: TickerSelector.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b3_Data/Selectors/TickerSelector.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TickerSelector.cs 25 Apr 2004 17:32:56 -0000 1.1 --- TickerSelector.cs 8 May 2004 17:19:41 -0000 1.2 *************** *** 48,52 **** { //TODO: implement switching code to the proper method of selection ! return Quotes.GetMostLiquidTickers(this.selectionRule.GroupID, this.selectionRule.FirstQuoteDate, this.selectionRule.LastQuoteDate, --- 48,52 ---- { //TODO: implement switching code to the proper method of selection ! return QuantProject.DataAccess.Tables.Quotes.GetMostLiquidTickers(this.selectionRule.GroupID, this.selectionRule.FirstQuoteDate, this.selectionRule.LastQuoteDate, |