OnixS C++ B3 BOE Binary Order Entry 1.3.0
API Documentation
Loading...
Searching...
No Matches
Getting Started

Inner Contents

 Error Reporting
 Licensing
 SBE Message
 FIXP Session

Detailed Description

All Handler classes are located in the OnixS::B3::BOE namespace.

The typical way of using the Handler is the following:

  • Create the OnixS::B3::BOE::SessionSettings object and set the corresponding settings.
  • Create the OnixS::B3::BOE::Session object.
  • Establish the FIXP session to the B3 Binary EntryPoint order entry gateway.
  • Send and receive application-level SBE messages.
  • Disconnect the session.
See also
Getting Started Sample