For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 1 1

get Multiple fields with AdxRtList

Hello, I am creating a nec Winform application which consumes Eikon API. Right now I want to retrieve the BID and ASK price with a single request but it's not working, below the code I used :

             m_adxRtList.Source = "IDN";
            m_adxRtList.RegisterItems(String.Join("," , entries.ToArray()), "ASK,BID");
            m_adxRtList.StartUpdates(RT_RunMode.RT_MODE_ONUPDATE);


P.S. The request above retrieve only the BID price.


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifields
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Upvote
Accepted
18.1k 21 13 21

Hi @mehdi.bajjou

I believe that you are referring to the example from https://developers.refinitiv.com/eikon-com/eikon-desktop-data-api/learning?content=791&type=learning_material_item


Please check your adxRtList_OnUpdate() method whether it accesses and prints out all the fields?


ahs.png (130.9 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.