FundamentalQuotes Class

Defines the structure for an object that represents a collection of fundamental quotes when using a FundamentalQuotesProvider 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 total number of fundamental quotes.
Public property Quote[index] object Gets the FundamentalQuote object based on the specified index.
Public property Quote[name] object Gets the FundamentalQuote object with the specified name. See FundamentalFields for a list of possible field names.
Methods
  Name Description
Public property Contains(QuoteFieldName) True if the quote with the specified field name exists in the collection.
Public property Contains(QuoteObj) True if the specified fundamental quote object exists in the collection.
Public property HasQuoteData(index) True if the quote with the specified index has a value.
Public property HasQuoteData(name) True if the quote with the specified name has a value.
Events
  Name Description
 Public event Updated Occurs whenever a Quote is updated.  See FundmentalQuoteUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.FundamentalQuotes