FundamentalQuote Class
Defines the structure for an object that represents the fundamental quote information when using a FundamentalQuotesProvider component. See FundamentalFields for a list of possible fundamental quote 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[idx] | bool | Gets the true or false value of the quote with the specified interval idx value. |
|
|
BooleanValue[idx] | bool | Gets the true or false value of the quote with the specified interval idx date. |
|
|
BooleanValueLast | bool | Gets the true or false value of the last (current) quote. |
|
|
Count | int | Gets the number of quotes in the FundamentalQuotes collection. |
|
|
DateValue[idx] | datetime | Gets the datetime value of the quote with the specified interval idx value. |
|
|
DateValue[idx] | datetime | Gets the datetime value of the quote with the specified interval idx date. |
|
|
DateValueLast | datetime | Gets the datetime value of the last (current) quote. |
|
|
|
string | A string containing the description of the fundamental field. |
|
|
DoubleValue[idx] | double | Gets the real (double) value of the quote with the specified interval idx value. |
|
|
DoubleValue[idx] | double | Gets the real (double) value of the quote with the specified interval idx date. |
|
|
DoubleValueLast | double | Gets the real (double) value of the last (current) quote. |
|
|
EffectiveDate[idx] | datetime | Gets the date the quote became effective based in the specified interval idx value. |
|
|
EffectiveDate[idx] | double | Gets the real (double) date the quote became effective based in the specified interval idx date. |
|
|
EffectiveDateLast | double | Gets the real (double) last date the fundamental quote became effective. |
|
|
ExtendedProperties[idx] | datetime | Gets the DynamicProperties object of the fundamental quote for the specified interval idx value.. |
|
|
ExtendedProperties[idx] | double | Gets the DynamicProperties object of the fundamental quote for the specified interval idx date. |
|
|
ExtendedPropertiesLast | double | Gets the DynamicProperties object of the real (double) last date the fundamental quote became effective. |
|
|
Field | string | Gets a string containing the fundamental field name. |
|
|
IntegerValue[idx] | int | Gets the integer value of the quote with the specified interval idx value. |
|
|
IntegerValue[idx] | int | Gets the integer value of the quote with the specified interval idx date. |
|
|
IntegerValueLast | int | Gets the integer value of the most recent (current) Quote. |
|
|
PostDate[idx] | datetime | Gets the date the quote with the specified interval idx value was posted. |
|
|
PostDate[idx] | datetime | Gets the date the quote with the specified interval idx date was posted. |
|
|
PostDateLast | datetime | Gets the current / most-recently post date of the quote. |
|
|
StringValue[idx] | string | Gets the string value of the quote with the specified interval idx value. |
|
|
StringValue[idx] | string | Gets the string value of the quote with the specified interval idx date. |
|
|
StringValueLast | string | Gets the string value of the last (current) quote. |
|
|
|
object | The type of data the FundamentalQuote returns. |
|
|
Value[idx] | object | Gets an object containing the value of the quote with the specified interval idx value. |
|
|
Value[idx] | object | Gets an object containing the value of the quote with the specified interval idx date. |
|
|
ValueLast | object | Gets an object containing the value of the last (current) quote, . |
Methods
| Name | Description | |
|
|
GetBooleanValue(index,postDate) | Gets the true or false value of the quote with the specified index interval and returns the postDate. |
|
|
GetDateValue(index,postDate) | Gets the date value of the quote with the specified index interval and returns the postDate. |
|
|
GeDoubleValue(index,postDate) | Gets the double value of the quote with the specified index interval and returns the postDate. |
|
|
GetIntegerValue(index,postDate) | Gets the integer value of the quote with the specified index interval and returns the postDate. |
|
|
GetStringValue(index,postDate) | Gets the string value of the quote with the specified index interval and returns the postDate. |
|
|
GetValue(index,postDate) | Gets the value of the quote with the specified index interval and returns the postDate. |
Events
| Name | Description | |
| |
Updated | Occurs whenever a Quote is updated. See FundmentalQuoteUpdatedEventArgs for the properties returned by the handler's args parameter. |
Inheritance Hierarchy
tsdata.marketdata.FundamentalQuote