All Handler classes are located in the Onixs.CmeFastHandler namespace.
The recommended process for using the Handler is as follows:
- (Optional) Configure the Handler properties that are common for all Handler instances using the static properties of the Handler class.
- Create the Handler object.
- Configure the Handler properties that are specific to the created instance (e.g. set the CME Market Data Feed Channel ID).
- Subscribe to the relevant Handler events.
- Start the Handler using the Start()()()() method.
- Process the received market data that is reported via Handler events arguments.
- Stop the Handler using the Stop()()()() method.