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

Public Member Functions

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

Public Attributes

UInt64 trdRegTSTimeIn
UInt64 trdRegTSTimeOut
LastFragment::Enum lastFragment
SessionRejectReason::Enum sessionRejectReason
SessionStatus::Enum sessionStatus
std::string varText

Friends

class Serializer

Detailed Description

Definition at line 35 of file Reject.h.

Constructor & Destructor Documentation

◆ Reject()

Reject ( )

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 Reject.h.

Member Data Documentation

◆ lastFragment

LastFragment::Enum lastFragment

Indicates whether this message is the last fragment (part) of a sequence of messages belonging to one dedicated transaction.

Definition at line 49 of file Reject.h.

◆ sessionRejectReason

SessionRejectReason::Enum sessionRejectReason

Error code.

Definition at line 52 of file Reject.h.

◆ sessionStatus

SessionStatus::Enum sessionStatus

Status of an ETI session.

Definition at line 55 of file Reject.h.

◆ trdRegTSTimeIn

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 42 of file Reject.h.

◆ trdRegTSTimeOut

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 45 of file Reject.h.

◆ varText

std::string varText

Text.

Definition at line 58 of file Reject.h.