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

elsystem.Object

tsdata.marketdata.FundamentalQuote