Event raised when depth is updated.

Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public event Market..::.MarketDepthUpdateEventHandler MarketDepthUpdate
Visual Basic (Declaration)
Public Event MarketDepthUpdate As Market..::.MarketDepthUpdateEventHandler
Visual C++
public:
 event Market..::.MarketDepthUpdateEventHandler^ MarketDepthUpdate {
	void add (Market..::.MarketDepthUpdateEventHandler^ value);
	void remove (Market..::.MarketDepthUpdateEventHandler^ value);
}

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