EasyLanguage Object Reference

QuoteUpdatedEventArgs Class

Defines the structure for an object that reports updated information for a quote.

Namespace: tsdata.marketdata

[ Expand All ]
Properties
  Name Type Description
Public property Field string The name of the quote that has been updated.
Public property Quote

object

The Quote object that has been updated.
Public property Reason enum Get the reason for the update.  See QuoteUpdateReason for a list.
Methods
  Name Description
Public property Create Creates an instance of the class.
Inheritance Hierarchy

elsystem.Object

  elsystem.EventArgs

    tsdata.marketdata.QuoteUpdatedEventArgs