Static Public Member Functions
FIX::EmptyConvertor Struct Reference

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

#include <FieldConvertors.h>

List of all members.

Static Public Member Functions

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

Detailed Description

Empty converter is a no-op.

Definition at line 143 of file FieldConvertors.h.


Member Function Documentation

static const std::string& FIX::EmptyConvertor::convert ( const std::string &  value) [inline, static]

Definition at line 145 of file FieldConvertors.h.

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

  { return value; }

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

Generated on Mon Sep 15 2014 01:23:57 for QuickFIX by doxygen 1.7.6.1 written by Dimitri van Heesch, © 1997-2001