Hi Team, Client said the default UPDATE message with EMA only include updated fields. Client is asking is it possible to get all fields with UPDATE message, like RFA? Thanks
I’ve changed it to: <Channel> <Name value="Channel_1"/> <ChannelType value="ChannelType::RSSL_ENCRYPTED"/> <Host value="contrib1-emea1.platform.refinitiv.com"/> <Port value="443"/> <EncryptedProtocolType value="EncryptedProtocolType::RSSL_SOCKET"/> </Channel> </ChannelList> And still get the original error (I tried 5…
EMA 3.6.3.1 Java We receive negative values for Some Rics through EMA API. We check with the Speed Guide Tool. We receive also the same negative values with this tool. Can you check please an feedback ? IDRicNameBidPriceAskPriceLastPriceQuoteTimeNanos2043208/TESXH4-314 Jun 30 2023 03:03:07:024PM1980115/TESXH4-314 Jun 30…
I use RTSDK C++ 2.1.1.L1 I need some help with this simple program. The program is based on the 112_MP_TunnelingConnection sample. See below: void AppClient::onRefreshMsg( const RefreshMsg& refreshMsg, const OmmConsumerEvent& ) { cout << refreshMsg << endl; // defaults to refreshMsg.toString() } void…
We have tried to deploy the EMA C++ Provider/Consumer on some RHEL 8.7 servers, with EMA version 3.6.5, and we got the following error on client side: loggerMsg TimeStamp: 20:04:36.916 ClientName: ChannelCallbackClient Severity: Success Text: Received ChannelUp event on channel Channel_1 Instance Name Consumer_1_1…
Is there a way to configure EMA so that it can failover between two ADSs, one with Encryption Enabled and One with Encryption Disabled?
We've recently started using ViewPayload in RT-SDK EMA (version 3.7.0.0 and 3.6.1.2 on Linux) to limit the number of fields that we receive in two of our applications. This works ok for receiving the data but unfortunately for reissue and during unregistration we are seeing issues in the API the end up with exceptions. It…
I'm encoding my payload into a OMM Message. The old RFA had a utility function in the `OMMEncoder` class, where one could pass a value as `String` and an `OMMType`: String fvalue = field.getValue(); FidDef fidDef = fieldDict.getFidDef(fname); encoder.encodeString(fvalue, fidDef.getOMMType()); The encoder encoded the string…
we are using Jenkins pipeline to create docker image but we are getting below error while building Real-time-SDK on docker Image. docker image :gradle:7.3.3-jdk17-alpine 11:49:25 #25 37.69 * What went wrong: 11:49:25 #25 37.69 A problem occurred evaluating project ':Java'. 11:49:25 #25 37.70 > Could not find method…
I have implemented an EMA provider to source the data to different downstream applications, and I want to implement an authentication or entitlement management feature such that the access control policy can be enforced to the connected users. One of the potential use cases is that only some host/users can connect to the…
It looks like you're new here. Sign in or register to get started.