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

FIX::NoTagValue Struct Reference

Field exists in message without a value. More...

#include <Exceptions.h>

Inheritance diagram for FIX::NoTagValue:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Field exists in message without a value.

Definition at line 117 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 119 of file Exceptions.h.

00120     : Exception( "Tag specified without a value", what ),
00121                  field( f ) {}


Member Data Documentation

int FIX::NoTagValue::field
 

Definition at line 122 of file Exceptions.h.


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