Table of Contents

Event ChannelResetEventDataReceived

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

Event that is fired whenever a channel is reset. Clients must be able to retrieve all instruments from a given channel and clear the orderbook, as well as other data. See UMDF Binary Docs .

public event EventHandlerByRef<ChannelResetEventData>? ChannelResetEventDataReceived

Returns

EventHandlerByRef<ChannelResetEventData>