question

Upvotes
Accepted
50 3 8 4

Access styles in Eikon Desktop

In Eikon Excel, you can use functions such as AdStyleStructure to return get details of styles. For example, you can use AdStyleAttribute("CUR","JPY","QM") to determine if Dollar/Yen is quoted directly or indirectly. Within App Studio, what is the equivalent method to access this type of information. (Styles can also be used to access holiday calendars, bond structures, swap conventions, ...) The functions I am referring to are Adfin functions.

eikoneikon-app-studiojetadfinhtml
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.

Hello @peter.vonbredow,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

Hello @peter.vonbredow,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

The only Eikon API that provides this capability is the AdfinX Analytics COM API, which cannot be used in App Studio. You could however easily implement this capability yourself. Take m_public.dat file from Eikon, put it on the Web server hosting the app and develop a custom routine to parse the file and return whatever data you're interested in. The file on the Web server will not update automatically, so if you'd like to maintain the latest version of the file, you could conceivably periodically copy updated file from Eikon machine to the Web server.

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.