Public Member Functions | Public Attributes
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.

    : Exception( "Repeated tag not part of repeating group", what ),
                 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 Sep 15 2014 01:23:56 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001