From 399f3697b5468af6f827af4f8a856aa842d7c2b6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 19 Nov 2025 03:16:11 +0100 Subject: feat: making usage of the OCL way easier. Signed-off-by: Amlal El Mahrouss --- dev/lib/fix/fix.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev/lib/fix/fix.hpp') 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("Invalid FIX packet"); + handler.template error("Invalid FIX packet."); } } using fix_tag_type = std::uint32_t; + + using range_data = basic_range_data; + using visitor = basic_visitor; } // namespace ocl::fix #endif // ifndef _OCL_FIX_PARSER_HPP \ No newline at end of file -- cgit v1.2.3