I am trying to run \websocket-api-master\Applications\Examples\java\MarketPrice.java to connect to Refinitiv Real-Time Optimized
I set the parameters:
hostname = "apac-1.pricing.streaming.edp.thomsonreuters.com";
port = "443";
user = "GE-XXXXXXX";
I don't see option to enter password/client ID/set authentication. And as a result, when I run I get stuck at (below is the first line). How should I run this?
The example you are testing is for using with deployed TREP/Websocket on local ADS server.
Please use the example under folder RDP instead.
\websocket-api\Applications\Examples\RDP\java
Please find the description of the java examples from the README.md file provided under the RDP\java folder.