Public Member Functions | Public Attributes
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]

List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Field not found inside a message.

Definition at line 57 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 59 of file Exceptions.h.

    : Exception( "Field not found", what ),
                 field( f ) {}

Member Data Documentation

Definition at line 62 of file Exceptions.h.

Referenced by FIX::Session::next(), and FIX::Message::validate().


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

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001