OrderUpdateReason Enumeration
List of reasons that an Order update occurred.
Namespace: tsdata.trading
Enumerated Values
| Name |
Value |
Description | |
|
|
Added |
0 |
Updated even occurred because the Order that fired the Updated event was added to the collection of Orders. |
|
|
InitialUpdate |
3 |
First occurrence of the Updated event. |
|
|
Removed |
1 |
Updated even occurred because the Order that fired the Updated event was removed from the collection of Orders. |
|
|
StateChanged |
2 |
Updated even occurred because the OrderState of the Order that fired the event changed. (See also: OrderStateDetail.) |