Reuter MArket Data Integration

Hello,
We are looking for Reuter Market data integration in our application. For the same we are using below details,

RMDS Server IP TREP:
port:
DACS ID:
servicename : IDN_RDF.

Below is my requirement,

I have multiple Reuter code with me along with the FIDS’s. On the start of the day, I want to subscribe for all these Reuter code once. Post subscription, I want market data continuously for all the fields for all Reuter codes for which I have done the subscription.

So Which sample is better to use "StarterConsumer" OR "StarterConsumer_BatchView" . Please suggest.

Tagged:

Best Answer

  • warat.boonyanit
    Answer ✓

    Hi @vaibhav.korade

    I would suggest you take a look at StarterConsumer example first.

    Both examples can subscribe for multiple Reuters code and will continue consuming. However, StarterConsumer_BatchView example us an advance feature called view request which let you received only the FIDs you specified but it require additional license on your TREP server.

    With "StarterConsumer", you will received all the FIDs available which you can then filter for the FIDs you are interest in.