|
From: Jerald D. <jd...@mr...> - 2007-07-12 14:21:43
|
Ah, never mind. I was not setting UseDataDictionary to Y in my cfg file. Is there anywhere in the documentation that says this is needed to make groups work? I only figured it out by looking at the source code for message parsing. On Jul 11, 2007, at 10:35 PM, Jerald Dawson wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > Hi all > > I'm trying to process a securityDefinition message and can't seem to > get the groups out of it. I can look at the raw FIX message and I see > the NoRelatedSym tag and value but if I try to get the group iterator > out, it doesn't have any elements in it, even though the groups are > clearly defined in the message. > > Here is the snippet of code I'm using to pull the group iterator out: > > Iterator<?> groupsKeys = fieldMap.groupKeyIterator(); > > while (groupsKeys.hasNext()) { > // never get here since hasNext() returns false. > } > > Any ideas would be appreciated. > > Jerald Dawson > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users |