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

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

Public Member Functions

 MassOrderAck ()
 
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
 
UInt64 massOrderRequestId
 
UInt32 massOrderReportId
 

Friends

class Serializer
 

Detailed Description

Definition at line 36 of file MassOrderAck.h.

Constructor & Destructor Documentation

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 64 of file MassOrderAck.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 MassOrderAck.h.

UInt32 massOrderReportId

Mass order response identifier generated by the exchange.

Definition at line 55 of file MassOrderAck.h.

UInt64 massOrderRequestId

Customer defined mass order identifier.

Definition at line 52 of file MassOrderAck.h.

UInt64 trdRegTSTimeIn

Matching engine in timestamp.

Definition at line 43 of file MassOrderAck.h.

UInt64 trdRegTSTimeOut

Matching engine out timestamp.

Definition at line 46 of file MassOrderAck.h.


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