The list of open 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> OpenPositions { get; }
Visual Basic (Declaration)
Public ReadOnly Property OpenPositions As IList(Of Position)
Visual C++
public:
property IList<Position^>^ OpenPositions {
	IList<Position^>^ get ();
}

See Also