|
BetaTrader
A HFT Eco-System
|
Represents the data required to build a FIX Session-Level Reject (35=3) message. More...
#include <Reject.h>

Public Attributes | |
| fix::SequenceNumber | refSeqNum |
| The sequence number of the message being rejected (RefSeqNum, FIX Tag 45). | |
| std::string | text |
| A human-readable explanation of the rejection reason (Text, FIX Tag 58). | |
Represents the data required to build a FIX Session-Level Reject (35=3) message.
This struct is used to communicate session-level protocol violations.
| fix::SequenceNumber fix::Reject::refSeqNum |
The sequence number of the message being rejected (RefSeqNum, FIX Tag 45).
| std::string fix::Reject::text |
A human-readable explanation of the rejection reason (Text, FIX Tag 58).