-
Changing from TCP to TLS for AWS
Hi, we would like to check if ads pop in the AWS environment supports TLS listener port such as port 14002 and including the ads & dacs related ports. If yes, is there a guide on how we can configure to get the hub to get the route connected to the feed
-
We're consuming data using the Real Time SDK (https://github.com/Refinitiv/Real-Time-SDK/tree/master
We're consuming data using the Real Time SDK (). When opening the item JPYNOK=X, we get a reasonable call to OnRefreshMsg() with a conversion rate and a scaling of 100. However, when we receive calls to OnUpdateMsg() for this item, the scaling is set to 1. We believe this is a bug. Are you able to confirm and possibly fix…
-
Old RT Lib for connectivity
I need to create a middleware that can be connected using the old RT library. At this point it is connecting to trep, using the following config an an example. *ipcRoute: triarch_sink ap-trep1A ap-trep1B I tried simply adding my own IP of my application or localhost besides and removing trep hosts. As I understood form…
-
A mix of Request timeout/channel down/Service not up
Our feedhandler uses C# Real-Time SDK, it subscribed to ~5000 names. On Dec 18, 2024 we notice that there were some issue from ~14:30 to 16:30 EST. The below are some of the samples we received: 2024-12-18 14:51:58.9900 | Refinitiv StatusMsg: Name: CASY.O, ServiceName: hEDD, State: Open / Suspect / None / 'channel down.'…
-
What platforms are supported by RMC?
I would like to know what platforms RMC supports. I could not find the details here https://developers.lseg.com/en/api-catalog/real-time-legacy/refinitiv-management-classes-rmc Interested to know if it supports Linux on ARM architecture.
-
Connecting to Multiple Services simultaneously
We are currently using the RFA 8.2 C++ API to consume market data and would like to clarify some functionality. Is it possible for a consumer application to simultaneously connect to multiple services on TREP/ADS, such as IDN_SELECT etc. and send requests to these different services for different symbols? Can you also…
-
Is there a Python API that allows us to contribute to an ATS via TREP/RTDS
Is there a Python API that allows us to contribute to an ATS via TREP/RTDS
-
RTDS Connection with DACS user through websocket
Hi I'm trying to find an example where the connection to RRTO is through a RTDS/TREP whith the DACS user but all uses the machine id, password, and client id Is there a way to connect to the RTDS though websocket with a DACS user? im using python or node The EMA examples for Java works but i'm not able to replicate the…
-
When the publisher deletes and resends the instrument the cache on the ADH for that particular In...
...strument is corrupted, would like to understand the possible causes for ADH cache getting corrupted when the publisher refresh the Instrument When the publisher deletes and resends the instrument the cache on the ADH for that particular Instrument is corrupted, would like to understand the possible causes for cache…
-
Faced Runtime NullPointer Exception when application was active, connected and was receiving rates.
Hi, We faced a Runtime Exception recently which causes our application to stop working abruptly and we had to restart the application manually and everything started working smoothly after that. I am sharing the chain of event with logs we faced that time for your reference. 1. We got a “Login stream was closed” error…
-
RTDS API to LSEG
We have LSEG servers installed at our organization. We understand there is an API exposed by LSEG to which we can send a list of RIC for shares we need to get updates for and then start receiving updates for these shares. Does the API support HTTPS over JSON format with identification protocol of OAuth2? Can we send u an…
-
Reuters Connection Fail Fequently
We are facing issue with reuters connection fail frequently: {"instant":{"epochSecond":1726205278,"nanoOfSecond":441878434},"thread":"pool-8-thread-1","level":"INFO","loggerName":"com.enbd.rate.streaming.registry.consumer.ConsumerClient","message":"Status message refinitiv:StatusMsg\n streamId=\"99\"\n domain=\"MarketPrice…
-
What is the recommended api to connect to ads3.7.1 ads pop.
We are using ads-pop and already confirgured port 15000 for WS connection. Do LSEG support HTTP/REST protocol with json format. What is the recommended api to connect to ads3.7.1 ads pop. Would u be able to share the documentation and details?
-
RTDS Rest API how to get update rate from ADS per user not per mount
Hi Team Is there a way to get updateRate value per User and not per mount via RestAPI ? Currently it is possible to get updateRate from RestAPI using URL like this: http://ADS_IPADDRESS:RESTAPI_PORT/sharedmem/classes/SinkDistMsgs/instances/all/variables/updateRate Result is like this :…
-
directory retrieval failed
Trying to get index pricing from production server (ads1.trep-s.prod-inx.cityindex.co.uk:14002) fails with below "directory retrieval failed" error. This error occurs from when running in our kubernetes AKS cluster. Connecting to pre-production servers works fine. Also, connecting to prod server from development machine…