For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
1 0 0 0

Documentation for UPA/ETA API for access to BDS RIC list

Client inquiring as to what documentation is available for subscribing (UPA/ETA C-language level) to be able to list predefined BDS instrument lists, and how to access SYMBOL lists with the same API.

#technologyeta-apicupa-api
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.

@timothy.kaneshige

BDS are usually defined by a client's market data team and therefore they should have access to the list of BDS defined on a particular Edge server. I am not aware of any way of programmatically querying the Edge server to issue a list of its defined BDS.

The client may find the following useful https://developers.lseg.com/en/article-catalog/article/all-rics-available-on-elektron-realtime

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
24.7k 54 17 14

Hello @timothy.kaneshige

I am not sure about the BDS instrument list, but for the Symbol List subscription on the ETA C API, the client can find the description on section 3.2.5 Symbol Lists of the Transport API Development Guide document. The document is available in the SDK package (TransportAPI_C_DevGuide.pdf) and on RTSDK C/C++ - Developer Portal Document page.

1700031798161.png

The client can also run the ETA Comsumer example to subscribe for Symbol Lists with the following command:

-h {ADS Host} -p {RSSL Port} -s {service name} -sl {Symbol List RIC}

example result from _ADS_CACHE_LIST Symbol List RIC:

result.png



1700031798161.png (160.7 KiB)
result.png (23.6 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.