The most recent content from our members.
Hi, I was using VAConsumer app to access the streaming data for USFOMC=ECI Yesterday at 11:30 UTC. The data released at expected time but it didn't got updated in the CMD under the field it supposed to (ECON_ACT). The data was updated on Eikon terminal though. Can you please help me with what I might be doing wrong. I've…
Hi, I was trying to close event stream as explained in the tutorial https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/refinitiv-websocket-api/tutorials#closing-event-streams Request {"ID":[1,2],"Type":"Close"} 1 = Login 2 = Request Data But I was getting the following error. Response [{ "Type":…
I viewed this question about stream id per ric vs batches to get an idea of how to approach this. I'm running into issues when I send multiple requests for stream (as opposed to Non-Streaming) data. When I send 4 separate requests to receive streaming data for some RICS. I only get streams for 2. I don't receive any…
After subscribing to a RIC with a certain "Stream Id" I'm finding lingering updates after issuing a RSSL_MC_CLOSE (w/ RSSL_CLMF_ACK). I then wait for the RSSL_CLMF_ACK followed by a subscription to a different RIC with same "Stream Id". When can I re-use the same "Stream Id"? Summarizing 1. Subscribe to RIC w/ stream id =…
During the testing of my new non-interactive code, EMA reports error “Attempt to submit( const UpdateMsg& ) using a registered handle” To illustrate my usecase, I instructed application to: (1) create record RIC (2) create record RIC1 (3) update RIC (4) update RIC1 (5) drop RIC (6) create RIC2 (7) create RIC3 (8) update…
Is there a way to pass a specific streamId when encoding a message. In the example we have this: for(i = 0; i < itemCount_; i++) { itemName.data = marketPriceItemInfoList_[i].itemname; itemName.length = marketPriceItemInfoList_[i].nameLength; marketPriceItemInfoList_[i].streamId = ++streamId; if((ret =…
I have been looking for information about UPA provider stream limitation, but didn’t find it anywhere. Could you help? We’re running a consumer application that subscribes each RIC we’re interested on a stream from the provider. I’m wondering, what is the limitation of stream numbers that a provider can accept from one…
...essage updates I am using UPA libs for FeedSim. Facing issues while communicating RSSL_MC_UPDATE message to subscribed clients. I checked sample applications and started debugging rsslVAProvider and rsslWatchlistConsumer applications to understand messages/ communications sent to and fro e.g. RSSL_MC_UPDATE/…
It looks like you're new here. Sign in or register to get started.