AggregateMarketQuotes Class

Defines the structure for an object that represents a collection of aggregated market quote objects.

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 total number of aggregated market quotes in the collection.
Public property Quote object Gets the AggregatedMarketQuote object based on the specified index.
Methods
  Name Description
Public property Contains(quote) True if the referenced object exists in the collection, otherwise False.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.AggregateMarketQuotes