EasyLanguage Object Reference

OrderUpdatedEventArgs Class

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

Namespace: tsdata.trading

[ Expand All ]
Properties
  Name Type Description
Public property AccountID string Gets the ID of the account used for the order.
Public property Order object Gets the Order that has been updated.
Public property OrderID string Gets the ID of the updated order.
Public property Reason

enum

Gets the reason for the update.  See OrderUpdateReason for a list.
Public property State

object

Gets the state of the Order.
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