Quotes Class
Defines the structure for an object that represents a collection of
Quotes.
Namespace: tsdata.marketdata
|
Name |
Description |
|
Contains( string ) |
Returns true if the specified string represents a quote field name that exists within the Quotes collection. |
|
Contains( Quote ) |
Returns true if the specified Quote object exists within the Quotes collection. |
|
Name |
Description |
 |
Updated |
Occurs when the Quotes object is updated. See QuoteUpdatedEventArgs for the properties returned by the handler's args parameter. |