Contains information used to submit an order.

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

Syntax

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

Remarks

To submit an order on an existing position, pass an instance of this class to the SubmitOrder(OrderSettings) of an open position. To submit an order to open a new position, use the PositionSettings class and the OpenPosition(PositionSettings) method.

Inheritance Hierarchy

System..::.Object
  RightEdge.Common..::.OrderSettings

See Also