summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/fix
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 03:16:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-19 03:16:11 +0100
commit399f3697b5468af6f827af4f8a856aa842d7c2b6 (patch)
treeba96824ae096ef9b1607718f1373d529c9a1b7fe /dev/lib/fix
parent54940e80e0a259f748d483291e0e7aef7dd98353 (diff)
feat: making usage of the OCL way easier.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/fix')
-rw-r--r--dev/lib/fix/fix.hpp5
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