The most recent content from our members.
what is the time zone for real time prices from ELEKTRON DD for RTO using EMA java. I am currently interested in time for TRDPRC_1, OPEN_PRC, BID, ASK. I am using TRDTIM_1, BID_TIME, ASK_TIME, OPEN_TIME corresponding to the before mentioned fields. Also, in case of BID/ASK, I might receive only a single sided quote, does…
I am using EMA 3.8.0.0. I am trying to pause my consumer for individual RIC's in a batch request but still I receive all prices. I am using Docker simulator environment in my local to simulate prices to consume. public void onUpdateMsg(UpdateMsg updateMsg, OmmConsumerEvent event) {…
We have are getting data from IDN_SELECTFEED and we have created a conflation service based from IDN_SELECTFEED called IDN_X and we have 4 ROUTES to retrieve data from IDN_SELECTFEED When RTO Route is disconnected IDN_SELECTFEED is able to seamlessly get data from other RTO Routes. However, for IDN_X it will occur: F9:…
In Real Time Optimized if latest Update Message has Only Bid and Quote Time NS then in order to create complete record of Bid and Ask for the Ric do we use the Ask from previous quote message , but in this case which time we can use from prev updtMessage /latetst updtMessage.
Hi Team, some tech questions from one of the client 1) The request for a token comes back with a field “expires_in” with value 7199, which I assume to mean 1 hour 59 minutes. Is this a meaningless parameter, as I thought this new method of authentication did not require refreshing tokens? Or do I have to acquire a new…
We have a client asking the following regarding their RTO upgrade to version 2. "With the new authentication, is it possible for us to be able to connect from a developer box, versus just the two VMs with the MachineID I had set up previously? It's very inconvenient for us to develop on our test VM as it is now being used…
i have created RTC EC2 machine and created RT-SDK machine as well and when i run the gralew application (./gradlew runConsumer100). i am getting an error as eason State: Closed/Suspect/None - text: "Request Rejected: A32: Service ELEKTRON_DD is blocked by port 14002" Capture.PNG
When selecting which type of Authentication to use for V2 within Platform Administration Application, what are the pros and cons of using Secret vs. JWT and vice versa
I’ve been able to call the V2 of Refinitiv’s Auth with the provided Test credentials. I’ve done this using Postman and our code base and we get back a Token. When we make the call to the Discover services with the new Token I get the below error in both the Postman call and our code. I currently didn’t find anything in the…
I am getting below while trying to consume OmmConsumerConfigImpl::consumerName parameter [Consumer_2] is an non-existent consumer name I am written below code to connect consumer { consumer = EmaFactory.createOmmConsumer(EmaFactory.createOmmConsumerConfig().consumerName("Consumer_2")); consumer.registerClient(…
It looks like you're new here. Sign in or register to get started.