[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/Eligibles EligibleTickers.cs, 1.2
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:16:45
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15371/Eligibles Modified Files: EligibleTickers.cs Log Message: The new revision moves toward an intraday enabled framework. EndOfDayDate time has been removed, DateTime is used now. The code has been changed accordingly. Index: EligibleTickers.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/Eligibles/EligibleTickers.cs,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** EligibleTickers.cs 6 Feb 2008 23:01:28 -0000 1.2 --- EligibleTickers.cs 29 Sep 2008 21:16:18 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- /// Strongly typed collection of tickers /// </summary> + [Serializable] public class EligibleTickers : System.Collections.CollectionBase { |