StrategyNewOrderEventArgs Class
Defines an object that provides argument properties for a strategy new order event.
Namespace: strategy
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
| Name | Type | Description | |
|
|
Cancelable | bool | True if the strategy order is cancelable, otherwise false. |
|
|
Editable | bool | True if the strategy order may be edited, otherwise false. |
|
|
OrderDirection | enum | Gets the direction of he order. See StrategyOrderDirection for possible values. |
|
|
RequestedQty | int | Gets and sets the requested quantity for the strategy order. |
|
|
Reversing | bool | Reserved for future development. |
|
|
SignalIndex | int | Gets the index of the signal. |
|
|
TargetPrice | double | Gets and sets the target price for the strategy order. |
Methods
| Name | Description | |
|
|
CancelAction | Cancels the action. |
|
|
Create | Initializes a new instance of the class. |