Beginner Question Access RDP - using java

I am currently working on a project that involves downloading data from RDP. While I have gone through the documentation provided on your website (also, here ) on how to authenticate, I have some open questions about connectivity like- 1. Should we be using RDP version 2 authentication or v1 ? 2. In order to stream FMRD MarketEvents and MAS data, Is this the correct example to look at in RealTimeSDK - ex450_MP_QueryServiceDiscovery, If so, what would the values for client ID and client secret.

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    Hi @mbrown01,

    Streaming data has a different meaning for us in the Market Data business. Looks like you are interested in the RDP bulk file downloads, and the RTSDK is not relevant here.

    Have you received an ID and a client secret from Refinitiv, or did you receive an ID and were asked to create a password in the welcome email. You will have to use v2 for former and v1 authentication for the latter.

    You can see this article on how to get a token in Java.

    This article describes the v2 authentication.

Answers