Public Member Functions | Public Attributes | List of all members
FIX::TagNotDefinedForMessage Struct Reference

Field does not belong to message. More...

#include <Exceptions.h>

Inheritance diagram for FIX::TagNotDefinedForMessage:
Inheritance graph
[legend]
Collaboration diagram for FIX::TagNotDefinedForMessage:
Collaboration graph
[legend]

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 136 of file Exceptions.h.

Constructor & Destructor Documentation

◆ TagNotDefinedForMessage()

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

Definition at line 138 of file Exceptions.h.

138 {
139  IncorrectTagValue( int f = 0, const std::string& what = "" )
140  : Exception( "Value is incorrect (out of range) for this tag", what ),

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

Referenced by FIX::InvalidTagNumber::InvalidTagNumber().

Member Data Documentation

◆ field

int FIX::TagNotDefinedForMessage::field

Definition at line 141 of file Exceptions.h.


The documentation for this struct was generated from the following file:
FIX::Exception::Exception
Exception(const std::string &t, const std::string &d)
Definition: Exceptions.h:69

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001