summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:18:56 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:18:56 +0100
commit1eb93406c5df721ba0420ccd9fb5f232342e2405 (patch)
tree41b89eaa62f486cc0009a2b10ad550e5909f1639
parent4700f4d91c342276cc2663f149ed7a8b4e8f3498 (diff)
feat: update to current FIX version.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--dev/lib/fix/fix.hpp6
1 files changed, 3 insertions, 3 deletions
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<char>()
{
- return "FIX.";
+ return "FIX.4.2";
}
template <>
inline const char16_t* begin_fix<char16_t>()
{
- return u"FIX.";
+ return u"FIX.4.2";
}
template <>
inline const char8_t* begin_fix<char8_t>()
{
- return u8"FIX.";
+ return u8"FIX.4.2";
}
} // namespace detail