FIXTradingCommunity / fix-simple-binary-encoding

A FIX standard for binary message encoding
Other
255 stars 67 forks source link

Chapter 4: <types> => '`. #128

Closed chtrading closed 3 years ago

chtrading commented 4 years ago

My specification pdf come from: https://www.fixtrading.org/standards/sbe/

In Chapter 4: image

This link shows the corrected table: https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/3eb75afb34661a04f9ff3bdca28098506cad7e5b/v1-0-RC3/doc/04MessageSchema.md

image

Edit: I am using Evince (Linux).

kleihan commented 4 years ago

@chtrading thanks for catching that error which has been present since RC4. Angle brackets were escaped with backslash up to RC3. The backslash was then replaced with backticks and one of them is unfortunately a normal tick. Error fixed for SBE V2.0 RC3. Published version 1.0 final needs an errata update to make the change, errors in release candidates can be fixed in the next RC.

kleihan commented 3 years ago

Resolved for V1.0 Errata Nov 2020