|
B2BITS FIX Antenna HFT
1.0.17
|
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). More... | |
| HeartbeatWithTestReqIDEvent (const Engine::FIXMessage *heartbeatMsg) | |
| Constructor. More... | |
| virtual const std::string * | what () const |
| Reimplemented from SessionEvent. More... | |
| virtual | ~HeartbeatWithTestReqIDEvent () |
| Destructor. More... | |
Public Attributes | |
| const Engine::FIXMessage * | heartbeatMsg_ |
| The Heartbeat message. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
| virtual | ~SessionEvent () |
| Destructor. More... | |
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.
| Engine::HeartbeatWithTestReqIDEvent::HeartbeatWithTestReqIDEvent | ( | const Engine::FIXMessage * | heartbeatMsg | ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Returns the TestReqId field (tag = 112).
|
virtual |
| const Engine::FIXMessage* Engine::HeartbeatWithTestReqIDEvent::heartbeatMsg_ |
The Heartbeat message.
1.8.5