dear Developers commuinty
i'm working to migrate some Adfin RealTime functions i'm using , which are 32 bits, to .Net solution by using Refinitiv Data Library, and 'im facing issues with Retrieving data from internal feed (ATS) and contributing data.
Indeed, for services as retrieving realtime data (IDN), fundamental data, historical i use desktopsession as shown below, this don't disconnect/distrurb eikon quotes opened on the computer where i run such extraction.
but for todata from interna feed (ATS) and contribute data, i have to use Deployedsession(PlatformSession), but once i open a session using this method, all opened eikon quotes show DACS problems.
is there a way to tell to the process that Platformsession opened, as it will be running on PC with Eikon running, should not interrupt quotes and others processus runned uding eikon desktop.
i have tried DACSPosition parameter by indicating PC IpAdress where Eikon Desktop is running but without success.
many thanks for your assistance