FIX::RequiredTagMissing Struct Reference

Required field is not in message. More...

#include <Exceptions.h>

Inheritance diagram for FIX::RequiredTagMissing:
Collaboration diagram for FIX::RequiredTagMissing:

Public Member Functions

 RequiredTagMissing (int f=0, const std::string &what="")
Public Member Functions inherited from FIX::Exception
 Exception (const std::string &t, const std::string &d)
 ~Exception () throw ()

Public Attributes

int field
Public Attributes inherited from FIX::Exception
std::string type
std::string detail

Detailed Description

Required field is not in message.

Definition at line 110 of file Exceptions.h.

Constructor & Destructor Documentation

◆ RequiredTagMissing()

FIX::RequiredTagMissing::RequiredTagMissing ( int f = 0,
const std::string & what = "" )
inline

Definition at line 112 of file Exceptions.h.

113 : Exception( "Required tag missing", what ),
114 field( f ) {}
Exception(const std::string &t, const std::string &d)
Definition Exceptions.h:35

References FIX::Exception::Exception(), and field.

Member Data Documentation

◆ field

int FIX::RequiredTagMissing::field

Definition at line 115 of file Exceptions.h.

Referenced by RequiredTagMissing().


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

Generated on for QuickFIX by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2001