Event raised when the high low changes.

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

Syntax

C#
public event MarketList..::.MarketHighLowEventHandler MarketHighLow
Visual Basic (Declaration)
Public Event MarketHighLow As MarketList..::.MarketHighLowEventHandler
Visual C++
public:
 event MarketList..::.MarketHighLowEventHandler^ MarketHighLow {
	void add (MarketList..::.MarketHighLowEventHandler^ value);
	void remove (MarketList..::.MarketHighLowEventHandler^ value);
}

Remarks

High/Low data is provided after initial subscription to a market and when a new high or low price is traded in the market. It can be accessed via the LastHighLow property of the market.

See Also