Contains information used to submit an order.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll)
Version: 2008.1.0.0 (2008.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.