OnixS C++ ICE Binary Order Entry Handler 1.1.1
API Documentation
Loading...
Searching...
No Matches
SessionStateId Struct Reference

Public Types

enum  Enum

Static Public Member Functions

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

Detailed Description

Definition at line 30 of file SessionStateId.h.

Member Enumeration Documentation

◆ Enum

enum Enum
Enumerator
Disconnected 

Session is disconnected.

AwaitLogonReport 

Session is waiting for the LogonReport message from the exchange.

AwaitLogoutReport 

Session is waiting for the confirming LogoutReport 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 32 of file SessionStateId.h.

33 {
35 Disconnected,
36
38 AwaitLogonReport,
39
41 AwaitLogoutReport,
42
44 Established,
45
47 Reconnecting,
48
50 WaitForRetransmission,
51 };

Member Function Documentation

◆ toString()

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