-
Empty refresh EMA message when subscribing to more than 50K Rics?
Hi, We are seeing empty refresh messages in our application. When we try to subscribe on certain RIC (isolated) we see the refresh message. For example : LAST TRADED PRICE : 1793.5 TRADE DATE : 15-4-2025 LAST TRADED PRICE TIME : 6:30:0 BID : 1790 ASK : 1794.5 BID SIZE : 2500 ASK SIZE : 100 EXCHANGE TIME : 6:30:0 CLOSE…
-
RFA8 consumer initial refresh does not send all fields
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…
-
Receiving two refreshes for symbol list with complete flag set to true
Receiving two refreshes for symbol list with complete flag set to true For example if we have 19022 instruments, first received 19022 (in multiple messages and one complete) and then 22 (in a message and one complete) On arrival of refresh message , we are clearing cache and adding new symbols The problem in on arrival of…
-
Status messages Documentation
Hello Team, Can I have a documentation on different status messages ? Example of the messages: StatusMsg streamId="5" domain="MarketPrice Domain" state="Open / Suspect / None / 'Service not available'" name="IBM.N" serviceName="DIRECT_FEED" StatusMsgEnd StatusMsg streamId="1" domain="Login Domain" state="Closed / Suspect /…
-
Message Type Attributes Provided
Hi, using Real-Time Optimized via EMA to retrieve delayed pricing for a universe of instruments. As part of the response does the service provide access to other message types - for example i see "refresh" when instruments receive a new price update but can you also identify other message types/updates such as when a…
-
Field length different between image data and update data
Hi folks, I am using rfa8.1.0 C++ for encoding a field of RMTES_STRING with length of 255. The length of this field with RespMsg::RefreshEnum (image data) is corresponding to 256 while with RespMsg::UpdateEnum this field can be sent with a length much more longer (1500). Is there any explanation for this behavior ? Thanks,
-
Not receiving update messages after refresh message
When I make a request, I receive only one Refresh message back and a update message comes with a 20 minute delay? Any thoughts?
-
How can I post RefreshMsgs instead of UpdateMsgs
I have this code for posting contributions, which is working correctly to contribute updates to our items. (I have ommited the serviceName and RIC names) // create an update message for our item UpdateMsg nestedUpdateMsg = EmaFactory.createUpdateMsg() .streamId(_postID) .payload(fieldList); // create a post message, and…
-
ETA Java Sample com.thomsonreuters.upa.examples.niprovider. Fail to set the Refresh message flag
We make use of the NIP sample package which support MarketPrice and MarketByOrder NIP Publishing. We have added a customized model - 128. However, we can't set the message flag to show "REFRESH_COMPLETE" even we already follow the other domain: public void applyRefreshComplete() { flags |=…
-
How do I request a RefreshMsg on an open stream?
I'm using ema-3.4.0.1.jar from Maven. I want to get a RefreshMsg periodically on a stream. According to https://community.developers.refinitiv.com/questions/55283/getting-an-ad-hoc-refreshmsg-while-stream-is-open.html , one solution is use reissue(), I tried it, but I didn't get a RefreshMsg after calling that function…
-
RFA Java API Data Problem
I am using the RFA Java API. I'm trying to get the following RIC information every 3 minutes. Sometimes this information is full and sometimes only a few of them come. From the logs I see an expression like "Message type: MsgType.REFRESH_RESP" . After every RIC information. Below I send RIC and used field information. Best…
-
How to handle prices that are added in an updateMsg after first added in a refreshMsg?
I am requesting market by price data for Tokyo Stock Exchange. At startup I get a refresh message with a lot of prices added. But if we start up the service before market opens, then after the refresh is complete a lot of prices are added by update messages which were already added in the refresh message. For example, in…
-
F43: Cannot post solicited refresh to cache
Hello, I'm getting the following error after an upgrade to TREP 2.6.10. F43: Cannot post solicited refresh to cache I'm using rfa7.2.1.L1.solaris.rrg C++. I can't find any reference to this error in the dev website. The service getting the error receives it on the image but does not create the record until a subsequent…