MarketQuotes Class

Defines the structure for an object that includes a collection of MarketQuote objects.  

Namespace: tsdata.marketdata

Properties

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

  Name Type Description
Count int Gets the number of market quote objects in the collection.
Quote[index] object Gets the MarketQuote object with the specified index.
Quote[name] object Gets the MarketQuote object with the specified name.
Methods
  Name Description
Public property Contains True if the collection contains the specified MarketQuote object, otherwise False.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.MarketQuotes