The pending orders for this position.

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

Syntax

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

See Also