Event raised when the high low changes.
Namespace:
T4.APIAssembly: T4API.20 (in T4API.20.dll)
Syntax
| C# |
|---|
public event Market..::.MarketHighLowEventHandler MarketHighLow |
| Visual Basic (Declaration) |
|---|
Public Event MarketHighLow As Market..::.MarketHighLowEventHandler |
| Visual C++ |
|---|
public: event Market..::.MarketHighLowEventHandler^ MarketHighLow { void add (Market..::.MarketHighLowEventHandler^ value); void remove (Market..::.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.