[Quantproject-developers] QuantProject/b91_QuantProject Main.cs, 1.21, 1.22
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2008-09-29 21:22:15
|
Update of /cvsroot/quantproject/QuantProject/b91_QuantProject In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv19100 Modified Files: Main.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: Main.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b91_QuantProject/Main.cs,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Main.cs 19 Aug 2008 17:27:01 -0000 1.21 --- Main.cs 29 Sep 2008 21:22:01 -0000 1.22 *************** *** 474,479 **** // new WFLagMain().ShowDialog(); ! new FixedLengthTwoPhasesMain().Run(); ! // new PairsTradingMain().Run(); // new RunOneRank().Run(); --- 474,479 ---- // new WFLagMain().ShowDialog(); ! // new FixedLengthTwoPhasesMain().Run(); ! new PairsTradingMain().Run(); // new RunOneRank().Run(); |