<div dir="ltr">After the first message, logon, the server sends the following response:<div><br><div><i style="background-color:rgb(255,255,0)"><incoming> 8=FIX.4.4 9=108 35=A 34=1 49=<font color="#999999">SENDERCOMPID</font> 52=20191009-20:28:04.669 56=<font color="#999999">TARGETCOMPID</font> 95=21 96=rtcedro    rtcedro CHAVE 98=0 108=10 141=Y 10=125 </i><br></div></div><div><i><br></i></div><div>But QuickFix throws the error:</div><div><i style="background-color:rgb(255,255,0)"><event> Session FIX.4.4:<font color="#999999">TARGETCOMPID</font>->CEDRO disconnecting: QuickFix.MessageParseError: Could not parse message: Error at position (3) while parsing msg (8=FIX.4.4 9=108 35=A 34=1 49=<font color="#999999">SENDERCOMPID</font> 52=20191009-20:28:04.669 56=<font color="#999999">TARGETCOMPID</font> 95=21 96=rtcedro        rtcedro CHAVE 98=0 108=10 141=Y 10=125 ) ---> System.FormatException: Input string was not in a correct format.</i><br></div><div><i style="background-color:rgb(255,255,0)"><br></i></div><div>The issue report on GitHub #465 (<a href="https://github.com/connamara/quickfixn/issues/465">https://github.com/connamara/quickfixn/issues/465</a>) mentions the same error i'm getting, but i couldn't find the "ExtractField method" they mentioned and i think their issue is already solved.</div><div>This logon <i>incoming</i> message doesn't seem to hit any callback as i tried debbuging and the code goes from <i>ToAdmin </i>directly to <i>OnLogout</i>.</div><div><br></div><div>How can i intercept the message or, even better, make QuickFix stop try to convert a string to an int?</div><div><br></div><div>Thanks in advance!</div><div>Pablo</div></div>