OnixS C++ B3 BOE Binary Order Entry 1.4.0
Users' manual and API documentation
Loading...
Searching...
No Matches
Getting Started

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
Licensing
Error Reporting
SBE Message
FIXP Session
Getting Started Sample