OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
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.

AwaitEstablishmentAck 

Session is waiting for the Establishment Acknowledgment 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.

WaitForRetransmission 

Session is waiting for the message retransmission from the exchange.

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.