B2BITS FIX Antenna C++ 2.33.0
|
The sequence gap was detected in incoming messages. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
SequenceGapEvent (FIXMessage const *pMsg, int expectedSeqNum) | |
Constructor. | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. | |
Public Attributes | |
int | m_expectedSeqNum |
Expected MsgSeqNum. | |
const FIXMessage * | m_pMsg |
The received message. | |
int | m_receivedSeqNum |
MsgSeqNum of the received message. | |
bool | requestLostMessagesFlag_ |
If true, session will request lost message automatically by sending ResendRequest message; if false, it is user's responsibility to recover lost messages. | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. | |
The sequence gap was detected in incoming messages.
Engine::SequenceGapEvent::SequenceGapEvent | ( | FIXMessage const * | pMsg, |
int | expectedSeqNum ) |
Constructor.
|
virtual |
int Engine::SequenceGapEvent::m_expectedSeqNum |
Expected MsgSeqNum.
const FIXMessage* Engine::SequenceGapEvent::m_pMsg |
The received message.
int Engine::SequenceGapEvent::m_receivedSeqNum |
MsgSeqNum of the received message.
|
mutable |
If true, session will request lost message automatically by sending ResendRequest message; if false, it is user's responsibility to recover lost messages.
If case of false, incoming message sequence number will be updated automatically.
Default value is true.