Re: [Quickfix-developers] Validation before sending
Brought to you by:
orenmnero
From: Grant B. <gbi...@co...> - 2010-08-06 15:45:48
|
I'm not sure I'm 100% clear on your question, but I'll give it a shot. 1) Do you not have control over QuoteRequest? It's not an admin message or anything -- if you don't want to send it, don't send it! 2) You can abort the sending of any message by intercepting it in the toApp() callback and throwing DoNotSend. Therefore, if your app logic *must* invoke the QuoteRequest-send, you could have toApp() check all messages that come through it for 35=R, and then you could check the fields and abort if necessary. (Putting this logic in toApp() could possibly have an impact on performance.) -Grant On Fri, Aug 6, 2010 at 10:18 AM, Fabio Renggli <FRe...@1e...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Hi together > > I want that the fixengine don't send the quoterequest, when the expirytime of a relatedsym is later then the time of sending. I this somehow possible? > > > > Mit freundlichen Grüssen / Kind regards > 1eEurope (Switzerland) AG > > Fabio Renggli > > Technology Consultant > > --------------------------------- > > 1eEurope (Switzerland) AG > Seestrasse 97 > CH-8800 Thalwil > > Tel. Direkt: +41 (0) 44 722 86 05 > > Tel. Zentrale: +41 (0) 44 722 75 55 > > fre...@1e... > > www.1eEurope.ch > > > > This message may contain confidential information and is intended only for the individual named. If you are not the named addressee, please notify the sender immediately and do not disclose, copy or distribute the content to any other person. > > E-Mail transmission cannot be guaranteed to be secure or error-free as information can be intercepted, lost, destroyed, arrive late, incomplete or contain any viruses. Any contractual representations contained herein on behalf of this company must not be taken as final, and are entirely subject to contracts signed formally by an authorised representative of this company. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |