B2BITS FIX Antenna HFT
1.0.16
|
A Resend Request (MsgType = 2) has been received. More...
#include <B2BITS_SessionEvent.h>
Public Member Functions | |
virtual int | getBeginSeqNo () const |
Returns the message sequence number of first record in range to be resent (the BeginSeqNo field, tag = 7). More... | |
virtual int | getEndSeqNo () const |
Returns the message sequence number of last record in range to be resent (the EndSeqNo field, tag = 16). More... | |
ResendRequestEvent (const Engine::FIXMessage *resendRequestMsg, int beginSeqNum, int endSeqNum) | |
Constructor. More... | |
virtual const std::string * | what () const |
Reimplemented from SessionEvent. More... | |
virtual | ~ResendRequestEvent () |
Destructor. More... | |
Public Attributes | |
bool | processResendRequest_ |
If true resend request will be processed according to the standard. More... | |
const Engine::FIXMessage * | resendRequestMsg_ |
The Resend Request message. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Engine::SessionEvent | |
virtual | ~SessionEvent () |
Destructor. More... | |
A Resend Request (MsgType = 2) has been received.
Engine::ResendRequestEvent::ResendRequestEvent | ( | const Engine::FIXMessage * | resendRequestMsg, |
int | beginSeqNum, | ||
int | endSeqNum | ||
) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Returns the message sequence number of first record in range to be resent (the BeginSeqNo field, tag = 7).
|
virtual |
Returns the message sequence number of last record in range to be resent (the EndSeqNo field, tag = 16).
|
virtual |
|
mutable |
If true resend request will be processed according to the standard.
This is the default behaviour. If false resend request will be ignored i.e. neither messages will be resent nor gap fill will be sent. Output parameter. Default is true.
const Engine::FIXMessage* Engine::ResendRequestEvent::resendRequestMsg_ |
The Resend Request message.