Hi,
I'm specifying the field ids of fields I'm interested for a list of RICs as below.
OmmArray fieldAarray = EmaFactory.createOmmArray();
fieldAarray.fixedWidth(2);
fieldAarray.add(EmaFactory.createOmmArrayEntry().intValue(22)); //BID
fieldAarray.add(EmaFactory.createOmmArrayEntry().intValue(25)); // ASK
I believe I need to use the RDMFieldDictionary to get the field id of an field instead of hard-coding the same in the code. I'm not able to find any sample code. Can you please point to a sample that demonstrates how to use RDMFieldDictionary using Java EMA api ?
I'm sorry if it is already there and I didn't look properly.
Thanks in advance.
Mani