Quote Class

Defines the structure for an object that represents quote information.  See QuoteFields for a list of possible 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 bool 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 Int64Value int64 Gets the int64 value of the current instance.
Public property IntegerValue int Gets the integer value of the current instance.
Public property StringValue string Gets the text value of the current instance.
Public property Type enum Gets type of quote data. See DataType for a list of possible values.
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