|
From: Jerald D. <jd...@mr...> - 2007-07-12 03:35:19
|
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
|