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…
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…
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 /…
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…
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,
When I make a request, I receive only one Refresh message back and a update message comes with a 20 minute delay? Any thoughts?
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…
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 |=…
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…
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…
It looks like you're new here. Sign in or register to get started.