![]() |
Field shows up twice in the message. More...
#include <Exceptions.h>
Public Member Functions | |
DuplicateFieldNumber (const std::string &what="") |
Field shows up twice in the message.
Definition at line 162 of file Exceptions.h.
FIX::DuplicateFieldNumber::DuplicateFieldNumber | ( | const std::string & | what = "" |
) | [inline] |
Definition at line 164 of file Exceptions.h.
00165 : Exception( "Duplicate field number", what ) {}