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 the data required to build a FIX Session-Level Reject (35=3) message.
Definition Reject.h:20
fix::SequenceNumber refSeqNum
The sequence number of the message being rejected (RefSeqNum, FIX Tag 45).
Definition Reject.h:22
std::string text
A human-readable explanation of the rejection reason (Text, FIX Tag 58).
Definition Reject.h:25