[Quickfix-developers] No values for MsgType in DataDictionary?
Brought to you by:
orenmnero
|
From: Graham M. <gra...@gm...> - 2006-04-25 17:50:08
|
Sorry if this is a silly question that's been answered before, but... Why is it that MsgType (35) does not contain value sub-elements in the spec documents (e.g. spec/FIX42.xml). This page from the Fixopaedia seems to suggest it should: http://b2bits.com/fixopaedia/fixdic42/fd0e3170.html BTW, I came across this because the following code evaluates to false given a 4.2 data dictionary: dataDictionary.hasFieldValue(35) Thanks. graham |