[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/EquityEvaluation WinningPeriods.c
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:18:24
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/EquityEvaluation In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16256/EquityEvaluation Modified Files: WinningPeriods.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: WinningPeriods.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/EquityEvaluation/WinningPeriods.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WinningPeriods.cs 10 Feb 2008 15:26:34 -0000 1.3 --- WinningPeriods.cs 29 Sep 2008 21:17:57 -0000 1.4 *************** *** 29,32 **** --- 29,33 ---- /// periods on the total number of non flat periods /// </summary> + [Serializable] public class WinningPeriods : IEquityEvaluator { |