A Heartbeat message (MsgType = 0) with the TestReqID field (tag = 112) is received. More...
#include <B2BITS_SessionEvent.h>
Inheritance diagram for Engine::HeartbeatWithTestReqIDEvent:
Collaboration diagram for Engine::HeartbeatWithTestReqIDEvent:Public Member Functions | |
| virtual const std::string & | getTestReqID () const |
| Returns the TestReqId field (tag = 112). | |
| HeartbeatWithTestReqIDEvent (const Engine::FIXMessage *heartbeatMsg) | |
| Constructor. | |
| virtual const std::string * | what () const |
| Reimplemented from SessionEvent. | |
| virtual | ~HeartbeatWithTestReqIDEvent () |
| Destructor. | |
Public Attributes | |
| const Engine::FIXMessage * | heartbeatMsg_ |
| The Heartbeat message. | |
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.
Definition at line 274 of file B2BITS_SessionEvent.h.
| Engine::HeartbeatWithTestReqIDEvent::HeartbeatWithTestReqIDEvent | ( | const Engine::FIXMessage * | heartbeatMsg ) |
Constructor.
| virtual Engine::HeartbeatWithTestReqIDEvent::~HeartbeatWithTestReqIDEvent | ( | ) | [virtual] |
Destructor.
| virtual const std::string& Engine::HeartbeatWithTestReqIDEvent::getTestReqID | ( | ) | const [virtual] |
Returns the TestReqId field (tag = 112).
| virtual const std::string* Engine::HeartbeatWithTestReqIDEvent::what | ( | ) | const [virtual] |
The Heartbeat message.
Definition at line 288 of file B2BITS_SessionEvent.h.
1.7.2