Represents an order that is associated with a position.

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

Syntax

C#
public sealed class Order
Visual Basic (Declaration)
Public NotInheritable Class Order
Visual C++
public ref class Order sealed

Remarks

Use the Orders property to get a list of the pending orders for a position.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.Order

See Also