-
Stale items on ADH, but item is updating in Source application
Stale items on ADH, but item is updating in Source application. Our ADH is cached and we this behavior for some items they go stale but when we try to subacribe to the Source application we can see updates. Once we close the item or clear the item for cache using adhmon, it starts updating. What are the possible causes for…
-
OpenDACS Authorization Caching
Hello, I'm using OpenDACS for end-user authentication and permissions check with CBE. Our application restarts everyday, and we are considering caching the result of the permissions check made when the user logged in. So when we check the permissions of the user everytime we need to refresh the live data, we don't call the…
-
RTC - NIP
Hi, I configured RTC for a posting cache and NIProvider service as described below !!! RSSL *rtc*enableRsslServer : True *rtc*rsslServerPort : 14005 !!! Non-interactive Cache for posting *rtc*cacheServiceList : <source> *rtc*<source>*cacheLocation : srcApp *rtc*<source>*cacheType : sourceDriven and then try to publish with…
-
Connect to RTC Caching.
How do I connect and use RTC Cache in-case I will have to retrieve previous 5 minutes flow data, on any failure of pods/Application.
-
What is the min/max numerical values and exponents I can submit in a REAL64 that will be successf...
...ully cached in ADH/ADS? I have a Non-Interactive Provider submitting live updates to our corporate RMDS infrastructure. These live updates are deltas and we rely on the ADH/ADS cache to supply the complete image when a consumer requests the instruments. This is fine but in some cases then the values exceed certain…
-
CacheEvent - purpose of Action == 'Delete' or 'Release'?
I'm using the CacheControl object in the REDI API to subscribe to trade events. There are 5 documented values of the "Action" parameter: My question is: What is the purpose of the 'Delete' and the 'Release' actions? Why would I want to delete an order from the trade history? I can look at OrdStat to get the status of the…
-
How to get rediorderid in Python?
Firstly, I want to get RediOrderID from my Python. After i run the script of ordersending as : msg = win32com.client.VARIANT(win32com.client.pythoncom.VT_BYREF | win32com.client.pythoncom.VT_VARIANT, None) res = o.Submit(msg) The returned result as res have value only "True" or "False" but i expect to get OrderID. Then i…
-
REDI CacheControl: "Date" field
I'm developing a C# app to work with the REDI API. It uses the CacheControl object to subscribe to CacheEvents, and I've used your example as a starting point: https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/tree/master/REDIConsoleOrders One of the data fields in each CacheEvent is called "Date". My…
-
What does Action==7 mean
Hi, I'm developing a C# app to work with the REDI API, and I've used your example as a starting point: https://github.com/Refinitiv-API-Samples/Example.REDI.CSharp.Examples/tree/master/REDIConsoleOrders When I monitor the CacheControl events that are triggered, I see numerous events with Action == 7: But this is…
-
Any bug or caching issue with this RIC: TEPRF.PA
The below are the results of the same RIC record, while the first one is retrieved via Open PermID Python API , and the other one is from Open PermID online query tools. I think this might be bug or some kinds of caching issue, since one show "TEPRE.PA" (correct one) and the other show "ROCH.PA"...
-
REDI CacheControl Cell Names List
Hello! I am using the C# example programs (REDIConsoleOrders from Github) as a template, and I am trying to subscribe to all system behavior for a group a traders. That is working as expected. I am, however, confused about the names used to denote the "cells" available when calling CacheControl.GetCell. I have written a…
-
C# Sample L1 app - Are multiple CacheControls required?
I was just looking at the L1 sample app trying to figure out why my app can get Positions and Orders fine, but not L1 quotes.. I've noticed a few things which seem odd in the sample, could someone please help? 1. There are multiple CacheControl objects being created (6 to be specific), is this necessary? Couldn't one cache…
-
[EMA C++] DoNotCache and ClearCache in RefreshMessage from the point of view of Consumer Application
What is it the right behaviour from the point of view of a Consumer Application that receive refreshMessages and read parameter DoNotCache and ClearCache. Which action a Consumer Application need to do in those cases?
-
Reset authorized RIC list
I accidentally used some ric’s I don’t need in my request. And now they are in my authorized ric list so it affects my cache quota limit. Is there any way to reset this list?
-
.Subscribe Method with Cache
Hello, when I call the Dex2 API from VBA with the .Subscribe method I can specify if it should use the cache or not (.Subscribe True or .Subscribe False). Can anyone elaborate a bit on how the cache works? Where is it stored exactly? How big can it get? How long is it kept? Is it stored per Instrument or per every single…