Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy   
 

FIX::EmptyConvertor Struct Reference

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

#include <FieldConvertors.h>

List of all members.

Static Public Member Functions

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


Detailed Description

Empty convertor is a no-op.

Definition at line 115 of file FieldConvertors.h.


Member Function Documentation

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

Definition at line 117 of file FieldConvertors.h.

00118   { return value; }


The documentation for this struct was generated from the following file:
Generated on Mon Jul 24 19:36:42 2006 for QuickFIX by doxygen 1.3.6-20040222 written by Dimitri van Heesch, © 1997-2001