The most recent content from our members.
Market price updates are provided for custom RICs. Each update will contain data for either the BID or the ASK field, alongside some time fields. Our consumer receives these updates correctly, two examples below, one for BID and one for ASK. However when the consumer is initially started for the same RIC, the refresh…
Please clarify with below code snippet, when the consumer stops consuming the data from ADS? The reason for this question would be, it consumes the market data continuously when I comment out the finally block below but stops consuming when there is a finally block. I understand the use of finally here but on the other…
We're trying to consume FINANCIAL_PRICES data from refinitiv SDK. While planning this, do we have an option to request for SNAPSHOT of data perhaps when the consumer has gone down and when getting back to normal? Which API provides this option to implement or request for snapshot data? What're the prerequisite…
Hello, I want to decode an exchange index , example CAC40 0#FCHI and I only want to show the stocks that are part of the index. I do not want to show the RICS: " EUR=, .DJI , /.STOXX50E,.AD.FCHI". The filtering should probably be done by RECORDTYPE. Which are the RECORDTYPES I have to select so that only the RICs that are…
Hi, I am building a Interactive Provider. In onReqMsg() call back for a MMT_MARKET_PRICE when I check that request is snapshot or streaming using reqMsg.interestAfterRefresh(), it always return true irrespective the request msg is snapshot type or streaming type. Though in xml trace I can see that STREAMING flag is not…
Hi, since I typed my quation 2 times already now and ur website decided to delete it, i won't be doing it again. Here is my original question: Hi , I have a quick question about the API. I am trying to stream the quotes from multiple instruments from multiple exchanges but recieven an error. I was wondering if there is a…
Comparing the Market depth feed and Intraday summaries feed, I have noticed that Intraday summaries will not report empty when the market is pulled right before the end of the interval. For example, in the RIC ES100R7 these were the market depth feed: ES100R7,Market Price,2017-04-11T23:09:34.885504017Z,-5,Normalized…
Hi, I have a requirement that I need to create a database of snapshot values for a list of RICs in a given interval say 15 minutes. I have the below code that runs for every 15 minutes and it did the job. OmmConsumer consumer = EmaFactory.createOmmConsumer(config); ElementList ricBatch = EmaFactory.createElementList();…
I am planning to have an open item streams that will send out updates to multiple users. Over time more users may subscribe to updates for the open item stream(s). When a new users subscribes I would like to first send them the current snapshot data at that point in time before they start to get the updates from my open…
We are new to the RDP library and try to setup a retrieval of snapshot data from Refinitiv. Currently it looks like my code is able to log on correctly - but the call to get_snapshot gives an error. Can you help us with this? Here is a short abstract of my code - showing the issue: import rf_settings as settings import…
It looks like you're new here. Sign in or register to get started.