question

Upvotes
Accepted
35 7 9 12

How to pass the other Identification code apart from RIC like CUSIP, Sedol & ISIN in the below code --> consumer.registerClient(reqMsg.serviceName("IDN_RDF").name("/AAV.TO").interestAfterRefresh(false), appClient); for the name paramter?

@Wasin Waeosri / @steven.peng

elektronrefinitiv-realtimeelektron-sdkema-apirrtelektron-message-apiricssymbologyisinsedol
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

· Write an Answer
Upvotes
Accepted
1.9k 7 10 16

Hello @Chaitanya.Vishnubhotla,

consumer.registerClient(reqMsg.serviceName("IDN_RDF").name("/AAV.TO").interestAfterRefresh(false), appClient); 

I assumed that the product that you are using should be 'EMA Java' rather than 'Alpha'.

If I'm correct, the answer is no. You have to resolve CUSIP,Sedol& ISIN into RIC first.

Actually, you can put any values for the name parameter in the API level. However, the limitation is from the feed service level that normally supports only 'RIC'.

Note: You can try other products such as DataScope Select (DSS) which is able to search RIC from the other identifier types. Here this is the reference: REST API Tutorial 11: Search by Instrument. Then, you can pass the output in the RIC identifier type to real-time APIs such as EMA.

Hope this helps!

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.