Hi team, I am currently using Websocket API with Python and trying to get a response from the ADS server about available services to be using by the application at a certain point in time. The expected results are like mapping "ServiceName" with "State", when accessing ADSMON >> Services Statistics. For example: *…
We let the RDP example code run overnight. It looks like the volume(CF_VOLUME) of the first tick (please see an example tick below) received on the second day includes the pre-market volume. I'd like to subtract the pre-market volume to get the actual volume of the first tick. I saw there is a "BLKVOLUM" field in the…
Is Yield Book affected by the RTO to RTO changes for CIAM?
For my development, I’m trying to have two threads. One threads is for receiving real time data and put them into a list/dictionary(which one should I use to store the JSON I received?) And the other thread is to loop through the list/dictionary and print out the data in the JSON object/string we need.(not all the fields…
What is the difference between a “qualified stream” and a “non-qualified stream”?
...C) and get data back using the ELEKTRON_DD service all in one? For real time data and snapshot data. I'm using visual studio 2022 to create a winforms project. It should be run on the IDE/.exe directly, not using command line. I intend to get data through the internet/cloud not our own TREP server. I asked about python…
Advanced Data Hub (ADH) Advanced Distribution Server (ADS) Question 1, in order to support websocket settings, do the following settings need to be modified in adh/ads at the same time? *IDN_SELECTFEED*convertMfeedDataToRWF : True *IDN_SELECTFEED*dataType : 6 Question 2, Does ET support obtaining RWF type data from ADS?
I have been perusing the WebSocket API documentation and noticed that the API provides a StatusMessage with atribute Stream : Redirected. I would assume this is for the case that a new RIC is assigned to an existing instrument? Is there any chance that you could send an example of such a message or how to trigger it.
Hello, There is a json string in the market_price.py example: login_json = { 'ID': 1, 'Domain': 'Login', 'Key': { 'Name': '', 'Elements': { 'ApplicationId': '256', 'Position': '127.0.0.1' } } } What should I type in the "name" field? Also in the Global Default Variables section, there is a "user" variable, what should I…
I have a list of ric [a, b, c, d, e] inputted using _send_market_price_request with View = the list of ric. Can I have the response back in the same order as how my input is order with a, b, c, d, e?
It looks like you're new here. Sign in or register to get started.