I'm using RTSDK EMA C++ library to post data to the RCC. For ENUM type FIDs I call the FieldList::addEnum method which takes a short int as the value. To get the int value from an ENUM string I preprocess the data with a Python program that converts enumtype.def into a nested dictionary structure that can be used to lookup…
Hi, I am using a view to limit the data I subscribe to (with interest). The initial RefreshMsg provides me with the expected data. I noticed after that the UpdateMsg would very regularly provide me with only BID and ASK many times when in fact as you can see below there is no change to the data. Why is UpdateMsg being…
...can you please check why those updates were sent? Logs: 2023-03-21 08:22:57.861 CET prd_reuters_elektron@SEB-PROD <warning>: Can't decode Status MarketPrice GBPSEK= @ 23 Exception Type='OmmInvalidUsageException', Text='Attempt to getState() while it is NOT set.', ErrorCode='-4048' 2023-03-21 08:22:57.864 CET…
When I tried the Training sample: Cons113, I got the following error: loggerMsg TimeStamp: 20:38:58.209 ClientName: ChannelCallbackClient Severity: Warning Text: Received ChannelDownReconnecting event on channel Channel_4 Instance Name Consumer_4_1 RsslReactor 0x0x274e3b0 RsslChannel 0x0x271a3c0 Error Id -1 Internal…
I have followed the steps from https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java/tutorials/ema-consumer/ema-consumer-posting-data-to-contribution-channel and now I can post data via consumer directly to Refinitiv Contribution Channel (RCC). So no questions about that. However, I need to…
How do we perform a right shutdown on our EMA customer ? * When we shutdown our EMA Customer process, do we need to use OmmConsumer.unregister() method on every stream handle that we have registered ? * Or the call to the method OmmConsumer.uninitialize() will release automatically all stream handles at both Customer and…
I have a use case were I'd like to fan out data I am getting with EMA to multiple end users (I have a license for this). What are some good ways to do this? Specifically once challenge I see is that clients streaming data will come and go and the symbols I need to stream will regularly be changing. For example Client 1 can…
Should it be possible to use reissue to change the list of symbols in a stream? For example if I initially use registerClient with TSLA and IBM but later want to add BMO, can this be done or do I need to always call registerClient to modify the symbols I am streaming?
Hi, we are using ppe.optimized-pricing-api.refinitiv.com servers for the realtime streaming and we connect using EMA. Can you indicate us which is the rate of RIC subscriptions that the server accepts per second? Can we have information about the real-time servers limits ? If the application sends 2000 RIC/second will the…
May I know the meaning of "No matching service present" and "Service for this item was lost"? And the possible condition to lead to these errors. 2023-03-15 09:53:14,663 [INFO] StatusMsg streamId="10005" domain="MarketPrice Domain" state="Open / Suspect / None / 'No matching service present.'" name="ACQR.NB"…
It looks like you're new here. Sign in or register to get started.