Static Public Member Functions | List of all members
FIX::EmptyConvertor Struct Reference

Empty converter is a no-op. More...

#include <FieldConvertors.h>

Static Public Member Functions

static const std::string & convert (const std::string &value)
 

Detailed Description

Empty converter is a no-op.

Definition at line 142 of file FieldConvertors.h.

Member Function Documentation

◆ convert()

static const std::string & FIX::EmptyConvertor::convert ( const std::string &  value)
inlinestatic

Definition at line 144 of file FieldConvertors.h.

145 { return value; }

Referenced by FIX::DataDictionary::checkValidFormat().


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

Generated on Mon Oct 14 2024 06:04:44 for QuickFIX by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2001