[Quantproject-developers] QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2009-02-28 18:31:53
|
Update of /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20107/b4_Business/a2_Strategies/returnsManagement/time/selectors Modified Files: FixedLengthTwoPhasesIntervalsSelector.cs Log Message: a To Do comment has been cleaned out Index: FixedLengthTwoPhasesIntervalsSelector.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b4_Business/a2_Strategies/returnsManagement/time/selectors/FixedLengthTwoPhasesIntervalsSelector.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FixedLengthTwoPhasesIntervalsSelector.cs 29 Sep 2008 21:16:19 -0000 1.3 --- FixedLengthTwoPhasesIntervalsSelector.cs 28 Feb 2009 18:31:46 -0000 1.4 *************** *** 120,129 **** DateTime startingDateTime ) { - // qui!!!! fai un ciclo while non exchanged (trova - // il primo - // successivo - // in cui il - // benchmark e' - // scambiato) DateTime firstIntervalBegin = this.benchmark.GetThisOrNextMarketStatusSwitch( --- 120,123 ---- |