EasyLanguage Object Reference

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

[ Expand All ]
Properties
  Name Type Description
Public property BooleanValue[index] boolean Gets the true or false value of the quote with the specified interval index.
Public property BooleanValue[datetime] boolean Gets the true or false value of the quote with the specified interval date.
Public property BooleanValueLast boolean Gets the true or false value of the last (current) quote.
Public property Count integer The number of quotes in the FundamentalQuotes collection.
Public property DateValue[index] datetime Gets the datetime value of the quote with the specified interval index.
Public property DateValue[dateindex] datetime Gets the datetime value of the quote with the specified interval 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[index] double Gets the real (double) value of the quote with the specified interval index.
Public property DoubleValue[dateindex] double Gets the real (double) value of the quote with the specified interval date.
Public property DoubleValueLast double Gets the real (double) value of the last (current) quote.
Public property EffectiveDate datetime Gets the date the fundamental quote became effective.
Public property Field string Gets a string containing the fundamental field name.
Public property IntegerValue[index] integer Gets the integer value of the quote with the specified interval index.
Public property IntegerValue[dateindex] integer Gets the integer value of the quote with the specified interval index.
Public property IntegerValueLast integer Gets the integer value  of the quote (current) Quote.
Public property PostDate[index] datetime Gets the date the quote with the specified interval index was posted.
Public property PostDate[dateindex] datetime The date the fundamental quote was posted.
Public property PostDateLast datetime The date the fundamental quote was posted.
Public property StringValue[index] string Value of the fundamental quote as a string.
Public property StringValue[dateindex] string Value of the fundamental quote as a string.
Public property StringValueLast string Value of the fundamental quote as a string.
Public property Type object The type of data the FundamentalQuote returns.
Public property Value[index] object The value of the FundamentalQuote as an object.
Public property Value[dateindex] object The value of the FundamentalQuote as an object.
Public property ValueLast object The value of the FundamentalQuote as an object.
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