Re: [Quickfix-users] Ignore TAG
Brought to you by:
orenmnero
From: Sev Z. <se...@gm...> - 2010-06-30 11:58:17
|
I think there are two possible solutions: 1. In your config, set /ValidateUserDefinedFields/ = N (see http://www.quickfixengine.org/quickfix/doc/html/configuration.html) 2. If you have /DataDictionary/ defined, just add the field to your dictionary file to make the field valid. I've done this in the past to handle proprietary fields from an ECN. Joaquín Gracia wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > Hi all, > > My fix application is rejecting some messages because of an invalid > TAG, which I do not need to read at all. > > Do you lnow how can I make quickfix to ignore this particular tag? > > Thank you. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Quickfix-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-users > |