Skip to content

Conversation

@wilson-zh
Copy link

@wilson-zh wilson-zh commented Nov 26, 2025

Fixes #968

Summary

This PR fixes validation failures in the Executor example when running FIX 4.1
and FIX 4.2 sessions. The previous implementation used ExecType.TRADE (value
F) for outgoing ExecutionReport messages, but this ExecType is only valid
beginning in FIX 4.3. The FIX 4.1/4.2 data dictionaries reject this value.

@wilson-zh wilson-zh marked this pull request as ready for review November 26, 2025 05:30
@chrjohn
Copy link
Member

chrjohn commented Nov 26, 2025

Thanks for the PR @wilson-zh

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

Successfully merging this pull request may close these issues.

Executor example app: outgoing message failed validation

2 participants