OrderUpdatedEventArgs Class

Defines the structure for an object that reports information when an order update occurs.

Namespace: tsdata.trading

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property AccountID string Gets the ID of the account used for the order.
Public property Message string Gets the update message text.
Public property Order object Gets the Order that has been updated. See Order for available properties.
Public property OrderID string Gets the ID of the updated order.
Public property PartialFills object Gets the collection of any partial fills for the Order. See PartialFillInfoCollection for properties.
Public property Reason enum Gets the reason for the update.  See OrderUpdateReason for a list.
Public property State enum Gets the state of the Order. See OrderState for a list of possible values.
Public property Symbol string Get the symbol used for the order.
Methods
  Name Description
Public property Create Creates an instance of the class.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdata.trading.OrderUpdatedEventArgs