MarketMarketHighLow Event

Event raised when the high low changes.

Definition

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

Value

MarketMarketHighLowEventHandler

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