Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

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


Constructor & Destructor Documentation

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

Definition at line 48 of file Exceptions.h.

References field.

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


Member Data Documentation

int FIX::FieldNotFound::field
 

Definition at line 51 of file Exceptions.h.

Referenced by FieldNotFound().


The documentation for this struct was generated from the following file:
Generated on Mon Jul 24 19:36:37 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001