[Quickfix-developers] Antwort: Re: why error?
Brought to you by:
orenmnero
From: <Joh...@di...> - 2011-02-03 14:57:16
|
Yes exactly! My programms initialize and work with two DDs (session DD and application DD) with FIX::DataDictionary my_sdd("path_to_QF/spec/FIXT11.xml") and FIX::DataDictionary my_add("path_to_QF/spec/FIX50SP2.xml"). -Hannes Von: Grant Birchmeier <gbi...@co...> An: Joh...@di... Kopie: qui...@li... Datum: 03.02.2011 15:29 Betreff: Re: [Quickfix-developers] why error? I don't think you should need 447 and 452, as they are both optional. One thing I can think of: 453 starts a repeating group. Are you explicitly configuring a DataDictionary for whatever QF component is performing your validation? Without a DD, QF can't read messages that have repeating groups. -Grant On Thu, Feb 3, 2011 at 6:57 AM, <Joh...@di...> wrote: QuickFIX Documentation: http://www.quickfixengine.org/quickfix/doc/html/index.html QuickFIX Support: http://www.quickfixengine.org/services.html Hi everybody, i have written a little routine for validation of a FIX-message(-body) against one of the QuickFIX definition files, that come with QuickFIX. I am doing the validation with the standard FIX::DataDictionary::validate() member function. This routine gives me an error for the above message and I can not understand why. Even when I am adding tag 447 and tag 452 to the message I receive errors. Can anybody help me understand this? ~/tmp> ./checker ./mq_message.txt 50 IN: 35=D49=OBSM56=BHBTST128=BAADER52=20101222-09:00:2011=WWND 00142441=000809400122=8461=O55=ODAX541=20110121202=6600.000000000968=0005206=0201=1207=XEUR21=1100=XEUR54=238=5.000453=1448=900000440=115=EUR59=6432=2010123060=20101222-09:00:209595=00012629 set BeginString = FIXT.1.1 set BodyLength = 277 set CheckSum = 143 Message erroneous: Tag not defined for this message type: 448 Thanks in advance, Hannes ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |