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

FIX::TagOutOfOrder Struct Reference

Tag is not in the correct order. More...

#include <Exceptions.h>

Inheritance diagram for FIX::TagOutOfOrder:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Tag is not in the correct order.

Definition at line 179 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 181 of file Exceptions.h.

00182     : Exception( "Tag specified out of required order", what ),
00183                  field( f ) {}


Member Data Documentation

int FIX::TagOutOfOrder::field
 

Definition at line 184 of file Exceptions.h.


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