FIX::TagNotDefinedForMessage Struct Reference

Field does not belong to message. More...

#include <Exceptions.h>

Inheritance diagram for FIX::TagNotDefinedForMessage:
Collaboration diagram for FIX::TagNotDefinedForMessage:

Public Member Functions

 TagNotDefinedForMessage (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

Field does not belong to message.

Definition at line 119 of file Exceptions.h.

Constructor & Destructor Documentation

◆ TagNotDefinedForMessage()

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

Definition at line 121 of file Exceptions.h.

122 : Exception( "Tag not defined for this message type", what ),
123 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::TagNotDefinedForMessage::field

Definition at line 124 of file Exceptions.h.

Referenced by TagNotDefinedForMessage().


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