We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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”
…
a uint16 could never contain the value 65536 so the null value is invalid. Assume it’s meant to be 65535
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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”
…
a uint16 could never contain the value 65536 so the null value is invalid. Assume it’s meant to be 65535
The text was updated successfully, but these errors were encountered: