OrderUpdateReason Enumeration

List of reasons that an Order update occurred.  

Namespace: tsdata.trading

Enumerated Values
  Name

Value

Description
Public property Added

0

Updated even occurred because the Order that fired the Updated event was added to the collection of Orders.
Public property InitialUpdate

3

First occurrence of the Updated event.
Public property Removed

1

Updated even occurred because the Order that fired the Updated event was removed from the collection of Orders.
Public property StateChanged

2

Updated even occurred because the OrderState of the Order that fired the event changed. (See also: OrderStateDetail.)