[Quickfix-developers] Create an ExecutionReport based on QuickFix.Message
Brought to you by:
orenmnero
From: Dominik B. <dom...@gm...> - 2011-01-05 13:51:57
|
Hi all, Consider the following situation I have a string that contains the FIX message. As far as I know, QuickFix.Message is the only class that provides a constructor to create a message from a string. My idea was that, based on tag 8 and 35, I'd create the corresponding messages (Quickfix44.ExecutionReport etc.). The problem is, I don't know how to create an ExecutionReport from a QuickFix.Message object. Does anyone have an idea how to accomplish this? If possible, I'd like to avoid extracting all the fields from the QuickFix.Message and add them again to an ExecutionReport. Any suggestions, or different approaches are very much appreciated! Dominik |