question

Upvotes
Accepted
1 0 0 0

List of avaible servicenames

I am kind of new to EMA & ETA. I'm already config EMA Consumer to connect to ELEKTRON_DD. It works normally

But I don't know what is ELEKTRON_DD service name and what data it provided. Is that real market data or dummy data?

I want to get real market data for WYNN.BLUE symbol so what service name will provide that data.
Thank you

refinitiv-realtimeema-api#contentconsumer
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
78.1k 246 52 72

@nghung174

Thanks for reaching out to us.

The ELEKTRON_DD is the default service name for the Refinitiv Real-Time network. This service can provide Level I and Level II real-time data, and news and it is real market data.

You need to use RICs to subscribe to the ELEKTRON_DD service. You can use the RIC Search tool to search for RICs.

1682038987068.png

If a RIC is available, you can use it with ETA or EMA to get real-time data. You can modify the examples in the package, such as Cons100, to subscribe to RICs.

For example:

consumer.registerClient(ReqMsg().serviceName("ELEKTRON_DD").name("WYNN.BLUE"), client);

If you have permission to access this item, you will see the following output.

1682039930687.png

For more information regarding the APIs, you refer to the following links:

I hope that this information is of help.


1682038987068.png (17.2 KiB)
1682039930687.png (53.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.