Thanks for the response to earlier query.
I just want to highlight my requirement clearly,
The scenario is, I want real time data of multiple securities continuously. So I will send multiple securities and their fields to Reuter on the starting of the day and I want updated data of mentioned fields on a continue basis till end of the day.
So as per the solution provided by developers community, I will send the multiple securities and fields in one single batch on the starting of the day and I want updated data of mentioned fields on a continue basis till end of the day.
Now below are my queries,
- Does “StarterConsumer_BatchView” sample will fulfil above requirement.
- Do I Need to specify starting time and End Time so that I will get updated fields data in that time window only.
- In the “StarterConsumer_BatchView.cfg”, The list of fields mentioned like “\batchItemList1_ViewFIDs = "6,11,22,25,30,31,267"”. This means we are looking for the data of these fields for the securities specified in batch 1. But what is meaning of "6,11,22,25,30,31,267". Do you have any document which specify the number and respective Field name.
- Can I send the ISINS instead of Reuter Code in batch.
- Can I send Field name instead of number like "6,11,22,25,30,31,267".
Please help us with these queries.