fix-simple-binary-encoding
fix-simple-binary-encoding copied to clipboard
A FIX standard for binary message encoding
Proof of ownership
I propose 2 updates to the `deprecated` version constraint: 1. `deprecated` **can** be greater than schema version. I think it can be useful for case when schema author wants to...
Documentation says that `offset` attribute of `type/enum/set/composite` is used only if it's "a member of a composite type". Is usage of such type via `ref` considered as "a member of...
It seems the message header has the fields for group count and variable length field in the message header from 2.0 in the 1.0 spec. https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/03MessageStructure.md
The example (https://www.fixtrading.org/standards/sbe-online/#message-with-a-repeating-group-1) is missing a row in the table between ExecID(17) and OrdStatus(39). The binary value `46` stands for ExecType(150)=F (Trade). The offsets are also wrong in parts of...