All Handler classes are located in the Onixs.Cme.DropCopy 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.
-
Subscribe to the relevant Handler events.
- Start Handler using the Logon(String, Int32, String, String)
method.
- Process the received market data that are reported via
Handler events arguments.
-
Stop Handler using the Logout()
method.