#include <vector>
Go to the source code of this file.
|
using | FIX8::GroupElement = std::vector< MessageBase * > |
|
using | FIX8::Groups = std::map< unsigned short, GroupBase * > |
|
using | FIX8::c_str_compare = std::function< bool(const char *, const char *)> |
| Field and Message metadata structures. More...
|
|
using | FIX8::msg_create = std::function< Message *(bool)> |
|
using | FIX8::MsgTable = GeneratedTable< const char *, BaseMsgEntry > |
|
using | FIX8::ReverseMsgTable = std::map< const char *const, const BaseMsgEntry *, c_str_compare > |
|
using | FIX8::FieldTable = GeneratedTable< unsigned, BaseEntry > |
|
using | FIX8::ReverseFieldTable = std::map< const char *const, const BaseEntry *, c_str_compare > |
|
using | FIX8::Fields = std::map< unsigned short, BaseField * > |
|
using | FIX8::Positions = std::multimap< unsigned short, BaseField * > |
|