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
Public property Cancelable bool True if the strategy order is cancelable, otherwise false.
Public property Editable bool True if the strategy order may be edited, otherwise false.
Public property OrderDirection enum Gets the direction of he order. See StrategyOrderDirection for possible values.
Public property RequestedQty int Gets and sets the requested quantity for the strategy order.
Public property Reversing bool Reserved for future development.
Public property SignalIndex int Gets the index of the signal.
Public property TargetPrice double Gets and sets the target price for the strategy order.
Methods
  Name Description
Public property CancelAction Cancels the action.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

strategy.StrategyNewOrderEventArgs