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

Field not found inside a message. More...

#include <Exceptions.h>

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

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

Constructor & Destructor Documentation

◆ FieldNotFound()

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

Definition at line 74 of file Exceptions.h.

74 {
75  MessageParseError( const std::string& what = "" )
76  : Exception( "Could not parse message", what ) {}

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

Member Data Documentation

◆ field

int FIX::FieldNotFound::field

Definition at line 77 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:66

Generated on Thu Apr 23 2020 04:32:03 for QuickFIX by doxygen 1.8.16 written by Dimitri van Heesch, © 1997-2001