TimeAndSales Class

Represents a collection of TimeAndSalesItems when using the TimeAndSalesProvider component.

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 Count int Gets the number of items in the TimeAndSales collection.
Public property Items[index] object Gets a TimeAndSalesItem item from the collection as specified by the index (zero-based).
Events
  Name Description
 Public event Updated Occurs whenever a TimeAndSalesItem is added or deleted.  See TimeAndSalesUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.TimeAndSales