OleksandrKvl / sbepp

C++ implementation of the FIX Simple Binary Encoding
https://oleksandrkvl.github.io/sbepp/
MIT License
39 stars 4 forks source link

Consider providing representation-to-tag mapping #41

Closed OleksandrKvl closed 3 months ago

OleksandrKvl commented 4 months ago

At the moment only tag-to-representation mapping is provided for all schema entities via trait::value_type. Consider providing the opposite mapping as well.