-
In EMA API batch request how can we obtain separate handle and closure objects for each element?
In this example ex370_MP_Batch, how can we obtain handle and closure object for each of the elements which are a part of the array? public class Consumer { public static void main(String[] args) { OmmConsumer consumer = null; try { AppClient appClient = new AppClient(); consumer =…
-
stream managment for real time pricing using refinitive websocket elektron api
Hi , i am trying to get real time prices using websockets and RTDS. my login gets smooth but when i send the request registering my Rics , it closes the stream immediately and start sending me prices on another stream. its not a problem as sch but how would i know which ID to set for new incoming tickers Batch request . is…
-
I get an error :"A20: Aggregate item limit exceeded." after i submit multiple batch requests usin...
...g RFA 8.0 C++ API. There are 57 batches and exh batch contains no more than 250 symbols. I submit the batch requests one after another and i start receving the real time data snapshots. But i only receive data for first few batches and for remaining i get the error : "A20: Aggregate item limit exceeded."
-
Issue in downloading txt files in batch
I can't download txt files batch from 01/01/2002 to 01/01/2023, even after downloading Batch/Print App. Message will appear as "To Print/Save documents from the search grid, Batch Print/Save App must be installed. Installation is a onetime requirement for the use of this functionality from the search results grid.…
-
Refinitive World-Check - bulk/batch archive cases via XLSX template (no api)
I'm using only the web-based Refinitiv World-check One UI, I would like to archive a couple thousand cases using only the below batch template, which I will of course populate with the relevant name/case ID's. Is this possible or would I have to sign up for API access? Furthermore, is this even possible using an API?…
-
Help with authorization for WC1 API
Hi I am quite new to WC1. I have the API key and the API secret. I am trying to use python to connect to WC1 API and automate a few things. I need some help with the authorization value in the header. I am trying to execute the below snipprt. import requests url =…
-
EMA - only partially processing batch request when using a view simultaneously
Hello, For context, I am using Kotlin, so if I specify any class names it is the Java counterpart. I have a list of RICs (2098 to be exact, which I get from iterating through the ASX equities chain) which I add to an OmmArray. I then create a view-related OmmArray with the following field IDs: 22, 25, 30, 31, 1025, 3386.…
-
EMA: unsubscribe chain RIC constituents after batch subscription
For the chain RIC constituents using batch subscriptions from time to time, if the old constituents (since the chain constituents are changing from time to time) are not unregistered via the handles, only new registering towards the new constituents are issued, will that be a problem considering the watch-list and…
-
No acknowledge status message for single item request, but works for batch request
For batch request, there will be an acknowledge status message: StatusMsg streamId="5" domain="MarketPrice Domain" state="Closed / Ok / None / 'Batch request acknowledged.'" StatusMsgEnd However, for the normal single item request, there will be no such acknowledge status message. Is that the case? and the reason? or some…
-
EMA unsubscribe a single RIC after batch subscription thousands of RICs
A quick question, may I know how to unsubscribe a single RIC (or just several RICs) after batch subscription for thousands of RICs via EMA? on the basis that NOT initializing the consumer client. Thanks.
-
RDATA batch request with individual Sdate parameters
Hi, in an RData request for multiple RICs, is there a way to pass parameters per single RIC? I want to request Close prices for a number of RICs on a certain SDate which is different for every RIC. Can this be done in a single request? Thx Konstantin
-
'A20: Aggregate item limit exceeded.'"
I am trying to subscribe to around 1100 ric names , but i receives this error StatusMsg streamId="5" domain="MarketPrice Domain" state="Closed / Ok / None / 'Batch request acknowledged.'" StatusMsgEnd StatusMsg streamId="19" domain="MarketPrice Domain" state="Closed / Suspect / Too many items / 'A20: Aggregate item limit…
-
EMA - How do I use batch reissue and close
SupportBatchRequests is set to 7 on ADS, according to EMA Java RDM Usage Guide it supports batch reissue. I'd like to pause/resume a number of instruments using batch reissue, how do I do it? I assume batch reissue also uses OmmConsumer.reissue(ReqMsg, long) , how do I pass in multiple handles to batch reissue?…
-
streamId generated for ETA batch request
We are wondering how streamID generated when some of requested of RIC are not found/no permissioned on provider (TREP). Are the counted as one of streamID?
-
rmdstestclient max subscriptions / batch subscriptions
Hello Dev Team, What is the maximum number of subscriptions supported in rmdstestclient ? And to subscribe for 2000+ subscriptions in a file, what are the parameters required ? Thank you.