#include <OnixS/Eurex/Trading/Messages/PingResponse.h>
Public Member Functions | |
PingResponse () | |
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 | transactTime |
Friends | |
class | Serializer |
Definition at line 35 of file PingResponse.h.
PingResponse | ( | ) |
Initialize default instance.
|
virtual |
Returns template ID.
Implements Message.
|
virtual |
Returns string representation.
Implements Message.
|
friend |
Definition at line 61 of file PingResponse.h.
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 PingResponse.h.
UInt64 transactTime |
Timestamp of the match event (trade).
Definition at line 52 of file PingResponse.h.
UInt64 trdRegTSTimeIn |
Matching engine in timestamp.
Definition at line 42 of file PingResponse.h.
UInt64 trdRegTSTimeOut |
Matching engine out timestamp.
Definition at line 45 of file PingResponse.h.