Hi everyone, I would like to find more or less the same (if possible 100% equal): https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN/tree/ERT-in-Cloud but in C# so I don't need to translate it line by line. Is it possible to have a WebSocket API MRN Example in C# (NOT RDP, because RDP doesn't work…
Hi, I would like to find more or less the same (if possible 100% equal): https://github.com/Refinitiv-API-Samples/Example.WebSocketAPI.Python.MRN/tree/ERT-in-Cloud but in C++ so I don't need to translate it line by line and start this application from scratch. Is it possible to have a WebSocket API MRN Example in C++ (NOT…
Hi, Is the answer in question: https://community.developers.refinitiv.com/questions/19599/issue-while-using-dynamic-view-with-acronym.html still valid? Asking as the Websocket API is supporting both requests fid id and fid name. Is there another way to convert BID to 22 in the below sample? array.fixedWidth(2);…
Hi, we have been using EZD and MRN consumer written in C++ for years, but someone told us that this service will be closed down forever on September 2021 so we have to migrate to a new technology: Refinitiv Real Time Optimized and we'll use Websocket APIs to get the news. We already have access to Real Time Optimized trial…
We have been working to integrate Refinitiv Real Time optimized [https://github.com/Refinitiv/websocket-api/tree/master/Applications/Examples/RDP/CSharp/MarketPriceRdpGwAuthenticationExample] in our project. Our requirement is simple to get the refresh rate from the stream, we are not interested on the updates that we keep…
Hi, We have got Java SDK - Real-Time-SDK-2.0.1.L1.java I have been trying to run sample Consumer app inside, have been following https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java However, I am getting error as below ( I had to put gradle-5.4.1-bin.zip manually due to firewall, not sure below is related to that…
RIC: ESM1 (MARKET_PRICE) RIC: ESM1m (Level 2) What code to use? How to get these two RICs in parallel in one application? code: int main(int argc, char* argv[]) { EmaString configFile; if (argc == 2) configFile = argv[1]; try { AppClient client; OmmConsumer consumer(OmmConsumerConfig(configFile). username("MY_USERNAME").…
MMT_MARKET_PRICE using this domain, can I get a trade? int main(int argc, char* argv[]) { EmaString configFile; if (argc == 2) configFile = argv[1]; try { AppClient client; OmmConsumer consumer(OmmConsumerConfig(configFile). username("MY_USERNAME"). password("MY_PASSWORD"). clientId("MY_CLIENT_ID").…
RIC: ESM1 - we have CME licensing and are subscribed to Refinitiv Real-Time Managed Distribution, but we will connect in May. please make a 1 minute dump!!!!!!! of this code on this RIC or data on 3-4 updates messages. please help me! code int main(int argc, char* argv[]) { EmaString configFile; if (argc == 2) configFile =…
I notice in the latest notification spreadsheet PCN 12229 which is applicable to the Elektron SDK - C / C++ API "Visual Studio 2012 and 2013 are on extended support from Microsoft until January 2023 and April 2024 respectively, therefore it is imperative that the Refinitiv Real-time APIs move away from them. These will not…
It looks like you're new here. Sign in or register to get started.