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

FIX::RepeatedTag Struct Reference

Repeated tag not part of repeating group. More...

#include <Exceptions.h>

Inheritance diagram for FIX::RepeatedTag:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Repeated tag not part of repeating group.

Definition at line 188 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 190 of file Exceptions.h.

00191     : Exception( "Repeated tag not part of repeating group", what ),
00192                  field( f ) {}


Member Data Documentation

int FIX::RepeatedTag::field
 

Definition at line 193 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