Re: [Quickfix-developers] validation
Brought to you by:
orenmnero
From: Malinka R. <ael...@gm...> - 2010-06-30 02:06:48
|
On Tue, Jun 29, 2010 at 21:54, Hei Chan <str...@ya...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi, > > I just wonder the validations with > UseDataDictionary=ValidateFieldsOutOfOrder=ValidateFieldsHaveValues=ValidateUserDefinedFields=Y > will apply to the incoming messages only, outgoing messages only or both? I'm not 100% sure so don't take this as law, but i think it's incoming only, and auto sends rejects out to other side, when they give you bad info, but does not check your outgoing messages for correctness. theoretically that would be your other sides' job. |