EasyLanguage Object Reference

Quote Class

Defines the structure for an object that represents quote information.  See QuoteFields for a list of possible field names.

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Public property BooleanValue boolean True if the value to be converted exists, otherwise False.
Public property DateValue datetime Gets the date value of the current instance.
Public property DoubleValue double Gets the double value of the current instance.
Public property Field string Gets the name of the quote field.
Public property IntegerValue integer Gets the integer value of the current instance.
Public property StringValue string Gets the text value of the current instance.
Public property Type

object

Gets the enumerated value of the DataType.
Public property Value object References the current object instance.
Events
  Name Description
 Public event Updated Occurs whenever the Quotes object is updated. See QuoteUpdatedEventArgs for the properties returned by the handler's args parameter.
Inheritance Hierarchy

elsystem.Object

  tsdata.marketdata.Quote