OnixS C++ CME MDP Conflated TCP Handler 1.3.6
API Documentation
Loading...
Searching...
No Matches
SessionStateId Struct Reference

Public Types

enum  Enum

Static Public Member Functions

static const std::string & toString (Enum state)

Detailed Description

Definition at line 32 of file SessionStateId.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Disconnected 

Session is disconnected.

AwaitNegotiationResponse 

Session is waiting for the Negotiation Response message from the exchange.

AwaitConfirmingTerminate 

Session is waiting for the confirming Terminate message from the exchange.

Established 

Session is fully established.

Reconnecting 

Session is trying to restore the telecommunication link.

Definition at line 34 of file SessionStateId.h.

Member Function Documentation

◆ toString()

const std::string & toString ( Enum state)
static
Returns
the session state as a string.