The list of closed positions for the current symbol.

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

Syntax

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

See Also