[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-02-27 22:08:25
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv10481/a2_Strategies/returnsManagement/time/selectors Modified Files: FixedLengthTwoPhasesIntervalsSelector.cs Log Message: The class' comment has been improved Index: FixedLengthTwoPhasesIntervalsSelector.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors/FixedLengthTwoPhasesIntervalsSelector.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FixedLengthTwoPhasesIntervalsSelector.cs 19 Jan 2008 18:03:18 -0000 1.1 --- FixedLengthTwoPhasesIntervalsSelector.cs 27 Feb 2008 22:08:19 -0000 1.2 *************** *** 29,35 **** { /// <summary> ! /// Selects a set of intervals where there is a fixed number of time steps ! /// for even intervals (first, third, ...) and (possilby) a different ! /// fixed number of benchmark time steps for odd intervals (second, fourth, ...). /// A benchmark time step is either an "open to close" interval or /// a "close to open" interval (refered to dateTimes when the benchmark is --- 29,36 ---- { /// <summary> ! /// Selects a set of intervals where there is a fixed number of ! /// benchmark time steps ! /// for odd intervals (first, third, ...) and a (possibly) different ! /// fixed number of benchmark time steps for even intervals (second, fourth, ...). /// A benchmark time step is either an "open to close" interval or /// a "close to open" interval (refered to dateTimes when the benchmark is *************** *** 43,49 **** /// <summary> ! /// Selects a set of intervals where there is a fixed number of time steps ! /// for even intervals (first, third, ...) and (possilby) a different ! /// fixed number of benchmark time steps for odd intervals (second, fourth, ...) /// A benchmark time step is either an "open to close" interval or /// a "close to open" interval (refered to dateTimes when the benchmark is --- 44,51 ---- /// <summary> ! /// Selects a set of intervals where there is a fixed number of ! /// benchmark time steps ! /// for odd intervals (first, third, ...) and a (possibly) different ! /// fixed number of benchmark time steps for even intervals (second, fourth, ...). /// A benchmark time step is either an "open to close" interval or /// a "close to open" interval (refered to dateTimes when the benchmark is |