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

Field exists in message without a value. More...

#include <Exceptions.h>

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

List of all members.

Public Member Functions

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

Public Attributes

int field

Detailed Description

Field exists in message without a value.

Definition at line 128 of file Exceptions.h.


Constructor & Destructor Documentation

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

Definition at line 130 of file Exceptions.h.

    : Exception( "Tag specified without a value", what ),
                 field( f ) {}

Member Data Documentation

Definition at line 133 of file Exceptions.h.

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


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

Generated on Mon Jun 23 2014 23:49:39 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001