OnixS Eurex ETI Handler C++ library  9.19.0
API documentation
Reject Class Reference

#include <OnixS/Eurex/Trading/Messages/Reject.h>

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 36 of file Reject.h.

Constructor & Destructor Documentation

Reject ( )

Initialize default instance.

Member Function Documentation

TemplateId::Enum templateId ( ) const
virtual

Returns template ID.

Implements Message.

std::string toString ( ) const
virtual

Returns string representation.

Implements Message.

Friends And Related Function Documentation

friend class Serializer
friend

Definition at line 67 of file Reject.h.

Member Data Documentation

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::Enum sessionRejectReason

Error code.

Definition at line 52 of file Reject.h.

SessionStatus::Enum sessionStatus

Status of an ETI session.

Definition at line 55 of file Reject.h.

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 43 of file Reject.h.

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 46 of file Reject.h.

std::string varText

Text.

Definition at line 58 of file Reject.h.


The documentation for this class was generated from the following file: