fix8
version 1.4.0
Open Source C++ FIX Framework
|
Message instantiation table entry. More...
#include <message.hpp>
Public Attributes | |
const Minst | _create |
const char * | _name |
const char * | _comment |
Message instantiation table entry.
Definition at line 192 of file message.hpp.
const char * FIX8::BaseMsgEntry::_comment |
Definition at line 195 of file message.hpp.
const Minst FIX8::BaseMsgEntry::_create |
Definition at line 194 of file message.hpp.
Referenced by FIX8::Message::clone(), FIX8::F8MetaCntx::create_msg(), FIX8::Session::create_msg(), FIX8::F8MetaCntx::create_msg_from_longname(), FIX8::ConsoleMenu::CreateMsgs(), FIX8::ConsoleMenu::CreateMsgsFrom(), and MyMenu::static_probe().
const char* FIX8::BaseMsgEntry::_name |
Definition at line 195 of file message.hpp.
Referenced by main(), FIX8::MessageBase::print(), and MyMenu::static_probe().