Gets a list of pending positions.

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

Syntax

C#
public IList<Position> GetPendingPositions()
Visual Basic (Declaration)
Public Function GetPendingPositions As IList(Of Position)
Visual C++
public:
IList<Position^>^ GetPendingPositions()

Return Value

A list of the currently pending positions

Remarks

Pending positions are positions that have been submitted to the broker but have not yet been filled or rejected.

See Also