Re: [Quickfix-developers] Just Starting...
Brought to you by:
orenmnero
From: mr a. <mr...@gm...> - 2008-03-13 21:56:26
|
Hmm, I'm not sure I quite understand your second paragraph. Basically I want to check PossDup on receipt and if it is TRUE...I'd like to discard the message altogether before it gets into our OMS. Isn't that the entire purpose of the PossDupFlag? thanks- azmat On Thu, Mar 13, 2008 at 4:50 PM, <or...@qu...> wrote: > You are kind of talking about two different things here. One is checking > for a possdup flag on receipt, which is simply a matter of checking for the > field in the header. > > The other is checking in sent messages presumably because you don't want > to send messages that didn't make it out the first time. In this case can > you elaborate on what problem you encountered and what exactly isn't working > in your port of the code? > > --oren > > -------- Original Message -------- > Subject: Re: [Quickfix-developers] Just Starting... > From: azmat <mr...@gm...> > Date: Thu, March 13, 2008 4:40 pm > To: qui...@li... > > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > All- > > I need to check if the possdup flag is set, when I receive an execution > report from the counter-party. I've also read many places that I should > "throw a donotsend exception" in ToApp after I check for the PossDup flag. > > > Something similar to this, written by Caleb: > http://www.nabble.com/Request-resend-ts3856953.html#a3881695 > > > For some reason I can't get this to work with C#. I'm having issues > 'translating' the C++ to C#, using QuickFix 1.2.4. This is quite > frusturating. Has anyone done this in C#? > > > thanks! > azmat > > > > Patrick Wright-3 wrote: > > > > QuickFIX Documentation: > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Yes that is right. > > > > When you call sendtoTarget the toApp callback should be called by the > > fix engine to allow you to do some processing before the message is sent > > (log it for example). Also you can throw a DoNotSend exception here to > > stop the message from being sent. toApp will also be called when the > > engine responds to a resend request. > > > > I have only been using this for a few months - other people may have a > > better insight into this. > > > > Patrick > > > > > > -- > View this message in context: > http://www.nabble.com/Just-Starting...-tp14811784p16039185.html > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Quickfix-developers mailing list > Quickfix-developers**@lists.sourceforge.net <#118aa1f8d3fd2f6b_Compose> > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |