The sequence gap was detected in incoming messages. More...
#include <B2BITS_SessionEvent.h>
Inheritance diagram for Engine::SequenceGapEvent:
Collaboration diagram for Engine::SequenceGapEvent:Public Member Functions | |
| SequenceGapEvent (Engine::FIXMessage const *pMsg, int expectedSeqNum) | |
| Constructor. | |
| virtual const std::string * | what () const |
| Reimplemented from SessionEvent. | |
Public Attributes | |
| int | m_expectedSeqNum |
| Expected MsgSeqNum. | |
| const Engine::FIXMessage * | m_pMsg |
| The received message. | |
| int | m_receivedSeqNum |
| MsgSeqNum of the received message. | |
The sequence gap was detected in incoming messages.
Definition at line 456 of file B2BITS_SessionEvent.h.
| Engine::SequenceGapEvent::SequenceGapEvent | ( | Engine::FIXMessage const * | pMsg, |
| int | expectedSeqNum | ||
| ) |
Constructor.
| virtual const std::string* Engine::SequenceGapEvent::what | ( | ) | const [virtual] |
Expected MsgSeqNum.
Definition at line 464 of file B2BITS_SessionEvent.h.
The received message.
Definition at line 470 of file B2BITS_SessionEvent.h.
MsgSeqNum of the received message.
Definition at line 467 of file B2BITS_SessionEvent.h.
1.7.2