Re: [Quickfix-developers] How to trap a receive message
Brought to you by:
orenmnero
From: Rich H. <rh...@ql...> - 2004-08-17 15:53:13
|
Isn't that backwards... application messages in fromApp and admin messages in fromAdmin? Cheers, Rich Oren Miller wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > Well, you are getting all the admin message in fromApp, and all the > application messages in fromAdmin. So you can just create a new method > and have both of these callbacks pass the parameters to that method. > > --oren > > On Aug 16, 2004, at 11:10 AM, Sharma Himanshu wrote: > >> QuickFIX Documentation: >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX FAQ: >> http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ >> QuickFIX Support: http://www.quickfixengine.org/services.html >> >> Hi, >> >> I want to trap all messages(session + app) that come in the system at >> one central point. >> >> How can I do this? If not what is the next best method? >> >> Himanshu >> >> _________________________________________________________________ >> Claim your Citibank Ready Cash today. >> http://go.msnserver.com/IN/54177.asp It’s fast, easy and affordable. >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media >> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 >> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. >> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 >> _______________________________________________ >> Quickfix-developers mailing list >> Qui...@li... >> https://lists.sourceforge.net/lists/listinfo/quickfix-developers >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |