Any way to disable print of Refresh and Update message in the sample client app? I am using sample client from example and the following methods void AppClient::onRefreshMsg( const RefreshMsg& refreshMsg, const OmmConsumerEvent& ) void AppClient::onUpdateMsg( const UpdateMsg& updateMsg, const OmmConsumerEvent& ) Is there…
When encoding double to RsslReal, how do I make sure that the value being encoded is within limits of RWF Len? We have situations where ADH in caching blanks the value out since it is outside the RWF Len? And is there a setting in the ADH that we can use to enable caching of all lengths of values in RsslReal?
How does a UPA Feed Handler create a GroupId for a Refresh msg for TREP infrastructure?
I'm receiving StringIndexOutOfBoundsException when I do msg.encodeInit, I can debug/see the code because UPA API is obfuscated. // init message int ret = msg.encodeInit(encodeIter, 0); java.lang.StringIndexOutOfBoundsException: String index out of range: 4 at java.lang.StringLatin1.charAt(StringLatin1.java:44) ~[?:?] at…
We use UPA C API to get level 1 market data. I read the API user guide, it does not mention how to provide a server list(one is primary, another is backup) in the chnl = rsslConnect(&copts,error). However, with RFAJ, failover is simple, just config the session with multiple server addresses. Question: 1. Does UPA support…
Can multiple stream Id requesting the same data be encoded as 1 message and sent to ADH to handle fanout ?
Hi We have measured the latency of our UPA consumer application, and have noticed some unusual behaviour around the rsslRead and rsslDecode functions. Attached is a graph displaying our findings. Our measurements are showing that the first call of rsslRead takes longer than subsequent calls for message 'bursts' from the…
How can I get the Market opening/closing information of the product from the API?! and the start/end of the new trading day?! Especially during special festivals, there will be changes in the trading day / trading hours
How can we simulate receiving the RSSL_STREAM_UNSPECIFIED message? What should the client application behavior be when receiving that message? From this post, https://community.developers.refinitiv.com/questions/46630/rssl-state-message-and-how-do-we-handle-rssl-strea.html, it seems that the correct response is to…
Hello Dev team, I have a customer who is trying to switch from deployed TREP to hosted EaaS. Their UPA application gets error messages -- see email below, second bullet point. Any ideas? They also have a news app which has issues but I think may be due to missing data permissioning. THANKS Phil --- Hi Philip, I have…
It looks like you're new here. Sign in or register to get started.