You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does QuickFix/N support XML encapsulation? This should be field tag 213 where the XML contained has another FIX message inside.
I see a class called XMLMsgComponent, but it doesn't seem to be referenced by anything. Also, the message parsing around ~385 or so of Message.cs doesn't seem to do anything beyond basic string parsing either, to account for an encapsulated FIX message. It's starting to look like it doesn't support XML encapsulation currently? Or am I missing some functionality somewhere hidden away?
Does QuickFix/N support XML encapsulation? This should be field tag 213 where the XML contained has another FIX message inside.
I see a class called XMLMsgComponent, but it doesn't seem to be referenced by anything. Also, the message parsing around ~385 or so of Message.cs doesn't seem to do anything beyond basic string parsing either, to account for an encapsulated FIX message. It's starting to look like it doesn't support XML encapsulation currently? Or am I missing some functionality somewhere hidden away?
Thanks!
Just as reference, this is some documentation on what it needs to support:
http://www.cmegroup.com/confluence/display/EPICSANDBOX/Drop+Copy+4.0#DropCopy4.0-FIXResendRequest(tag35-MsgType=2)
(near the bottom under "Encapsulated XML Non-Fix" header)
The text was updated successfully, but these errors were encountered: