Replacement for RTX.AdxRtList.StartUpdates regarding Workspace upgrade

Upon checking LDL for .Net sample code, Pricing_StreamingSnapshot might be the one to replace RTX.AdxRtList.StartUpdates. However, the data was not retrived with the same field names as AdfinX. Please let us know how to find which data fields should be used. Otherwise please let us know which namespace should be used.
e.g.) RIC / Field Name:
<AU1MBA=> / "PRIMACT_1"
<IDRON=> / "SEC_ACT_1"
<KRCD=KQ> / "TRDPRC_1"
<SARON.S> / "TRDPRC_1"
Thanks in advance
Best Answers
-
Thank you for reaching out to us.
I could retreive data properly by using the following code.
using var prices = Pricing.Definition("AU1MBA=","IDRON=","KRCD=KQ","SARON.S").Fields("PRIMACT_1", "SEC_ACT_1", "TRDPRC_1") .GetStream().Streaming(false) // Request snapshot only .OnStatus((item, status, s) => Console.WriteLine(status)) .OnError((item, err, s) => Console.WriteLine(err)); prices.Open();
The output is:
This could be a permission issue. You can use the delayed RICs instead ("/AU1MBA=","/IDRON=","/KRCD=KQ","/SARON.S").
Moreover, please share the full output when running the Pricing_StreamingSnapshot example.
0 -
The client asks if <HONIA= > / ”PRIMACT_1” can get the data or not. In my side, I can get the data on Access Layer, but no data on Content Layer. (I can get the data </HONIA= > / ”PRIMACT_1” instead on Content Layer. ) Please clarify if Access Layer will change <HONIA= > to </HONIA= > automatically when the permission is enough.
I also request the client to share the full output.
0
Answers
-
Thank you so much for your support. I will check it again with the client and will share the output if we have still issues.
0 -
The client can access real-time data from data feed if the client has a permission to access those RICs.
I checked the LSEG Data Library for .Net and it doesn't have an access layer.
What API is the client using?
0 -
The client is using Content Layer. They said some of RICs are fine on EIKON, but not avalivable on LDL for .Net with the same ID, so they want to know the reason. I suppose that unpermited RICs are replaced to delaied RICs automatically when RTX.AdxRtList.StartUpdates is used on EIKON, like on the access layer for Python. Please let me know if my understand is not correct.
0 -
As far as I know, LD Library itself will not replace unpermitted RICs to delayed RICs.
To check why the client can't retrieve data from LDL .NET, we need log files. For example, if it is a permission issue, the library or application will get this message when running Pricing_StreamingSnapshot.
{
"Domain": "MarketPrice",
"State": {
"Data": "Suspect",
"Stream": "Closed",
"Code": "NotEntitled",
"Text": "Access Denied: User req to PE(4948)"
},
"Type": "Status",
"ID": 2,
"Key": {
"Name": "0005.HKd",
"NameType": "Ric",
"Service": "Q"
}
}The client can add the Log.Level = NLog.LogLevel.Trace; line in the main function to enable trace log.
static void Main(string[] _) {
Log.Level = NLog.LogLevel.Trace; try {Then, RDPLog_xxx.log file will be created. We may be able to see why the application can't get data.
0 -
Thank you for your reply sooner. I will ask the client to send logs and then will go back to you if there is not permission issue.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 687 Datastream
- 1.4K DSS
- 621 Eikon COM
- 5.2K Eikon Data APIs
- 11 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 4 Trading API
- 2.9K Elektron
- 1.4K EMA
- 254 ETA
- 557 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 276 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 669 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 229 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 48 中文论坛