This proposal entails the use of Google Protocol Buffers (GPB) technology to produce fast and compact encodings of FIX messages. The use of GPB is one of the three major approaches to the efficient encoding of FIX that have been developed and are being proposed by the High Performance Working Group—the others being the use of Abstract Syntax Notation 1 (ASN.1) and the use of a new, FIX-specific binary encoding called Simple Binary Encoding (SBE). The mapping to GPB defined in the proposed technical specification can be used for any FIX message (as defined in the FIX Unified Repository), and generates a set of GPB data structures. GPB data structures are defined as “messages” in a “.proto” template file. The template provides a machine-readable interface definition which is input to a language-specific code generator (protoc) to produce message encoders and decoders.
The gap analysis, the technical mapping proposal and a user guide can be found here:
https://www.fixtrading.org/standards/gpb
The proposed technical standard for Google Protocol Buffers mapping of FIX will following the technical standards review process described in the document found here:
https://www.fixtrading.org/fix-tech-std-lifecycle
This release candidate now enters a public comment period in which public review and feedback is encouraged. The public comment period will run for a period of 90 days beginning on Monday the 3rd of June.
Please post feedback, comments, and questions as replies to this discussion thread.