Re: [Quickfix-developers] MsgType = AS, AllocationReport, Fix44
Brought to you by:
orenmnero
From: <or...@qu...> - 2008-05-06 22:00:38
|
That would resolve this issue: 20080506-19:55:11 : Message 79 Rejected: Invalid tag number:6081 However these other two are being rejected for another reason. 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 The first one is because your data dictionary requires tag 55 to be in the message, but it isn't present. The other one is because tag 14 is being put in the message when it isn't defined as a member. Any idea why you are getting messages like this? You may need to adjust your data dictionary file to their spec. --oren > -------- Original Message -------- > Subject: Re: [Quickfix-developers] MsgType = AS, AllocationReport, > Fix44 > From: azmat <mr...@gm...> > Date: Tue, May 06, 2008 4:49 pm > To: qui...@li... > QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > Oren, > thanks for the reply. How do I validate? > Is this the only information I need to go through? > http://quickfixengine.org/quickfix/doc/html/xmlschema.html > Can I use '"ValidateUserDefinedFields=N"' to bypass validation (as Shane > suggested)? > thanks- > Oren Miller wrote: > > > > QuickFIX Documentation: > > http://www.quickfixengine.org/quickfix/doc/html/index.html > > QuickFIX Support: http://www.quickfixengine.org/services.html > > > > Nope. If a message doesn't pass validation, you won't get it, which is > > the purpose of the validation. > > > > --oren > > > > > -- > View this message in context: http://www.nabble.com/MsgType-%3D-AS%2C-AllocationReport%2C-Fix44-tp17091080p17093105.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 |