fix-simple-binary-encoding icon indicating copy to clipboard operation
fix-simple-binary-encoding copied to clipboard

Error in nullValue of MonthYear encoding

Open kleihan opened this issue 4 years ago • 0 comments

Posted on FIX website (https://forum.fixtrading.org/t/public-comment-period-simple-binary-encoding-sbe-v2-0-rc1/14182/2) by user sorabai (Sorabain de Lioncourt):

Pretty minor, but noticed an error in “standard encoding of MonthYear”

<type name="year" primitiveType="uint16" presence="optional" nullValue="65536" /> …

a uint16 could never contain the value 65536 so the null value is invalid. Assume it’s meant to be 65535

kleihan avatar Jul 05 '21 13:07 kleihan