• Version 5.4.0
Show / Hide Table of Contents

Getting Started

All Handler classes are located in the OnixS.CmeDropCopyHandler 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, int, string, string) method.
  • Process the received market data that are reported via Handler events arguments.
  • Stop Handler using the Logout() method.
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX