BetaTrader
A HFT Eco-System
Loading...
Searching...
No Matches
fix::ResendRequest Struct Reference

Represents a parsed FIX Resend Request (35=2) message. More...

#include <ResendRequest.h>

Collaboration diagram for fix::ResendRequest:
Collaboration graph

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".
 

Detailed Description

Represents a parsed FIX Resend Request (35=2) message.

This struct encapsulates the fields required to request the retransmission of a range of messages.

Member Data Documentation

◆ beginSeqNo

fix::SequenceNumber fix::ResendRequest::beginSeqNo

The sequence number of the first message in the range to be resent (BeginSeqNo, FIX Tag 7).

◆ endSeqNo

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".


The documentation for this struct was generated from the following file: