Hello!
I need to get LBMA gold PM price. I tried this
stringArray[3] = "XAUFIXPM="; AdxRtList.Source = "IDN"; AdxRtList.RegisterItems(stringArray, "BID"); AdxRtList.StartUpdates(RT_RunMode.RT_MODE_IMAGE)
but it's not working and returning null.
Hello!
I need to get LBMA gold PM price. I tried this
stringArray[3] = "XAUFIXPM="; AdxRtList.Source = "IDN"; AdxRtList.RegisterItems(stringArray, "BID"); AdxRtList.StartUpdates(RT_RunMode.RT_MODE_IMAGE)
but it's not working and returning null.
Hi @aidynchik_84, XAUFIXPM= does not have a "BID" field. The latest value is stored in 'TRDPRC_1'
I tried to write
AdxRtList.RegisterItems(stringArray, "TRDPRC_1");
and it's working =) am I right?
Thanks
@aidynchik_84 you can do a couple of things:
1. Open the quote app in Eikon, and select XAUFIXPM. Click on the hamburger menu, select Template > Display all fields. This will give you the full list of fields that are retrievable with AdxRtList;
2. Open the data item browser app (in the Eikon command bar type "XAUFIXPM= DIB"