Service Discovery Issues
We were trying to go through a python sample code to access real time data from Real-time Optimized service, available at https://github.com/Refinitiv/websocket-api.. But it looks like we are not pointing to the right location, as it does not have the code including service discovery api call.
Can you please help us with the correct sample code for Real-Time Optimized in python?
Find more posts tagged with
Sort by:
1 - 1 of
11
Sort by:
1 - 1 of
11
Hello @Spencer.Dixon,
Please refer to:
https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/python
for the latest market_price_rdpgw_service_discovery.py example.
Would suggest following Quick Start - Connecting to Refinitiv Real-Time - Optimized prior, on in parallel, with the code example
Hello @Spencer.Dixon,
Please refer to:
https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/python
for the latest market_price_rdpgw_service_discovery.py example.
Would suggest following Quick Start - Connecting to Refinitiv Real-Time - Optimized prior, on in parallel, with the code example
Hello @Spencer.Dixon
I would like to add more information that all WebSocket API examples (Java, C#, and Python) for RTO are available on GitHub https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP page.
The service discovery examples are *ServiceDiscovery* example file of each language folder.