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

Add option to continue processing FIX messages when a tag in the data is not found in the schema #17

Open
salsferrazza opened this issue Oct 21, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@salsferrazza
Copy link
Collaborator

When processing FIX messages, if the transcoder cannot find a tag present in the data, it fails with a KeyError. Instead, the transcoder should possibly issue a warning, but instead of halting processing, it should use the numeric tag number as they key instead and continue processing.

@salsferrazza salsferrazza added the bug Something isn't working label Oct 21, 2022
@mservidio mservidio added the enhancement New feature or request label Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants