fix-simple-binary-encoding
fix-simple-binary-encoding copied to clipboard
A FIX standard for binary message encoding
My question is, referring to SBE 2.x, if is possible to use the `` tag to link to a composite type that was just defined as a nested composite. I...
Inside section **04MessageSchema.md** there are described all attributes of tag . I have a question about the attribute _offset_ inside a `` tag. I understand that inside a ` `could...
All XML schemas for SBE set attribute `elementFormDefault="unqualified"` which specifies that all local elements and attributes are unqualified (see https://www.w3.org/TR/xmlschema-0/#NS). But unfortunately those schemas do define element `message` globally (not...
Currently an Enum name is restricted to 'symbolicName'. This can be restrictive for a system that requires encoding of known names Eg. ApplicationId->RET-AD RET-AD could not be encoded as an...
Is there an option to create a composite binary type for TZTimeOnly with TimeZone (Local) specified, without offset to UTC? Looking at Technical specification Version 1.0 – Feb. 9, 2017,...
As per the below mentioned paragraph listing backward compatibility rules it is not clear what happens when for an already existing field we keep the same data type and offset...
The specification lists the constraints to extending a message, and also says that > Changes that break those constraints require consumers to update to the current schema used by publishers....
I am using SBE to pass data between 2 services: service A encodes the message and service B decodes it. I have 3 code packages: * Package 1 (used by...