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

Remarks

A pending position is a position that has had an order submitted to open the position, but the order has not been filled yet.

See Also