Re: [Quickfix-developers] How to trap a receive message
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-17 23:18:00
|
Right! On Aug 17, 2004, at 8:26 AM, Rich Holm wrote: > > Isn't that backwards... application messages in fromApp and admin=20 > messages in fromAdmin? > > Cheers, > Rich > > > > Oren Miller wrote: > >> QuickFIX Documentation:=20 >> http://www.quickfixengine.org/quickfix/doc/html/index.html >> QuickFIX FAQ:=20 >> 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=20= >> application messages in fromAdmin. So you can just create a new=20 >> method and have both of these callbacks pass the parameters to that=20= >> method. >> >> --oren >> >> On Aug 16, 2004, at 11:10 AM, Sharma Himanshu wrote: >> >>> QuickFIX Documentation:=20 >>> http://www.quickfixengine.org/quickfix/doc/html/index.html >>> QuickFIX FAQ:=20 >>> 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=20= >>> at one central point. >>> >>> How can I do this? If not what is the next best method? >>> >>> Himanshu >>> >>> _________________________________________________________________ >>> Claim your Citibank Ready Cash today.=20 >>> http://go.msnserver.com/IN/54177.asp It=92s fast, easy and = affordable. >>> >>> >>> >>> ------------------------------------------------------- >>> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank=20 >>> 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 >> > > |