summaryrefslogtreecommitdiffhomepage
path: root/src/fix/parser.cpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 09:37:11 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-17 09:37:11 +0100
commit055835f1223a94b6fdc53d26721747d1b6626a8c (patch)
tree221eb03f16c0814b899165efc18c8b4d67e247a1 /src/fix/parser.cpp
parentdca6593e4c99ac317fc95e569099283bbc609339 (diff)
[CHORE] Improve TBB example for FIX messages. Add comment in srx/fix/parser.cpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/fix/parser.cpp')
-rw-r--r--src/fix/parser.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fix/parser.cpp b/src/fix/parser.cpp
index d7ff4f5..0d7d53a 100644
--- a/src/fix/parser.cpp
+++ b/src/fix/parser.cpp
@@ -14,6 +14,7 @@ namespace ocl::fix
namespace detail
{
+ /// AMLALE: unique_lock on this function?
inline boost::string_view& begin_fix() noexcept
{
static boost::string_view begin_fix{"FIX.4.2"};