Defines type aliases for FIX protocol fields.
Definition ExecutionReport.h:6
uint64_t SequenceNumber
Type alias for a message sequence number.
Definition Types.h:18
Represents a parsed FIX Resend Request (35=2) message.
Definition ResendRequest.h:20
fix::SequenceNumber beginSeqNo
The sequence number of the first message in the range to be resent (BeginSeqNo, FIX Tag 7).
Definition ResendRequest.h:22
fix::SequenceNumber endSeqNo
The sequence number of the last message in the range to be resent (EndSeqNo, FIX Tag 16)....
Definition ResendRequest.h:27