Re: [Quickfix-developers] Another repeating group problem
Brought to you by:
orenmnero
From: Oren M. <ore...@ya...> - 2003-04-15 15:32:05
|
I've checked in a fix for this. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/quickfix/quickfix/src/C%2b%2b/DataDictionary.h.diff?r1=1.10&r2=1.11 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/quickfix/quickfix/src/C%2b%2b/DataDictionary.cpp.diff?r1=1.14&r2=1.15 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/quickfix/quickfix/src/C%2b%2b/test/DataDictionaryTestCase.cpp.diff?r1=1.7&r2=1.8 Chris Patmore <Chr...@BT...> wrote:Using version 1.4.0 I am having problems correctly reading an incoming message with repeating groups. The SecurityList message contains the group: 146 NoRelatedSym N Specifies the number of repeating symbols (instruments) specified à component block <Instrument> N Insert here the set of "Instrument" (symbology) fields defined in "COMMON COMPONENTS OF APPLICATION MESSAGES" of the requested Security ...it seems that when the spec is read in- <group name="NoRelatedSym" required="N"> <component name="Instrument" required="N" /> <field name="Currency" required="N" /> ...the first field in the Instrument component <component name="Instrument"> <field name="Symbol" required="Y" /> <field name="SymbolSfx" required="N" /> Symbol, is not taken as being the delimiter, so Currency becomes the delimiter. Chris **************************************************************************** This message is confidential to the sender and addressee, and may contain proprietary or legally privileged information. If you are not the intended recipient, please delete it from your system, destroy any copies, and notify the sender immediately. Opinions stated herein are not necessarily those of BrokerTec. BrokerTec reserves the right to monitor messages that pass through it's networks. BrokerTec Europe Ltd is regulated by FSA. --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. |