Gets the orders that are currently pending for a position.

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

Syntax

C#
public List<PositionManager..::.TradeOrderAndOrder> GetPendingOrdersForPosition(
	string PosID
)
Visual Basic (Declaration)
Public Function GetPendingOrdersForPosition ( _
	PosID As String _
) As List(Of PositionManager..::.TradeOrderAndOrder)
Visual C++
public:
List<PositionManager..::.TradeOrderAndOrder>^ GetPendingOrdersForPosition(
	String^ PosID
)

Parameters

PosID
Type: System..::.String
The ID of a position to retrieve the pending orders for

Return Value

A list of pending orders for the position.

See Also