Re: [Quickfix-developers] Capturing message from fromApp event
Brought to you by:
orenmnero
From: Avi R. <avi...@gm...> - 2008-09-02 13:39:43
|
Hi Vipula, I have the same issue I can't catch the MarketData sent by the broker because It doesn't fire the fromApp event... However the fromAdmin event is working fine but as you mentioned in your last mail, fromAdmin fires for the login messages and heatbeats only. Did you find any solution for this? Thanks, Avi On Mon, Sep 1, 2008 at 6:40 PM, Vipula <vi...@ya...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi Marcus, > fromAdmin fires for all the login messages and heatbeats but not for the > execution reports unfortunately. What is interesting was that when I reset > the sequence number physically on the filestore, messequence file eveything > works well. But when I programatically request for a resend the event won't > get triggered. > > Many thanks. > Vipula > > > ----- Original Message ---- > > From: Marcus Monaghan <Mar...@wi...> > > To: Vipula <vi...@ya...>; > qui...@li... > > Sent: Monday, September 1, 2008 4:20:34 PM > > Subject: RE: [Quickfix-developers] Capturing message from fromApp event > > > > Try the FromAdmin > > > > Regards, > > > > Marcus > > > > Winterflood Securities Limited > > web: http://www.wins.co.uk > > > > > > -----Original Message----- > > Hi, > > I'm using a Quick Fix (C#) engine as an acceptor to capture drop copy > > messages. Currently developing a function to handle ResendRequest. When > > I run the application on a console I can see the duplicate messages sent > > from the server but It doesn't fire the fromApp event. so I have no way > > of capturing the resent messages. > > Is there a setting that I have set so I can capture the duplicate > > messages at fromApp event. > > > > Many thanks. > > Vipula > > > > *** IMPORTANT NOTICE *** > > > > This message (including any attachments) is confidential and is for the > intended > > recipient only. If you are not the intended recipient, please inform the > sender > > and delete any copies from your system. Internet communications are not > secure > > and therefore Winterflood Securities Ltd does not accept legal > responsibility > > for any of its contents (including any attachments) and any view > expressed by > > the sender as these are not necessarily the views of Winterflood > Securities Ltd. > > > > > > Although all emails sent and received by Winterflood Securities Ltd are > passed > > through extensive virus scanning technologies, we cannot guarantee the > email > > (including attachments) is virus free. You should take whatever measures > you > > deem appropriate within your organisation to ensure maximum protection. > > > > Registered Office: The Atrium Building, Cannon Bridge, 25 Dowgate Hill, > London, > > EC4R 2GA. Registered in England No. 2242204. > > > > Winterflood Securities Limited is authorised and regulated by the > Financial > > Services Authority. > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |