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

No specific subclasses for fields? #12

Open
daybyter opened this issue Mar 2, 2017 · 3 comments
Open

No specific subclasses for fields? #12

daybyter opened this issue Mar 2, 2017 · 3 comments

Comments

@daybyter
Copy link

daybyter commented Mar 2, 2017

Hi!

There are no Field subclasses for Field for specific fieldsm like NoRelatedSym, MDReqID etc?
Is this intentionally, so you have to use new Field( , ) ?
Make the sources no very usable, I think? I wrote me a simple code generator in Python to create subclasses from a simple text file.
Maybe this costs some performance, but creates nicer sources?

Ciao,
Andreas

@penberg
Copy link
Owner

penberg commented Mar 3, 2017

@daybyter I strongly recommend you have a look at Philadelphia FIX engine, which is much more feature complete and probably faster too.

/cc @jvirtanen

@jvirtanen
Copy link
Contributor

@daybyter Yes, you might want to take a look at Philadelphia, which is designed based on Falcon and Libtrading. It is currently more complete than Falcon, and contains definitions for all FIX 4.2, FIX 4.3, FIX 4.4, FIX 5.0, FIX 5.0 SP1, and FIX 5.0 SP2 message types, tags, and enumerations.

I have prepared a small example that shows how to log onto GDAX using Philadelphia.

@daybyter
Copy link
Author

Thanks a lot for your hints! I'll take a look.

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

3 participants