My inhouse RTDS has two types of service. One with dataType 6 (IDN, Bloomberg etc) and dataType2 (inhouse services) I am using the examples that came with the websockets API. Work fine with dataType 6 but I get a Json conversion error for the dataType 2. Is there a way to make the websockets examples consume dataType 2 ?
Client has configured websockets for ADS 3.8, but is unable to make a connection via curl. Is that normal? <dialogue snippet> bash-5.1$ curl -v -X GET http://ADS-SERVER.com:15000/config Note: Unnecessary use of -X or --request, GET is already inferred. * Trying 0.0.0.0:15000... * Connected to ADS-SERVER.com (0.0.0.0) port…
How do I configure Java application to return the value with HH:MM:SS:MS format?
I am required to subscribe to around 14K items, using the code in ETA tutorial with combination of batch request, I was able to get roughly 600-1000 items, depending which items I request (short names or long), is there a config parameter that can increase the amount I can send, and if the limitation is not in the API,…
Hi, i have a python script which is below partial_df1 = rd.discovery.search(view = rd.discovery.Views.COMMODITY_QUOTES, top=10000, filter = "\ SearchAllCategoryv2 eq 'Commodities'\ and RICLength lt 10 \ and RIC eq '0#*:'\ and RIC ne '*IV:*'\ and RIC ne '*-:*'\ and DTSubjectName ne 'forecast' \…
I am using the Refinitiv WebSocket API to request data. I’m working with futures data, and I usually only request the front-month contract. However, on the expiration date, I plan to request the next-month contract instead. In this case, do I need to explicitly identify the expiration date and manually find and request the…
https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/python/market_price.py We are currently making a real-time data request based on the sample example above. I want to make sure that I can request data again during the disconnected time when I reconnected in case socket communication is lost, and…
Researched and bit and found this page for the above query Working with real-time data to retrieve Broker Queue Page data | Devportal But not 100% if it is it and can share it with client. Need assistance if I can send the above link and below info to client for their query. To retrieve the HKEX Broker Queue data for Hang…
Hello, when using the websocket api it seems that updates to TRDPRC_1 are not rippled down to TRDPRC_2 etc.. I subscribed to the ripple fields but they do not get an update. How can we get the values for the ripple fields?
Hello, Is it possible to have support for viewing the server logs for a specific RCC websocket connection if we can provide the date and time or other identifying information? We would like to verify if data was processed, We have a daily process that runs in production and delivers notional values to RIC's using the…
It looks like you're new here. Sign in or register to get started.