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