OnixS Eurex ETI Handler C++ library 9.25.0
API documentation
Loading...
Searching...
No Matches
LogonResponse Class Reference

Public Member Functions

 LogonResponse ()
TemplateId::Enum templateId () const
std::string toString () const
Public Member Functions inherited from Message
virtual ~Message ()

Public Attributes

SInt64 throttleTimeInterval
UInt32 throttleNoMsgs
UInt32 throttleDisconnectLimit
UInt32 heartBtInt
UInt32 sessionInstanceId
UInt32 latestPublicKeySeqNo
MarketId::Enum marketId
TradSesMode::Enum tradSesMode
std::string defaultCstmApplVerId
std::string defaultCstmApplVerSubId
UInt16 partitionId
std::string publicKey

Friends

class Serializer

Detailed Description

Definition at line 18 of file LogonResponse.h.

Constructor & Destructor Documentation

◆ LogonResponse()

Initialize default instance.

Member Function Documentation

◆ templateId()

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

◆ toString()

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

◆ Serializer

friend class Serializer
friend

Definition at line 67 of file LogonResponse.h.

Member Data Documentation

◆ defaultCstmApplVerId

std::string defaultCstmApplVerId

Most recent version number of the ETI gateway software.

Definition at line 49 of file LogonResponse.h.

◆ defaultCstmApplVerSubId

std::string defaultCstmApplVerSubId

ETI subversion. Identifies ETI changes within one ETI version.

Definition at line 52 of file LogonResponse.h.

◆ heartBtInt

UInt32 heartBtInt

Heartbeat interval in milliseconds as applied by the gateway.

Definition at line 34 of file LogonResponse.h.

◆ latestPublicKeySeqNo

UInt32 latestPublicKeySeqNo

Sequence number of current public key.

Definition at line 40 of file LogonResponse.h.

◆ marketId

MarketId::Enum marketId

Market ID.

Definition at line 43 of file LogonResponse.h.

◆ partitionId

UInt16 partitionId

Is required to define the scope of a Retransmission Request.

Definition at line 55 of file LogonResponse.h.

◆ publicKey

std::string publicKey

Public key.

Definition at line 58 of file LogonResponse.h.

◆ sessionInstanceId

UInt32 sessionInstanceId

Unique ID for the session instance assigned by the Eurex system during session logon.

Definition at line 37 of file LogonResponse.h.

◆ throttleDisconnectLimit

UInt32 throttleDisconnectLimit

Disconnect limit - maximum number of sequential message rejects allowed by the Eurex ETI.

Definition at line 31 of file LogonResponse.h.

◆ throttleNoMsgs

UInt32 throttleNoMsgs

Transaction limit per ThrottleTimeInterval (1614).

Definition at line 28 of file LogonResponse.h.

◆ throttleTimeInterval

SInt64 throttleTimeInterval

Throttle time interval in number of milliseconds; applicable for transaction limit.

Definition at line 25 of file LogonResponse.h.

◆ tradSesMode

TradSesMode::Enum tradSesMode

Trading session mode.

Definition at line 46 of file LogonResponse.h.