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
Public property AvgPrice double Gets and sets the average price for the strategy order fill.
Public property Cancelable bool True if the strategy order is cancelable, otherwise false.
Public property Date datetime Gets the time and date of the strategy order fill.
Public property Editable bool True if the strategy order may be edited, otherwise false.
Public property OrderDirection enum Get the value indicating the direction of the strategy order. See StrategyOrderDirection for a list of possible values
Public property Quantity int Gets and sets the quantity for the strategy order fill.
Public property RequestedQty int Gets the requested quantity for the strategy order fill.
Public property 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
Public property SignalIndex int Gets the index of the signal within the strategy.
Public property TargetPrice double Gets and sets the target price for the strategy order fill.
Methods
  Name Description
Public property CancelAction() Cancels the action.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

strategy.StrategyFillOrderEventArgs