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

Generate custom dictionary #76

Closed
ericdeshayes opened this issue Mar 11, 2016 · 1 comment
Closed

Generate custom dictionary #76

ericdeshayes opened this issue Mar 11, 2016 · 1 comment

Comments

@ericdeshayes
Copy link

Is there any plan on creating custom dictionary from a custom dictionary as every (if not all) FIX RoE as customized and not fully compliant with the protocol?

@cbusbey
Copy link
Contributor

cbusbey commented Mar 13, 2016

Hi @ericdeshayes,

Take a look at quickfix/_gen its sub packages. All of the standard FIX messages included with QuickFIX/Go are generated with these code generation utilities and the FIX data dictionaries used by the other QuickFIX libraries. If you have a custom FIX data dictionary, you can simply generate your own messages and fields using the code generator.

@cbusbey cbusbey closed this as completed Mar 13, 2016
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

2 participants