From 1eb93406c5df721ba0420ccd9fb5f232342e2405 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 16:18:56 +0100 Subject: feat: update to current FIX version. Signed-off-by: Amlal El Mahrouss --- dev/lib/fix/fix.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/lib/fix/fix.hpp') diff --git a/dev/lib/fix/fix.hpp b/dev/lib/fix/fix.hpp index ddfd9dc..9490004 100644 --- a/dev/lib/fix/fix.hpp +++ b/dev/lib/fix/fix.hpp @@ -40,19 +40,19 @@ namespace ocl::fix template <> inline const char* begin_fix() { - return "FIX."; + return "FIX.4.2"; } template <> inline const char16_t* begin_fix() { - return u"FIX."; + return u"FIX.4.2"; } template <> inline const char8_t* begin_fix() { - return u8"FIX."; + return u8"FIX.4.2"; } } // namespace detail -- cgit v1.2.3