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

Field has a value that is out of range. More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Field has a value that is out of range.

Definition at line 137 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 139 of file Exceptions.h.

    : Exception( "Value is incorrect (out of range) for this tag", what ),
                 field( f ) {}

Member Data Documentation

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