diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 16:19:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 16:19:46 +0100 |
| commit | d6d127aefb6819fa97ef11aef0998c03a3aad88e (patch) | |
| tree | 41b89eaa62f486cc0009a2b10ad550e5909f1639 /dev/lib/fix | |
| parent | 5abec5514a0745b8032d8c60f5752529e4a13eaa (diff) | |
| parent | 1eb93406c5df721ba0420ccd9fb5f232342e2405 (diff) | |
Merge pull request #9 from amlel-el-mahrouss/developv1.0.46
feat: update to current FIX version.
Diffstat (limited to 'dev/lib/fix')
| -rw-r--r-- | dev/lib/fix/fix.hpp | 6 |
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 |
