B2BITS FIX Antenna HFT
1.0.16
|
The sequence gap was detected in incoming messages. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
SequenceGapEvent (Engine::FIXMessage const *pMsg, int expectedSeqNum) | |
Constructor. More... | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. More... | |
Public Attributes | |
int | m_expectedSeqNum |
Expected MsgSeqNum. More... | |
const Engine::FIXMessage * | m_pMsg |
The received message. More... | |
int | m_receivedSeqNum |
MsgSeqNum of the received message. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. More... | |
The sequence gap was detected in incoming messages.
Engine::SequenceGapEvent::SequenceGapEvent | ( | Engine::FIXMessage const * | pMsg, |
int | expectedSeqNum | ||
) |
Constructor.
|
virtual |
int Engine::SequenceGapEvent::m_expectedSeqNum |
Expected MsgSeqNum.
const Engine::FIXMessage* Engine::SequenceGapEvent::m_pMsg |
The received message.
int Engine::SequenceGapEvent::m_receivedSeqNum |
MsgSeqNum of the received message.