I have used quickfix in c++. I am trying to use the python version. Documentation seems a little sparse, so I was hoping to get some information regarding the same. I have an emulator, that assembles a message in various protocols (some fix/ some non fix). opens a tcp connection to a server and sends these messages over. I am considering assembling the fix message using quickfix. I don't want to use the client portion of quickfix, just the part which assembles a fix message. Can this be done? ie: does the api support getting the raw fix(which can then be sent over tcp connection) from Message format.
Thanks and Regards.