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

Represents the data required to build a FIX Session-Level Reject (35=3) message. More...

#include <Reject.h>

Collaboration diagram for fix::Reject:
Collaboration graph

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

Detailed Description

Represents the data required to build a FIX Session-Level Reject (35=3) message.

This struct is used to communicate session-level protocol violations.

Member Data Documentation

◆ refSeqNum

fix::SequenceNumber fix::Reject::refSeqNum

The sequence number of the message being rejected (RefSeqNum, FIX Tag 45).

◆ text

std::string fix::Reject::text

A human-readable explanation of the rejection reason (Text, FIX Tag 58).


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