StrategyFillOrderEventArgs Class
Defines an object that provides argument properties for a strategy fill order event.
Namespace: strategy
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
AvgPrice | double | Gets and sets the average price for the strategy order fill. | |
Cancelable | bool | True if the strategy order is cancelable, otherwise false. | |
Date | datetime | Gets the time and date of the strategy order fill. | |
Editable | bool | True if the strategy order may be edited, otherwise false. | |
OrderDirection | enum | Get the value indicating the direction of the strategy order. See StrategyOrderDirection for a list of possible values | |
Quantity | int | Gets and sets the quantity for the strategy order fill. | |
RequestedQty | int | Gets the requested quantity for the strategy order fill. | |
Reversing | bool | True for the buy or sellshort order taking the current position to flat before the order that actually reverses the position. False for the order that actually takes the position from flat to reversed or false if no position reversing is occurring | |
SignalIndex | int | Gets the index of the signal within the strategy. | |
TargetPrice | double | Gets and sets the target price for the strategy order fill. |
Methods
Name | Description | |
CancelAction() | Cancels the action. |