-
DACS RFA OpenAPI AuthorizationSystem Does not fall back to next connection in List
I am setting up fallback logic for a DACS Open API system using a comma separated list for the "dacs.daemon" AuthorizationSystem property. When there is no network connection to the first item in the list, this works as expected and makes a connection to the second item. However when the first item in the list returns a…
-
Access Denied: already using position - Unable to Re-login with Dacs User from Different IP (No s...
...imultaneous logins) Hello, We are using the RFA 8.2 C++ API to consume market data and open dacs version dacs7.8.0.F1. I have a DACS user, "DacsUser1." I successfully logged in with this user from the IP address 10.27.5.186, then logged out. However, when I try to log in again with "DacsUser1" from a different IP…
-
OpenDacs example Call
Hi, Do you have an example call method to show how users call into the OpenDacs API to check permissions for a live RIC price? We are trying to establish if the user submits the RIC then OpenDacs then checks their permissions under the respective PDP code. Thanks, Eleanor
-
How is the completion event different than status message indicating event stream is closed
Hello, we use RFA 8.2 C++ api to consume Level1 and Level2 market data with Open DACS integrated. We want to ensure that DACS check fail for symbols for which api will never give any data in the future. It could be because symbol is bad .. etc. We plan to handle this using status message indicating event stream is closed…
-
Open DACS behavior when number of simultaneous login
I have a user logged in with position `X` and number of simultaneous login allowed is set to `1`. What happens in following cases --> 1. Same user tries to login again with same position 2. Same user tries to login with different position . Will new login be blocked or old user will be automatically logged out?
-
How can i view a full list of RICS under PDP codes?
I want to map users to correct PDP codes via permitted exchanges. I need access to PDP data
-
Which PDP Code(s) for these RICS?
Hi, is there a tool to tell me which PDP codes are available for the below RICS? Thanks Security TypePostfixBrokerExampleForwards=TDRLTraditionBHD1M=TRDLForwards=ICAPICAPEUR1YE=ICAPOIS=BGCPBGCIN1YNDOIS=BGCPInflation Swap=TTKLTullett PrebonAUD1Y=TTKLForwards=CCMGClark Capital Management…
-
Best DACS library for dotnet core
Hi, I am currently using RTDS (LSEG.Ema.Core 3.2.0.1) in a C# project (targeting framework net6.0) to subscribe to a stream of quotes. I would now like to incorporate DACS to the above project to control permissions. The documentation seems to suggest there is a .NET DACS library which I haven't been able to find. I did…
-
OpenDACS API - Allways ACCESS_ALLOWED
We are trying to use the Java DACS Open API, and are following the tutorial set down. From tutorial 5 we are generating a dacs lock via the PE codes available to the dacsId requested for via public List<String> getUserSubServiceList(Handle dacsHandle) throws InterruptedException { while (!statusMap.containsKey(dacsHandle))…
-
Open-DACS publisher for test
Hello, some times we need to test some Open-DACS related functionality. It's super easy if we can carry out these tests without actual Open-DACS connection. Is there any such demo Open-DACS publisher? To provide more context --> in RFA api, there is StarterProvider sample applications which I can use to connect and test my…
-
Permission codes for Level1 and Level2
Hello, we use RFA 8.2 C++ api to consume Level1 and Level2 market data from TREP. Is it always true that if user is DACS entitled for level1 data from certain exchange then he will also be entitled for Level2 data? In other words is it possible to control level1 and Level2 entitlements separately with DACS. I am asking…
-
HttpClient ODPS connection based on json response like success how to integrate with ThomsonReute...
...rs RFA How to connect HttpClient class of opendac like below class to RFA API class public class HttpClient { public static void Main(string[] args) { string url = ""; while (true) { string curLine = ""; string urlError = "Please enter a valid URL"; Console.Write("Enter ODPS URL > "); try { curLine =…
-
CAn we create a bulk users in
Can we create a bulk users in the Open DACS
-
RFA API for JAVA 21
Hello, Is there a plan to supports, or is there already a RFA API version that supports java 21 ? Thanks
-
Open dacs daemon connection is stuck in CONNECTION_PENDING state
Hi Team, Open DACS is not working across rfa v8.2.3 / v8.2.4 jar when run across jre17 (eg. v17.0.9). The daemon connection is stuck in CONNECTION_PENDING state which results in an endless loop of checking daemon state. The DacsSubscribeClient given in portal itself is not working and is stuck in the while loop of…