MarketMarketDepthUpdate Event

Event raised when depth is updated.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public event MarketMarketDepthUpdateEventHandler MarketDepthUpdate

Value

MarketMarketDepthUpdateEventHandler

Remarks

Depth data is sent out whenever the bids or offers in the market change, and when trades occur in the market. If can be accessed via the LastDepth property of the market.

See Also