[Quantproject-developers] QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag WFLagNewChosen
Brought to you by:
glauco_1
|
From: Glauco S. <gla...@us...> - 2007-10-28 19:33:20
|
Update of /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv29412/b7_Scripts/WalkForwardTesting/WalkForwardLag Modified Files: WFLagNewChosenPositionsEventArgs.cs Log Message: A WFLagLogItem object is now added to this object. It was a WFLagChosenPositions object in the previous revision Index: WFLagNewChosenPositionsEventArgs.cs =================================================================== RCS file: /cvsroot/quantproject/QuantProject/b7_Scripts/WalkForwardTesting/WalkForwardLag/WFLagNewChosenPositionsEventArgs.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WFLagNewChosenPositionsEventArgs.cs 18 Feb 2007 01:13:45 -0000 1.1 --- WFLagNewChosenPositionsEventArgs.cs 28 Oct 2007 19:33:13 -0000 1.2 *************** *** 33,50 **** public class WFLagNewChosenPositionsEventArgs : EventArgs { ! private WFLagChosenPositions wFLagChosenPositions; ! public WFLagChosenPositions WFLagChosenPositions { get { ! return this.wFLagChosenPositions; } } public WFLagNewChosenPositionsEventArgs( ! WFLagChosenPositions wFLagChosenPositions ) { ! this.wFLagChosenPositions = wFLagChosenPositions; } } --- 33,50 ---- public class WFLagNewChosenPositionsEventArgs : EventArgs { ! private WFLagLogItem wFLagLogItem; ! public WFLagLogItem WFLagLogItem { get { ! return this.wFLagLogItem; } } public WFLagNewChosenPositionsEventArgs( ! WFLagLogItem wFLagLogItem ) { ! this.wFLagLogItem = wFLagLogItem; } } |