Re: [Quickfix-users] MessageCracker
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2006-03-22 19:03:32
|
Yes. The FIX.4.1 and FIX.4.2 ExecutionReports will be sent to different callbacks. So you will need to implement a callback for each one. You can pass these into a more generic method which takes a base Message class. You may want to do some processing before hand to make sure the messages can be processed by a universal method. Otherwise just convert them into your internal objects before passing them on for processing. --oren Charles Sicotte wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > If I want my application to handle multiple version of FIX (like 4.1 > and 4.2). > If I implement a MessageCracker, do I have to override, the > ExecutionReport for example, of each version of FIX? What would be the > best way to handle multiple version? > > Thanks in advance, > > Charles > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > > |