Re: [Quickfix-developers] MsgType = AS, AllocationReport, Fix44
Brought to you by:
orenmnero
From: Shane T. <str...@co...> - 2008-05-06 21:37:51
|
azmat, Paste the contents of your config file (with anything applicable to DataDictionary). Invalid tag number: 6081 looks like you are trying to validate user tags and using a data dictionary. If you do need to use a data dictionary still, you need to modify it to either 1) include the user-defined tags (6081) OR 2) In your config file set "ValidateUserDefinedFields=N" -- Shane Trotter Connamara Systems, LLC On Tue, May 6, 2008 at 4:34 PM, azmat <mr...@gm...> wrote: > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > I get these sorts of messages in my event log: > > 20080506-19:55:11 : Message 79 Rejected: Invalid tag number:6081 > 20080506-20:32:54 : Message 132 Rejected: Required tag missing:55 > 20080506-20:33:55 : Message 135 Rejected: Tag not defined for this message > type:14 > > I believe they correlate with the 35=AS messages that were received, but > never processed. Shouldn't fromApp be called no matter what? > > thanks! > azmat > > > > > Shane Trotter wrote: > > > > QuickFIX Documentation: > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > > azmat, > > > > Are you using a data dictionary for validation? > > > > -- > > Shane Trotter > > Connamara Systems, LLC > > > -- > View this message in context: http://www.nabble.com/MsgType-%3D-AS%2C-AllocationReport%2C-Fix44-tp17091080p17092823.html > > > Sent from the QuickFIX - Dev mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |