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 | |
![]() |
AccountID | string | Gets the ID of the account used for the order. |
![]() |
Message | string | Gets the update message text. |
![]() |
Order | object | Gets the Order that has been updated. See Order for available properties. |
![]() |
OrderID | string | Gets the ID of the updated order. |
![]() |
PartialFills | object | Gets the collection of any partial fills for the Order. See PartialFillInfoCollection for properties. |
![]() |
Reason | enum | Gets the reason for the update. See OrderUpdateReason for a list. |
![]() |
State | enum | Gets the state of the Order. See OrderState for a list of possible values. |
![]() |
Symbol | string | Get the symbol used for the order. |
Methods
Name | Description | |
![]() |
Create | Creates an instance of the class. |