EasyLanguage Object Reference

MarketDepthUpdatedEventArgs Class

Defines the structure for an object that reports updated information for a market depth provider.

Namespace: tsdata.trading

[ Expand All ]
Properties
  Name Type Description
Public property Name string The name of the market depth data that has been updated.
Public property Participant

object

The MarketParticipant object that has been updated.
Public property Quote

object

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

elsystem.Object

  elsystem.EventArgs

    tsdata.trading.MarketDepthUpdatedEventArgs