Public Member Functions | Public Attributes
FIX::TagNotDefinedForMessage Struct Reference

Field does not belong to message. More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Field does not belong to message.

Definition at line 119 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 121 of file Exceptions.h.

    : Exception( "Tag not defined for this message type", what ),
                 field( f ) {}

Member Data Documentation

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