Skip to content
New issue

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

Example output from Java encoder contains a CheckSum tag within the Trailer #3

Open
salsferrazza opened this issue Nov 27, 2016 · 0 comments

Comments

@salsferrazza
Copy link

From the specification:

'JSON encoding does not include a “CheckSum” field since it is unlikely to be useful at best, and likely
to be incorrect at worst (e.g. if copied over from another FIX encoding).'

The example output provided from the Java encoder includes the Checksum tag within the trailer:

...
	"Trailer":{
		"CheckSum": "041"
	}
...

Presumably, per the spec, the trailer section of JSON-encoded FIX messages will be empty unless Signature or SignatureLength exist as tags within the encoded message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant