Real Time - Bid Size and Ask Size are found in UNSPECIFIED update(EDGESHA0205 ,EDGESHA0206)

Hi team,
when client the subscribed RIC has UNSPECIFIED and the immediately following QUOTE update at the same time, the subscribed data in [MarketPriceResponse] will be written together, The problem should be that the API can't separate UNSPECIFIED and QUOTE updates at the same time. Would you advise how to separate Unspecified and Quote?
[MarketPriceResponse] [RSSL_MC_UPDATE] [TYPE_UNSPECIFIED] [KCU4] [RSSL_DT_RMTES_STRING,ASK_TONE,c] [RSSL_DT_RMTES_STRING,ASK_TONE1,c] [RSSL_DT_REAL,COMB_ACVOL,13856] [RSSL_DT_UINT,ACVOL_UNS,13735] [RSSL_DT_REAL,ACVOL_1,13735] [RSSL_DT_UINT,STRGY_ACVL,3216] [RSSL_DT_REAL,BID,227.75] [RSSL_DT_REAL,BIDSIZE,3] [RSSL_DT_TIME,QUOTIM,17:29:50] [RSSL_DT_TIME,EXCHTIM,17:29:50] [RSSL_DT_UINT,QUOTIM_MS,62990167] [RSSL_DT_TIME,TIMACT,17:29:50] [RSSL_DT_REAL,MID_PRICE1,227.8] [RSSL_DT_TIME,QUOTIM_NS,17:29:50] [RSSL_DT_REAL,ASKSIZE,9] [RSSL_DT_REAL,ASK,227.85]
Best Answer
-
Thank you for reaching out to us.
Generally, Real-time APIs retreive real-time data from the data feed, and then send it to the application without any modifications.
[MarketPriceResponse] [RSSL_MC_UPDATE] [TYPE_UNSPECIFIED] [KCU4]
[RSSL_DT_RMTES_STRING,ASK_TONE,c]
[RSSL_DT_RMTES_STRING,ASK_TONE1,c]
[RSSL_DT_REAL,COMB_ACVOL,13856]
[RSSL_DT_UINT,ACVOL_UNS,13735]
[RSSL_DT_REAL,ACVOL_1,13735]
[RSSL_DT_UINT,STRGY_ACVL,3216]
[RSSL_DT_REAL,BID,227.75]
[RSSL_DT_REAL,BIDSIZE,3]
[RSSL_DT_TIME,QUOTIM,17:29:50]
[RSSL_DT_TIME,EXCHTIM,17:29:50]
[RSSL_DT_UINT,QUOTIM_MS,62990167]
[RSSL_DT_TIME,TIMACT,17:29:50]
[RSSL_DT_REAL,MID_PRICE1,227.8]
[RSSL_DT_TIME,QUOTIM_NS,17:29:50]
[RSSL_DT_REAL,ASKSIZE,9]
[RSSL_DT_REAL,ASK,227.85]According to the log, the appication retrieved the quote data in the unspecified message type. I checked the data from Tick History and found this this update is merged from the following three update messages.
KCU4,Market Price,2024-06-28T17:29:50.104318253Z,-4,Raw,UPDATE,UNSPECIFIED,,,,134,,27872,,6
,,,,FID,4368,,COMB_ACVOL,13856,
,,,,FID,32743,,ACVOL_UNS,13735,
,,,,FID,32,,ACVOL_1,13735,
,,,,FID,32489,,STRGY_ACVL,3216,
,,,,FID,5,,TIMACT,17:29:50.000000000,
,,,,FID,1067,,EXCHTIM,17:29:50.000000000,
KCU4,Market Price,2024-06-28T17:29:50.104318253Z,-4,Raw,UPDATE,QUOTE,,,,134,,27888,,12
,,,,FID,22,,BID,227.75,
,,,,FID,25,,ASK,227.85,
,,,,FID,30,,BIDSIZE,3,
,,,,FID,31,,ASKSIZE,7,
,,,,FID,1025,,QUOTIM,17:29:50.000000000,
,,,,FID,3855,,QUOTIM_MS,62990096,
,,,,FID,346,,ASK_TONE,c,
,,,,FID,1067,,EXCHTIM,17:29:50.000000000,
,,,,FID,5,,TIMACT,17:29:50.000000000,
,,,,FID,8464,,ASK_TONE1,c,
,,,,FID,4990,,MID_PRICE1,227.8,
,,,,FID,14265,,QUOTIM_NS,17:29:50.096978000,
KCU4,Market Price,2024-06-28T17:29:50.174962785Z,-4,Raw,UPDATE,QUOTE,,,,134,,27904,,8
,,,,FID,25,,ASK,227.85,
,,,,FID,31,,ASKSIZE,9,
,,,,FID,14265,,QUOTIM_NS,17:29:50.167476000,
,,,,FID,4990,,MID_PRICE1,227.8,
,,,,FID,5,,TIMACT,17:29:50.000000000,
,,,,FID,3855,,QUOTIM_MS,62990167,
,,,,FID,1067,,EXCHTIM,17:29:50.000000000,
,,,,FID,1025,,QUOTIM,17:29:50.000000000,- The values of COMB_ACVOL, ACVOL_UNS, ACVOL_1and STRGY_ACVL fields are from the first UNSPECIFIED message.
- The values of ASK_TONE, ASK_TONE1, BID, BIDSIZE fields are from the first quote message.
- The values of ASK, ASKSIZE and other fields are from the last quote message.
It looks like that the server merged these three update messages into one UNSPECIFIED message and then sent it to the application. The client may consume data from the conflated service. You may need to contact the server team to verify if this is an expected behavior.
0
Answers
-
Thank you for your answer! May I further check with you who is the server team? Do you mean EED team? If client consume data from the conflated service, such issue won't happen right?
Thank you again!
0 -
May I further check with you who is the server team?
The product that the applicaton is connecting to.
If client consume data from the conflated service, such issue won't happen right?
Please check with the product team. API just retreives data from the server.
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
- 685 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
- 252 ETA
- 556 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
- 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
- 652 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
- 228 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
- 46 中文论坛