<div dir="ltr">Hi Grant, <div><br></div><div>That is correct. In the OnMessage() call back I am delegating that message to another method where it converts to a string and pushes it to my internal messaging API which expects it as a string.</div><div>Our message api expects it to be a string and is the reason i convert that to a string.</div><div><br></div><div>Thanks,</div><div>--Raju.v</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Oct 1, 2020 at 8:56 AM Grant Birchmeier <<a href="mailto:gbirchmeier@connamara.com">gbirchmeier@connamara.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Raju, clearly something is going wrong, but I can't tell if it's a DD issue or if you're doing something weird.</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Are you calling message.FromString() yourself? If yes, why? That's a red flag to me.</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">I expect your code to look something like the following. Does it?</div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><font face="monospace" style="background-color:rgb(255,255,255)" color="#0000ff">public class MyApplication : MessageCracker, IApplication<br>{<br> public void FromApp(Message msg, SessionID sessionID)<br> {<br> Crack(msg, sessionID);<br> }<br><br> //...<br> public void OnMessage(<br> QuickFix.FIX44.SecurityDefinition ord,<br> SessionID sessionID)<br> {<br> // your handling code<br> }<br><br> // ... other OnMessage handlers...<br>}</font></blockquote><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0.8ex;border-left:1px solid rgb(204,204,204);border-right:1px solid rgb(204,204,204);padding-left:1ex;padding-right:1ex"><div>
</div>
</blockquote></div><div><font face="monospace" style="background-color:rgb(238,238,238)"><br></font></div>--<br><div dir="ltr"><div><font size="2"><span style="background-color:rgb(0,0,0)"><span style="background-color:rgb(255,255,255)">Grant Birchmeier</span></span></font><font size="2"><font color="#3333ff"><br></font></font></div><div><font size="2"><b><font color="#3333ff"><span style="background-color:rgb(255,204,51)"><span style="background-color:rgb(255,204,102)"><span style="background-color:rgb(255,204,153)"><span style="background-color:rgb(255,255,255)"><span style="background-color:rgb(255,204,0)">Connamara Systems, LLC</span></span></span></span></span></font></b></font><br></div><div><font size="2"><b>Made-To-Measure Trading Solutions.</b></font></div><div><font size="2">Exactly what you need. No more. No less.</font><font size="2"><b><font color="#3333ff"><br></font></b></font></div><div><font size="2"><a href="http://connamara.com" target="_blank">http://connamara.com</a><br></font></div></div></div></div></div>
<br>
<span style="color:rgb(29,28,29);font-family:Slack-Lato,appleLogo,sans-serif;white-space:pre-wrap;background-color:white"><font size="2">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.</font></span>_______________________________________________<br>
Quickfixn mailing list<br>
<a href="mailto:Quickfixn@lists.quickfixn.com" target="_blank">Quickfixn@lists.quickfixn.com</a><br>
<a href="http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com" rel="noreferrer" target="_blank">http://lists.quickfixn.com/listinfo.cgi/quickfixn-quickfixn.com</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature">Thanks,<div>--Raju.v</div></div>