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 support for exporting and importing FIX messages from XML files #13

Closed
GoogleCodeExporter opened this issue Oct 9, 2015 · 10 comments

Comments

@GoogleCodeExporter
Copy link

It would be very useful if the quickfix-messenger supported file export and 
import.
This would have facilitated easy reuse of messages created in the application. 
Today all field values have to be manually entered into the message template 
forms.
If the file format used had been in a structured text format (e.g. XML), one 
could also create files to import into the quickfix-messenger.

Original issue reported on code.google.com by klaugs...@hotmail.com on 8 Nov 2011 at 8:59

@GoogleCodeExporter
Copy link
Author

[deleted comment]

2 similar comments
@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Assigning to jramoyo

Original comment by jramoyo on 14 Sep 2012 at 9:53

@GoogleCodeExporter
Copy link
Author

Original comment by jramoyo on 14 Sep 2012 at 9:55

@GoogleCodeExporter
Copy link
Author

I've written a schema (XSD) to represent how the message should be exported in 
XML. This XSD will be used to generate JAXB classes.

See attachment.

Also available at:
http://code.google.com/p/quickfix-messenger/source/browse/branches/jramoyo-issue
13/resources/xsd/message.xsd

Original comment by jramoyo on 18 Sep 2012 at 8:39

@GoogleCodeExporter
Copy link
Author

Next step is to figure out how to populate the JAXB objects from the UI and 
vice-versa.

Might need to make changes to the panels.

Original comment by jramoyo on 18 Sep 2012 at 8:42

  • Added labels: Milestone-Release2.0, Priority-High
  • Removed labels: Priority-Medium

@GoogleCodeExporter
Copy link
Author

This task is complete and changes are merged to trunk.

Original comment by jramoyo on 22 Sep 2012 at 2:55

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Minor fixes available from jramoyo-issue14 branch

Original comment by jramoyo on 26 Sep 2012 at 10:36

@GoogleCodeExporter
Copy link
Author

Updated summary

Original comment by jramoyo on 28 Sep 2012 at 4:24

  • Changed title: Add support for exporting and importing FIX messages from XML files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant