Getting Started
All Handler classes are located in the Onix
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, int, string, string) method.
- Process the received market data that are reported via Handler events arguments.
- Stop Handler using the Logout() method.