diff options
Diffstat (limited to 'dev/lib/fix')
| -rw-r--r-- | dev/lib/fix/fix.hpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev/lib/fix/fix.hpp b/dev/lib/fix/fix.hpp index 67376e3..d8a3e89 100644 --- a/dev/lib/fix/fix.hpp +++ b/dev/lib/fix/fix.hpp @@ -205,11 +205,14 @@ namespace ocl::fix { if (!basic_range.is_valid()) { - handler.template error<true>("Invalid FIX packet"); + handler.template error<true>("Invalid FIX packet."); } } using fix_tag_type = std::uint32_t; + + using range_data = basic_range_data<char>; + using visitor = basic_visitor<char>; } // namespace ocl::fix #endif // ifndef _OCL_FIX_PARSER_HPP
\ No newline at end of file |
