TimeAndSalesUpdatedEventArgs Class

Used to report information regarding TimeAndSalesProvider Update events.

Namespace: tsdata.marketdata

Properties

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

  Name Type Description
Public property Added bool True if an item was added.
Public property Data object Gets an individual TimeAndSalesItem and related properties.
Public property Reason enum Gets the reason for the update. See TimeAndSalesUpdateReason for possible values.
Methods
  Name Description
Public property Create() Initializes a new instance of the class and Updated event occurs in the TimeAndSalesProvider.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdata.marketdata.TimeAndSalesUpdatedEventArgs