Dex2. Unexpected result for some RICs
I use dex2 manager in COM API to request ISIN and SEDOL fields:
Sample code:
HRESULT l_hr = m_RData->put_InstrumentIDList(CComVariant(a_InstrumentIDList));
if (l_hr == S_OK)
{
l_hr = m_RData->put_FieldList(CComVariant(a_FieldList));
if (l_hr == S_OK)
{
l_hr = m_RData->put_RequestParam(CComVariant(a_RequestParam));
if (l_hr == S_OK)
{
l_hr = m_RData->put_DisplayParam(CComVariant(a_DisplayParam));
}
else
{
wstring w_request(a_RequestParam);
string error("[EikonComDex2] Couldn't set the RequestParam: " +
string(w_request.begin(), w_request.end()));
m_logger->Log(error, DCLogger::DC_LOG_LEVEL_ERROR);
DataCollectorHelper::CoutLog(error, DC_RED);
}
}
else
{
wstring w_fields(a_FieldList);
string error("[EikonComDex2] Couldn't set the FieldList: " +
string(w_fields.begin(), w_fields.end()));
m_logger->Log(error, DCLogger::DC_LOG_LEVEL_ERROR);
DataCollectorHelper::CoutLog(error, DC_RED);
}
}
a_InstrumentIDList : 1 RIC or comma separated RICs
a_FieldList : "TR.ISIN,TR.SEDOL"
a_DisplayParam: "RH:In"
If instrument list is "FROG.OQ", I receive:
'FROG.OQ','IL0011684185','BMX6JW3'
If instrument list is ",FROG.OQ" , I receive:
'FROG.OQ',IL0011684185,'BMX6JW3'
'FROG.OQ','null','BMX6JW3'
If instrument list is ",,,FROG.OQ" , I receive:
RIC field is invalid
RIC field is invalid
'FROG.OQ',IL0011684185,'BMX6JW3'
'FROG.OQ','null','BMX6JW3'
This is reproducible. Could you check if this is a bug?
Second case:
If instrument list is "ACET.OQ", I receive:
'ACET.OQ','US0070021086','BMC5RV6'
'ACET.OQ','US0070021086',null
Thanks
Best Answer
-
I do reproduce the second issue (with ACET.OQ), and I raised case 09179007 for it with Refinitiv Helpdesk.
I'm afraid I do not reproduce the issue with ",FROG.OQ" or ",,,FROG.OQ". With these inputs I get empty rows returned for empty symbols in the input and a single row for FROG.OQ at the end. In other words on my end the behavior is as one should expect.
0
Answers
-
You're right. FROG works as expected today.
ACET.OQ returns 2 records.
Helpdesk suggests to replace TR.ISIN with TR.ISINCode and TR.SEDOL with TR.SEDOLCode. I tried. It works as expected for that symbol. But it does not looks like a fix, more like a workaround. And unfortunately I cannot replace them without proper QA. 12000 RICs do not have this issue. And only 1 or 2 have..
0 -
The data was fixed by Helpdesk. Now it works as expected.
Thanks
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
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 249 ETA
- 554 WebSocket API
- 37 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
- 275 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
- 643 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
- 26 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 192 TREP Infrastructure
- 228 TRKD
- 915 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
- 46 中文论坛