Upgrade from Eikon -> Workspace. Learn about programming differences.

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.

@mehdi.bajjou

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvote
Accepted
18.2k 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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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