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'
where I can read about it? I don't understand how to use it
I tried to write
AdxRtList.RegisterItems(stringArray, "TRDPRC_1");
and it's working am I right?
Thanks