A list of PositionStats objects corresponding to the statistics after each trade in Trades.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public IList<PositionStats> StatList { get; }
Visual Basic (Declaration)
Public ReadOnly Property StatList As IList(Of PositionStats)
Visual C++
public:
property IList<PositionStats^>^ StatList {
	IList<PositionStats^>^ get ();
}

Remarks

See Also