Event raised when depth is updated.

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

Syntax

C#
public event MarketList..::.MarketDepthUpdateEventHandler MarketDepthUpdate
Visual Basic (Declaration)
Public Event MarketDepthUpdate As MarketList..::.MarketDepthUpdateEventHandler
Visual C++
public:
 event MarketList..::.MarketDepthUpdateEventHandler^ MarketDepthUpdate {
	void add (MarketList..::.MarketDepthUpdateEventHandler^ value);
	void remove (MarketList..::.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