FIXTradingCommunity / fix-simple-binary-encoding

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

byteOrder also applicable to float #131

Closed kleihan closed 4 years ago

kleihan commented 4 years ago

Section 2.6.3 (part of section on Float encoding) of SBE v2.0 RC3 states "Like integer encodings, floating point encodings follow the byte order specified by message schema."

Section 4.4.1 ( attributes) states "The byteOrder attribute controls the byte order of integer encodings within the schema."

Should we change this to "The byteOrder attribute controls the byte order of integer and float encodings within the schema."? (emphasis only to highlight additional text in the issue)

donmendelson commented 4 years ago

Agree

kleihan commented 4 years ago

Done, updated markdown source