I am trying to get 2 fields from a RIC - but one of them is never returned.
Details:
RIC [NZG1217=NZFA], field [HST_CLOSE] is returned, but field [CF_DATE] is not.
The list of returned fields (debugging in the decoder) has 185 field IDs, in order, but ID 5361 is missing (goes from 4305 to 5357). My dictionary file contains the mapping from field 5361 to CF_DATE, but this is before I even try to map the field ID.
I see lots of other fields, including some date fields, so it is not a date parsing issue (the list of fields is produced before I do anything).
I am using RFA8_NET140.dll, c# .NET application. When reduced to one of the example/tutorial apps, I see the same behaviour.
Any ideas where to start looking?
Thanks
P.E.