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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonfields
icon clock
10 |1500

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

1 Answer

Upvote
Accepted
18k 21 12 20

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea