• Version 4.3.0
Show / Hide Table of Contents

Getting Started

All OnixS CME Straight Through Processing Handler classes are located in the OnixS.CmeStpHandler namespace.

The typical way of using OnixS CME Straight Through Processing Handler is as follows:

  • Create the Session object.
  • Request for reports (using Query or Subscription).
  • Receive and process reports.
  • For each active subscription, call Unsubscribe(string).
  • Dispose the Session object (for example, via the using statement).
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX