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, I'm using RCC on a java source code using spring boot microservice. the version of framework is : com.refinitiv.ema 3.6.7.3 I am using 2 java threads to handle Connexion and contribution. i have two questions plz : 1- How can i check if the contribution is done or not (to return a response with rest api). 2- How to…
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?
It looks like you're new here. Sign in or register to get started.