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

Rename variables id and type because they are builtin functions #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EddyPronk
Copy link
Contributor

@EddyPronk EddyPronk commented Jun 15, 2021

I ran the following commands to verify I didn't break anything.
venv/bin/fixreporc --repository ~/fix/fix_repository_2010_edition_20200402/FIX.4.4/Base/ > test.xml
venv/bin/fixaudit --orchestration test.xml
venv/bin/fixaudit --orchestration test.xml --repository ~/fix/fix_repository_2010_edition_20200402/FIX.4.4/Base/
venv/bin/fixorchestration --orchestration test.xml --dump-field 55 --dump-message AK --list-components --list-groups --list-fields --list-enumerated-fields
venv/bin/fixorchestration --orchestration test.xml --list-enumerated-fields
venv/bin/fixrepository --repository ~/fix/fix_repository_2010_edition_20200402/FIX.4.4/Base/ --dump-field 55 --dump-field Symbol --list-components --list-fields --list-enumerated-fields
venv/bin/fixrepository --repository ~/fix/fix_repository_2010_edition_20200402/FIX.4.4/Base/ --dump-message AK

I also verified the generated test.xml is identical before and after the change.

@GaryHughes GaryHughes changed the title Rename variables id and type because they are keywords Rename variables id and type because they are builtin functions Jun 15, 2021
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.

1 participant