Hi Team,
We have been working on a project to replace legacy Reuters excel-based contribution spread sheets within our organization. So far, we've had some decent success with using the C# RFA API to build these replacement contribution applications.
For example, we were able to use the "StarterConsumer_Post" example, as our base in order to develop an application that posts contributions to our page setup on Reuters. The connection details for our TREP environment was obtained directly from within the RtContribute formula in the existing excel spreadsheet. And those details used were fairly easy to understand (eg. service_name="DCS_MARKETLINK" etc.)
However, we now need to replace a spreadsheet that looks a little something like this:
To a Page (RIC) on Reuters Eikon, that looks something like this:
Somethings we've tried so far (with no luck):
- Modify the "StarterConsumer_Post" example again so that it only publishes data to FID 356 & 970
- Change the service name from "TRC" to "DCS_MARKETLINK"
Also, if possible could I get some clarification on the following:
- Why is "TRC" being used as the service name? All other RtContribute functions on the excel spreadsheets use the "DCS_MARKETLINK" service instead.
- I've read through the "Contributing your data to Refinitiv" article, and I'm still not completely sure if we have TRCC enabled on our TREP server. How do I check? And would we need this enabled before we can make contributions to the RIC codes above?
Any help/advice/guidance would be super appreciated!