FIXTradingCommunity / fix-simple-binary-encoding

A FIX standard for binary message encoding
Other
262 stars 69 forks source link

Map field encodings to generic datatypes #132

Open donmendelson opened 4 years ago

donmendelson commented 4 years ago

Each FIX datatype is already mapped to a field encoding in SBE. To aid mapping to other protocols, each SBE encoding should also be mapped to a semantic type as defined by ISO 11404 General Purpose Datatypes. That standard defines types by their value space, independent of platform and programming language. The purpose of the SBE standard is provide a lexical space for those types for high performance usage.

(Generic type mapping based on ISO 11404 has already been incorporated into the FIXP performance session layer standard, and the recently improved tagvalue encoding standard.)