We have been trying to get real time market feed through the following tutorials:
Download Center > Product Family > mds api > LSEG Real-Time SDK
and using the following JAVA example codes
https://github.com/LSEG-API-Samples/Article.EMA.Java.ConsumerRto.V2Auth.ClientCredentials
Since we are under an organization, a proxy setting is required for outside connections. So we went through the example code and found that there is an option to configure proxy.
Under ConsumerRto class > main() , there an options.proxy() method is available but we do not know how to configure it properly. Is this the correct way to configure proxy? Can somebody guide us through this? Could you give us an example of how to configure proxy?