Hi, When you start an application, say LSEG Consumer, a log file in a format emaLog_PID.log gets created in a directory where an app is running from. Is there a way to have this file created in a directory you specify or have this log written to a file you specify? Thanks Vlad.
com.refinitiv.ema.access.OmmInvalidUsageExceptionImpl: Failed to open or modify item request. Reason: ReactorChannel is not available. May I know the possible cause, that is, the meaning of the exception and in which condition, that exception will be raised? And additional the recipe. The code line is just a RIC…
Hi, I am writing in JAVA. I am trying to get FX prices with forward points or spot reference. I am wondering how do i subscribe and how does the message schema looks like? Which field should i put the RIC code in ? name ? Is there any sample messages other than those in the test cases ? i have looked through…
Hi, We are seeing empty refresh messages in our application. When we try to subscribe on certain RIC (isolated) we see the refresh message. For example : LAST TRADED PRICE : 1793.5 TRADE DATE : 15-4-2025 LAST TRADED PRICE TIME : 6:30:0 BID : 1790 ASK : 1794.5 BID SIZE : 2500 ASK SIZE : 100 EXCHANGE TIME : 6:30:0 CLOSE…
We are using Real-Time Direct solution with C# SDK. We recently noticed a behavior of RefreshMsg. Basically, our previous understanding is that RefreshMsg is sent only once, when our program starts. This is the same as the document says: " Use of non-administrative domains generally follows a specific sequence: • The…
Raisd on behalf of client I am testing according to lseg C++ NIProvider tutorial. I am testing on internal service “DTS_KL” of internal ric “USDFON=MBBGM”, the codes are like the following. OmmProvider provider(OmmNiProviderConfig("c:\\temp\\process\\x64\\EMAConfig.xml").username("drdwhw")); UInt64 serviceId = 1000; UInt64…
below is the example of value I am passing and what it is getting published. Value passed :- nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(22, 5.0, OmmReal.MagnitudeType.EXPONENT_POS_1)); nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(25, 4.9, OmmReal.MagnitudeType.EXPONENT_POS_1));…
Hello team I am using EMA OMMConsumer off-Stream code to publish data. I want to publish the date in the format of "DD MM YYYY" can anyone please help me out in the same. As we use below for Double fields same way needed for date fields. nestedFieldList.add(EmaFactory.createFieldEntry().realFromDouble(Fid, getBid(),…
Hello, We're receiving the above noted messages via OmmInvalidUsageException thrown when processing rmtes fields on some of the RICs in Market Price domain. The code in question is as follows: … auto [item, _] = m_rmtes_values.try_emplace(field.getFieldId()); // Create new RmtesBuffer or return the existing, for a given…
When I am trying to publish Data using the postMsg method getting below error Failed to submit PostMsg on item stream. Reason: ReactorReturnCodes.INVALID_USAGE. Error text: Cannot submit PostMsg when stream not in open state. Code snippet using as below OmmConsumer consumer = null; AppClient appClient = new AppClient();…
It looks like you're new here. Sign in or register to get started.