EasyLanguage Object Reference
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
Name | Type | Description | |
![]() |
BooleanValue[index] | boolean | Gets the true or false value of the quote with the specified interval index. |
![]() |
BooleanValue[datetime] | boolean | Gets the true or false value of the quote with the specified interval date. |
![]() |
BooleanValueLast | boolean | Gets the true or false value of the last (current) quote. |
![]() |
Count | integer | The number of quotes in the FundamentalQuotes collection. |
![]() |
DateValue[index] | datetime | Gets the datetime value of the quote with the specified interval index. |
![]() |
DateValue[dateindex] | datetime | Gets the datetime value of the quote with the specified interval date. |
![]() |
DateValueLast | datetime | Gets the datetime value of the last (current) quote. |
![]() |
Description | string | A string containing the description of the fundamental field. |
![]() |
DoubleValue[index] | double | Gets the real (double) value of the quote with the specified interval index. |
![]() |
DoubleValue[dateindex] | double | Gets the real (double) value of the quote with the specified interval date. |
![]() |
DoubleValueLast | double | Gets the real (double) value of the last (current) quote. |
![]() |
EffectiveDate | datetime | Gets the date the fundamental quote became effective. |
![]() |
Field | string | Gets a string containing the fundamental field name. |
![]() |
IntegerValue[index] | integer | Gets the integer value of the quote with the specified interval index. |
![]() |
IntegerValue[dateindex] | integer | Gets the integer value of the quote with the specified interval index. |
![]() |
IntegerValueLast | integer | Gets the integer value of the quote (current) Quote. |
![]() |
PostDate[index] | datetime | Gets the date the quote with the specified interval index was posted. |
![]() |
PostDate[dateindex] | datetime | The date the fundamental quote was posted. |
![]() |
PostDateLast | datetime | The date the fundamental quote was posted. |
![]() |
StringValue[index] | string | Value of the fundamental quote as a string. |
![]() |
StringValue[dateindex] | string | Value of the fundamental quote as a string. |
![]() |
StringValueLast | string | Value of the fundamental quote as a string. |
![]() |
Type | object | The type of data the FundamentalQuote returns. |
![]() |
Value[index] | object | The value of the FundamentalQuote as an object. |
![]() |
Value[dateindex] | object | The value of the FundamentalQuote as an object. |
![]() |
ValueLast | object | The value of the FundamentalQuote as an object. |
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. |
Name | Description | |
![]() |
Updated | Occurs whenever a Quote is updated. See FundmentalQuoteUpdatedEventArgs for the properties returned by the handler's args parameter. |
tsdata.marketdata.FundamentalQuote