EasyLanguage Object Reference
MarketQuotes Class
Defines the structure for an object that includes a collection of MarketQuote objects.
Namespace: tsdata.marketdata
|
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. |
|
Name |
Description |
|
Contains |
True if the collection contains the specified MarketQuote object, otherwise False. |