There is a way to do this in QuickFIX/j.
Is there a way to do this in QuickFIX c++?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have never tried it myself, but if you download the source code, you will find a
generate.shfile inside a “spec” directory that contains the following:The first script simply invokes a bunch of
xsltproccommands in order to generate values and a message dispatching logic (aka cracker). But the majority of the generation is done usingGenerator.rbscript (the main logic for C++ is inGeneratorCPP.rb). So what you have to do is to modify an existing XML spec file likeFIX42.xml, run the generator and build source code.