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