OnixS C++ ICE Binary Order Entry Handler 1.0.0
API Documentation
Loading...
Searching...
No Matches

Inner Contents

 Establishing Connection
 Exchanging Messages
 Message Sequence Numbers

Detailed Description

An Session is defined as a bi-directional stream of ordered messages between two parties within a continuous sequence number series. It is represented by the OnixS::ICE::BOE::Session class.

To create a session, use OnixS::ICE::BOE::Session class with the correspondent constructors:

Example

settings.licenseStore("../../license")
.userId("userId")
.clientId(1)
.rawData("rawData")
.ipSessionToken("ipSessionToken");
Session session(SessionType::BGW, settings, &sessionListener);