Quote Class
Defines the structure for an object that represents quote information. See QuoteFields for a list of possible field names.
Namespace: tsdata.marketdata
Properties
Additional
properties, methods, and events are described in the classes listed
under Inheritance Hierarchy (see below).
Name | Type | Description | |
![]() |
BooleanValue | bool | True if the value to be converted exists, otherwise False. |
![]() |
DateValue | datetime | Gets the date value of the current instance. |
![]() |
DoubleValue | double | Gets the double value of the current instance. |
![]() |
Field | string | Gets the name of the quote field. |
![]() |
Int64Value | int64 | Gets the int64 value of the current instance. |
![]() |
IntegerValue | int | Gets the integer value of the current instance. |
![]() |
StringValue | string | Gets the text value of the current instance. |
![]() |
|
enum | Gets type of quote data. See DataType for a list of possible values. |
![]() |
|
object | References the current object instance. |
Events
Name | Description | |
![]() |
Updated | Occurs whenever the Quotes object is updated. See QuoteUpdatedEventArgs for the properties returned by the handler's args parameter. |
Inheritance Hierarchy
tsdata.marketdata.Quote