{{Quickfixn}} Handling Security Definitions

Grant Birchmeier gbirchmeier at connamara.com
Thu Oct 1 06:55:49 PDT 2020


Raju,  clearly something is going wrong, but I can't tell if it's a DD
issue or if you're doing something weird.

Are you calling message.FromString() yourself?  If yes, why?  That's a red
flag to me.

I expect your code to look something like the following.  Does it?

public class MyApplication : MessageCracker, IApplication
{
    public void FromApp(Message msg, SessionID sessionID)
    {
        Crack(msg, sessionID);
    }

    //...
    public void OnMessage(
        QuickFix.FIX44.SecurityDefinition ord,
        SessionID sessionID)
    {
        // your handling code
    }

    // ... other OnMessage handlers...
}


--
Grant Birchmeier
*Connamara Systems, LLC*
*Made-To-Measure Trading Solutions.*
Exactly what you need. No more. No less.
http://connamara.com

-- 
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quickfixn.com/pipermail/quickfixn-quickfixn.com/attachments/20201001/3d239b8f/attachment.htm>


More information about the Quickfixn mailing list