Re: [Quickfix-users] fromApp problem
Brought to you by:
orenmnero
From: Dale W. <wil...@oc...> - 2008-06-02 15:20:33
|
Hi Julian, Julián Mendiola wrote: > In the documentation says: "Most of the messages you will be > interested in looking at will be arriving in your overloaded > *fromApp". *But most doesn't mean all... I'm reciveing a message (I > see it in the logFile tag 35=AE) but the fromApp method is not call... If the message fails validation, it will not be delivered to fromApp. Instead QuickFIX will automatically generate the appropriate rejection message. > where can I catch that message? Other thing that leave me thinking was > that an automatic response is generated when the message arrive( with > the tag 35=3 and description: "Tag appears more than once". But that > is correct, the message must have repeating tags... it is well formated. In order to validate a message containing repeating groups, QuickFIX must have a data dictionary available. Look in your configuration file to be sure you have defined a data dictionary for this session (DataDictionary=path/file), and that UseDataDictionary=Y. These can appear in the specific [session] or in [default] Dale > > Thanks, Julian. |