|
BetaTrader
A HFT Eco-System
|
Represents a parsed FIX Resend Request (35=2) message. More...
#include <ResendRequest.h>

Public Attributes | |
| fix::SequenceNumber | beginSeqNo |
| The sequence number of the first message in the range to be resent (BeginSeqNo, FIX Tag 7). | |
| fix::SequenceNumber | endSeqNo |
| The sequence number of the last message in the range to be resent (EndSeqNo, FIX Tag 16). A value of 0 means "to the end of the session". | |
Represents a parsed FIX Resend Request (35=2) message.
This struct encapsulates the fields required to request the retransmission of a range of messages.
| fix::SequenceNumber fix::ResendRequest::beginSeqNo |
The sequence number of the first message in the range to be resent (BeginSeqNo, FIX Tag 7).
| fix::SequenceNumber fix::ResendRequest::endSeqNo |
The sequence number of the last message in the range to be resent (EndSeqNo, FIX Tag 16). A value of 0 means "to the end of the session".