[Quantproject-developers] QuantProject/b7_Scripts/TickerSelectionTesting EndOfDayTimerHandler.cs,1.1
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2004-12-15 23:21:52
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32233/b7_Scripts/TickerSelectionTesting Modified Files: EndOfDayTimerHandler.cs Log Message: - this.account.ExecuteActiveOrders() has been commented out - this.account.ClearOrders() has been commented out Index: EndOfDayTimerHandler.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/TickerSelectionTesting/EndOfDayTimerHandler.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EndOfDayTimerHandler.cs 14 Dec 2004 21:21:41 -0000 1.1 --- EndOfDayTimerHandler.cs 15 Dec 2004 23:21:41 -0000 1.2 *************** *** 84,88 **** 16000); ! this.account.ExecuteActiveOrders(); } #endregion --- 84,88 ---- 16000); ! //this.account.ExecuteActiveOrders(); } #endregion *************** *** 170,174 **** { this.setTickers(endOfDayTimingEventArgs.EndOfDayDateTime.DateTime); ! this.account.ClearOrders(); oneHourAfterMarketCloseEventHandler_orderChosenTickers( ( IEndOfDayTimer ) sender ); } --- 170,174 ---- { this.setTickers(endOfDayTimingEventArgs.EndOfDayDateTime.DateTime); ! //this.account.ClearOrders(); oneHourAfterMarketCloseEventHandler_orderChosenTickers( ( IEndOfDayTimer ) sender ); } |