Quotes Class

Defines the structure for an object that represents a collection of Quotes.

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 number of available quotes in a collection.
Public property Quote[index] object Gets the Quote with the specified index.
Public property Quote[name] object Gets the quote with the specified name.   See QuoteFields for a list of field names.
Methods
  Name Description
Public property Contains( string ) Returns true if the specified string represents a quote field name that exists within the Quotes collection.
Public property Contains( Quote ) Returns true if the specified Quote object exists within the Quotes collection.
Events
  Name Description
 Public event Updated Occurs when the Quotes object is updated. See QuoteUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

tsdata.marketdata.Quotes