Dictionary.h

Go to the documentation of this file.
00001 /*
00002 * (c) Onix Solutions.
00003 */
00004 
00005 #ifndef Dictionary_h
00006 #define Dictionary_h
00007 
00008 #include <string>
00009 
00010 #include "FIXEngineDefines.h"
00011 
00012 namespace FIXForge{
00013 namespace FIX{
00014 
00015 /**
00016  * FIX Protocol Dictionary.
00017  */
00018 class FF_API Dictionary
00019 {
00020 public:
00021     static const std::string& tag2string(int tagNumber, Version version);
00022 };
00023 
00024 }};
00025 
00026 #endif // Dictionary_h

Generated on Thu Jul 31 12:55:03 2008 for FIXForge C++ FIX Engine by  doxygen 1.5.2