Thanks! <br><br>Em quarta-feira, 27 de janeiro de 2021, Grant Birchmeier <<a href="mailto:gbirchmeier@connamara.com">gbirchmeier@connamara.com</a>> escreveu:<br>> In the default FIX message dictionary, "n" is actually an admin message type (XMLnonFIX message).<br>> If your counterparty had picked any letter/number not in "0A12345n," you'd be fine.  But they picked "n".<br>><br>> In the QF/n code, the list of admin messages is hardcoded, because we don't expect counterparties to mess with those types.  And in our defense, they usually don't.<br>> <a href="http://github.com/connamara/quickfixn/blob/master/QuickFIXn/Message/Message.cs#L118-L121">http://github.com/connamara/quickfixn/blob/master/QuickFIXn/Message/Message.cs#L118-L121</a><br>><br>> "Should I just check for this message type in FromAdmin and call Crack() when I find it?"<br>> Yep, I think this would be a perfectly fine way to workaround it.  Alternately, you can hack the source and take the "n" out of the function that I linked above and rebuild the engine, but I wouldn't do that if I was in your shoes :)<br>><br>> -Grant<br>><br>> On Wed, Jan 27, 2021 at 12:15 PM Ados Vsmm <<a href="mailto:adosvsmm@gmail.com">adosvsmm@gmail.com</a>> wrote:<br>>><br>>> Hello,<br>>><br>>> We are configuring a fix connection with a new couterparty, and this CP uses a custom message, when receiving this custom messages I get FromAdmin been called instead of FromApp which is where a call Crack(), they have provided us the DD, it seems right to me:<br>>><br>>> <messages><br>>> ...<br>>> <message name="CustomMessage" msgtype="n" msgcat="app"><br>>> ...<br>>><br>>> <fields><br>>> ...<br>>> <filed number="35" name="MsgType" type="STRING"><br>>> ...<br>>> <value enum="n" description="XML_NO" /><br>>><br>>> Can someone please confirm if this is the expected behavior for custom messages? Should I just check for this message type in FromAdmin and call Crack() when I find it?<br>>><br>>> Fix version is 4.4 and we're using Quickfix 1.8.0<br>>><br>>> Thanks _______________________________________________<br>>> Quickfixn mailing list<br>>> <a href="mailto:Quickfixn@lists.quickfixn.com">Quickfixn@lists.quickfixn.com</a><br>>> <a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>><br>><br>> --<br>> Grant Birchmeier<br>> Connamara Systems, LLC<br>> Made-To-Measure Trading Solutions.<br>> Exactly what you need. No more. No less.<br>> <a href="http://connamara.com">http://connamara.com</a><br>><br>> This email, along with any attachments, is confidential. If you believe you received this message in error, please contact the sender immediately and delete all copies of the message. Thank you from Connamara Systems, LLC.