MarketDepthUpdatedEventArgs Class

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

Namespace: tsdata.trading

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Name string Gets the name of the market depth data that has been updated.
Public property Participant

object

Gets the MarketParticipant object that has been updated.
Public property Quote

object

Gets the MarketQuote object that has been updated.
Public property Reason enum Gets the reason for the update.  See MarketDepthUpdateReason for a list.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

tsdata.trading.MarketDepthUpdatedEventArgs