FIX::FieldNotFound Struct Reference

Field not found inside a message. More...

#include <Exceptions.h>

Inheritance diagram for FIX::FieldNotFound:
Collaboration diagram for FIX::FieldNotFound:

Public Member Functions

 FieldNotFound (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 not found inside a message.

Definition at line 57 of file Exceptions.h.

Constructor & Destructor Documentation

◆ FieldNotFound()

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

Definition at line 59 of file Exceptions.h.

60 : Exception( "Field not found", what ),
61 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::FieldNotFound::field

Definition at line 62 of file Exceptions.h.

Referenced by FieldNotFound(), and FIX::Message::validate().


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