summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/ocl/fix/parser.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp
index 5d4e5eb..09b58c1 100644
--- a/include/ocl/fix/parser.hpp
+++ b/include/ocl/fix/parser.hpp
@@ -77,7 +77,7 @@ namespace ocl::fix
if (basic_range.length_ < 0)
return std::basic_string<char_type>{};
- return std::basic_string<char_type>(basic_range.ascii_bytes_, basic_range.length_);
+ return std::basic_string<char_type>(basic_range.bytes_, basic_range.length_);
}
/// @brief a basic_range object containing the FIX packet values.