The most recent content from our members.
It has been some time now working on integration of Refinitiv WebSocket's API and our core banking system, so far I am able to connect to the WebSocket without issues, I can as well send messages successfully, the challenge I am having is that, after I sent the message, I want to be able to log the response as we get…
I am using node.js TS, I tried using axios, http, fetch.
I'm trying to set the timeout to prevent continuous running of api call. But it's not working.Here is my code. const express=require('express' const app=require('./app') const http=require('http'); const bodyParser=require('body-parser'); const cookieParser=require('cookie-parser'); const dotenv=require('dotenv'); const…
Hi - for the Streaming API Quickstart for wealth. Service": "ERT_FD3_LF1" the example is provided in Python but we need it in node-js, is there any examples somewhere we can find this replica in node-js just as an example to confirm current version is $>python market_price_rdpgw_service_discovery.py --user <Machine-ID>…
We discovered node-js websocket sample market_price.js not working on ads version 3.5.3 Works fine with ads3.2 Also, Python samples work fine with both versions of ads Thought this may prove useful to help others attempting/struggling with same.
Please find the link here. Thank you.
Is there any guidance on how do use Secure Websockets (wss) with the WebSocket API? I'm developing a web application that uses the WebSocket API, but I can't establish a connection because you have to use 'wss' when an application is secured by HTTPS. I viewed this question from 2017 and it mentions an SSL Accelerator, but…
It needs to generate the token and pass it to extract the data.
Hi, I have been using the examples from the github repository: Websocket-api NODE JS The issue is that the socket connection does not open, but times out by default. I am using one with authentication and for the sake of simplicity, I have extracted temporary token from POSTMAN, and including that token directly in the new…
I downloaded the "streamingtools" zip file that contains the various websocket sample files and when trying out the Node.js samples, even though the app appears to successfully connect the websocket and login, after sending the initial ItemRequest there is no response from the server. No errors shown either... However,…
It looks like you're new here. Sign in or register to get started.