...Name("DIRECT_FEED").name("IBM.N"), appClient);
@Wasin Waeosri/@steven.peng
Hi @Chaitanya.Vishnubhotla
EMA Java requires the service name and item name (RIC) for that statement. What is the data or content that you are looking for?
Alternatively, you can contact your MDS team and/or Thomson Reuters representatives to find the service name and item name that match your requirement. Based on the code
consumer.registerClient(reqMsg.serviceName("DIRECT_FEED").name("IBM.N"), appClient);
the EMA Java's ReqMsg object needs two parameters for sending a subscribe request message to ADS server
Hi @Wasin Waeosri
I am running example100__MarketPrice__Streaming.Consumer.java programMy host:port is 10.72.78.42:14002 and dacs userid is 721002 as per MDS team
I have got the inputs from BFI provider as service name = IDN_RDF and name = 586364OTC (Reuter identifier code RIC).But when I input the details in above code snippet, I got below error.
StatusMsg
streamId="5"
domain="MarketPrice Domain"
state="Closed / Suspect / Not found / 'The record could not be found'"
name="586364OTC"
nameType="1"
serviceId="256"
serviceName="IDN_RDF"
StatusMsgEnd
Request you to plz tell me where I am going wrong.
Also for other Item name {name= HLF.TO}, I got the below response
state="Closed / Suspect / Not entitled / 'Record not service permissioned'"
name="HLF.TO"
Plz guide me in right direction
Hello @Chaitanya.Vishnubhotla
I suggest you contact Thomson Reuters representatives to verify your permission and the RIC name that match your requirement.
While you are waiting to clarify what ric code to be used.
You can try FX rics just to see if your connection is working fine.
You can try "JPY=" or "EUR=" or "GBP=" as for example.
Hi @wasin.w
in the code line below
consumer.registerClient(reqMsg.serviceName("IDN_RDF").name("/AAV.TO").interestAfterRefresh(false), appClient);
We are passing the Reuter Identification Code (RIC) as name parameter = "/AAV.TO".But we have different Provider's providing the Identification code in different format like
CUSIP, Sedol & ISIN apart from RIC, request you to please let us know , how we can pass these values as parameters in the above code segment to get the prices snapshot
@Chaitanya.Vishnubhotla
ERT feed or IDN_RDF feed does not support other identifiers such as ISIN, CUSIP, etc...