All Handler classes are located in the OnixS.CmeMdHandler namespace.
The recommended process for using Handler is as follows:
-
(Optional) Configure Handler properties that are common for all Handler instances using the static properties of the
Handler class.
-
Create the Handler object.
- Configure Handler properties that are specific to the created instance.
-
Subscribe to the relevant Handler events.
- Start Handler using the Start()
method.
- Process the received market data that are reported via
Handler events arguments.
-
Stop Handler using the Stop()
method.
See Also