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


Constructor & Destructor Documentation

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

Definition at line 201 of file Exceptions.h.

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


Member Data Documentation

Definition at line 204 of file Exceptions.h.

Referenced by FIX::Session::next().


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

Generated on Mon Apr 5 21:00:01 2010 for QuickFIX by doxygen 1.6.1 written by Dimitri van Heesch, © 1997-2001