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…
Refinitiv Real-Time feed For example, I receive data in real time and build 1 minute bars in my application. For some reason, there is a 15 minute disconnect. Reconnecting, what is the fastest way for me to get lost 15 minutes? You have to wait 2 hours in TRTH, will there be historical data for these 15 minutes or is there…
RIC: ESH1m (Raw Legacy Market Depth) - 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;…
We have a contract including "Refinitiv Real-Time Managed Distribution-Pricing Streaming ERI FUT FRONT Office " we will connect in April-May Since now we do not have real-time, please help with the questions of interest to us on the code. 1. RIC: ESH1m (Raw Legacy Market Depth) - does this code work for this RIC? what…
In history I get Raw Legacy Market Depth code var extractionResult = ExtractionsContext.ExtractRaw( new TickHistoryMarketDepthExtractionRequest { Condition = new TickHistoryMarketDepthCondition { ReportDateRangeType = ReportDateRangeType.Range, QueryStartDate = startDate, //new DateTimeOffset(2016, 07, 25, 20, 0, 0,…
Given an equity RIC, e.g. 8411.T, 0001.HK, how should my logic determine the RIC name for the respective market by price information? Is there a table of exchanges which indicates adding "D" as prefix or adding "d" as suffix to the main RIC to get the level 2 RIC? But that would be a static table. Should I refer one of the…
Hi, We are moving our Elektron client to be connected via LPC instead of EZD. After installation process done it seems there is some issue with dictionary as I see this in the log: <lpc.snkRsslServer.14002: Info: Sun Feb 28 16:27:25.339007 2021> Ready for RSSL user connections. <END> <AZ-LPC01-STG.1.lpc: Info: Sun Feb 28…
Hey all, Today we have integration with Reuters Elektron (EZD 1.3) We are receiving quotes changes. Is it possible that two different application (two subscribers) will subscribe to the same Reuters event inventory? Meaning they will share the load of Reuters event's and we will be able to scale as much as we want we are…
It looks like you're new here. Sign in or register to get started.