B2BITS FIX Antenna C++ 2.33.0
|
A Heartbeat message (MsgType = 0) with the TestReqID field (tag = 112) is received. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
const std::string & | getTestReqID () const |
Returns the TestReqId field (tag = 112). | |
HeartbeatWithTestReqIDEvent (const FIXMessage *heartbeatMsg) | |
Constructor. | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. | |
virtual | ~HeartbeatWithTestReqIDEvent () |
Destructor. | |
Public Attributes | |
const FIXMessage * | heartbeatMsg_ |
The Heartbeat message. | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. | |
A Heartbeat message (MsgType = 0) with the TestReqID field (tag = 112) is received.
Usually such a message is sent in reply to a Test Request (MsgType = 1) message.
|
explicit |
Constructor.
|
virtual |
Destructor.
const std::string & Engine::HeartbeatWithTestReqIDEvent::getTestReqID | ( | ) | const |
Returns the TestReqId field (tag = 112).
|
virtual |
const FIXMessage* Engine::HeartbeatWithTestReqIDEvent::heartbeatMsg_ |
The Heartbeat message.