-
Use of EMA ChannelSet
How can we use the different ADS servers at the same time for our 11 OmmConsumers ? Can using EMA ChannelSet reduce the Stale status (DataStream=”Suspect” and StreamState=”Open”) when using ema-API ? If so, do you have an example of a simple config.xml ? The example of EmaConfigTest.xml…
-
Getting 401 response code when consuming World Check One APIs on ReactJS Frontend and also on Nod...
...e/ Express Backend Hi, I am using a demo account for World Check One APIs. I needed to consume a few APIs and display information on the Frontend (ReactJs). Can understand that due to browser's CORS policy was getting 401 response code on the Frontend but I tried consuming the API on a Node/ Express backend environment…
-
Storing application configuration/options. Database, xml file, json file?
Hi all. I'm looking in to the best way to store user configuration/options for my companies applications. I'm leaning towards just storing options in a JSON file, but I'm very naive on the topic and am interested in any informed opinions as to what actually makes sense. applinked.me I really appreciate any advice. Cheers!
-
Ng-View is not displaying data in AngularJS Routing
I am learning Angular JS. I am trying to learn single page application but ng-view is not showing any data. There is no error in the console. Main Home Page: <!DOCTYPE html> <html ng-app="RouteApp"> <head> <meta charset="utf-8" /> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>…
-
Updating Failed. Invalid JSON body passed with WordPress Version: 5.5.1
I am facing an issue when I am updating my posts. “Updating Failed. Invalid JSON body passed.” Tried changing permalink and deactivating different plugins, but the problem is still there. Problem Screenshot: https://imgur.com/a/8xDjE4C WordPress Version: 5.5.1 Theme: Newspaper V 10.3.6.1 Website:…
-
Help! I need to understand how to make a clientside automation using websockets
Hello, So I need to make an automation (bot) that basically stays on a page until an "item" is available and then take it. This I have already made a bot for but its just using selenium. But I have seen and talked to people that made a bot on C# or JS using the websocket of the site, which allows them to make real time…
-
JET SDK: Retrieving News
Hi, I am a developer for a App Studio Application that utilizes JET API v2.0.12. I am utilizing React on the front-end. I am attempting to retrieve all news related to a particular stock. This means I most likely would have to provide the RIC as an argument to a function, but I am unsure as to what function I would have to…
-
Elektron WebSocket API: Secure WebSocket (wss)
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…
-
How to make side menu work as accordion when click category display sub categories?
I work on angular 7 app I face Issue I can't make left side menu work as accordion . meaning I need when open component report category on load display all categories for all reports then when user select specific category then it will display sub category reports related by collapse it so in stackbliz already display data…
-
Status code 401 - unauthorized / token expired
I am trying to access the /search/beta1 in the Elektron Data Platform for a small proof of concept I am building. I've generated the app key and am including it in the Authorization header in the request. However, when I go to fetch from my front-end, I am being returned an error object that looks like so: { code: "401",…
-
Very basic question of how to get the API data by Javascript.
I'll ask very basic question. Are there any way to call the API to get the following data with Javascript? ・Announcement date ・Title ・Impact ・Previous results ・Forecast I've searched inquiry form and I only found the python's approach. If so, are there any references or sample source code.
-
1. Is there a Reuters API which delivers historical intraday data back in JSON format 2. How fa...
1. Is there a Reuters API which delivers historical intraday data back in JSON format 2. How far back does the intraday data go 3. What is the price for this service. Thank-you
-
How to make html POST to IDS
Background. I have IDS server running on host padh4, port 8500. I want to request a snapshot from IDS, and filter FIDs BID and ASK. The following works ok from the command line: COMMAND: curl "http://padh4:8500/ids-rest/json/quote/" -d '{"item": ["CSCO.O"],"filter": ["BID","ASK","TRDPRC_1"],"service": "IDN_RDF","token":…
-
JET SDK open line chart
Hello Support, We are the developers for an App Studio App called SC Intelligent Insights. We have a request to open the chart in line chart pattern and not candlestick chart pattern, We are using below code to open a chart: JET.navigate({ name: "Graph", entities: [{ RIC, }] }); Please let us know if this is possible.…
-
onLinked/onUnlinked events not triggering
Hi, I'm having issues with the onLinked/onUnlinked events triggering. I have developed my app to listen for the events and it works fine in the development environment using localhost, however as soon as I run in production, those events no longer trigger. For testing I just deploy the same code as development with no…