Best Of
-
Re: How can I use C# APIs to convert SEDOLs into RICs?
Hi @"danieluphromes" , The RDP library uses ‘https://api.refinitiv.com/discovery/search/v1/lookup’ and not the Symbology endpoint. This is the request message it uses: { "View": &…0 -
Re: Eikon Proxy Issue
@"marketintelligence" It could be a problem in httpx 0.20.0. Referring to the changelog of httpx 0.20.0, the send method no longer accepts the timeout parameter. However, it seems that Eiko…0 -
Re: How to specify an alternative ADS server and other sources of data (DDS or KRS) from perl websock...
Hello @"ofer", The websockets is a protocol specification and hence, all the management like handshake, session, failover etc is the application's responsibility. Please see this Python sam…0 -
Re: Build EMA 2.0.3.L2 with Visual Studio 2019
@"Tony Marshall" Please add -DRTSDK_OPT_BUILD_ETA_EMA_LIBRARIES=ON and -DBUILD_EMA_LIBRARY=ON. With these options, you see the libema and librssl projects in the rtsdk solution file.0 -
Re: Max limit for post id in contribution of message directly contributing to RCC using python websoc...
Hello @"amit.gupta" According to the WebSocket API specification (GitHub and Developer Community pages), the PostID attribute type is an integer, so the maximum value is the max integer. Ho…0 -
Re: What are the proxy supported with RFA API ?
@Henri.GARDON I think you have to distinguish between when using a http/https connection to connect to the server (tunnelingType = http/https) and using a plain-vanilla socket connection to connect t…0 -
Re: Scrolling news in Excel?
There is no way to use this spreadsheet in 64-bit Excel. No way at all.0 -
Re: AUD3Y=.ASK missing on some days but BID is present
OK, so what we have found is that the content varies depending on what the contributers does, so the code needs to handle python None, "N/A" and not being supplied at all.0 -
Re: 505 status returned from Media check result API
Hi @"ashok01" We believe there is a pattern to these errors, they occur when you try to retrieve the media check results via the /mediacheck/results endpoint immediately after case creation…0 -
Re: Eikon software registration key
Hello @"creymann", The Eikon desktop is a generic binary which uses user's credentials to sign-in. There are not company specific registration keys embedded in the binary.0