EasyLanguage Object Reference

MarketQuotes Class

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

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Count integer 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