one of large customer is using EMA client API, using 'Cons100' example to subscribe to real-time data from RTMDS.
Their observation is that on a market holiday or post market hours, they continue to receive updates on API like below. these updates have the same price and this price is matching with the last update of the previous day. but the additional updates are causing some issues and client need clarity on this.
example 1
NLGOV2YZ=R,2024-03-18 21:40:04,2024-03-18,2.934258,1,0.94380032,1
NLGOV2YZ=R,2024-03-19 06:35:00,2024-03-19,2.934258,1,0.94380032,1
In live, we got few updates and all these updates had the same price.
example 2
CHF10YZ=R,2024-04-01 01:40:07,2024-04-01,1.241866,1,0.883711916,1
CHF10YZ=R,2024-04-01 02:40:58,2024-04-01,1.241866,1,0.883711916,1
CHF10YZ=R,2024-04-01 03:39:44,2024-04-01,1.241866,1,0.883711916,1
CHF10YZ=R,2024-04-01 03:58:02,2024-04-01,1.241866,1,0.883711916,1
CHF10YZ=R,2024-04-01 03:59:44,2024-04-01,1.241866,1,0.883711916,1
another example in LIVE on 2024.04.05 on CHF10YZ=R . So the last 4 prices keep repeat after 17:00 with same price as 15:22.
example 3
CHF10YZ=R,2024-04-05 14:49:24,2024-04-05,1.295655,1,0.879022899,1
CHF10YZ=R,2024-04-05 15:22:13,2024-04-05,1.298166,1,0.878804645,1
CHF10YZ=R,2024-04-05 17:00:13,2024-04-05,1.298166,1,0.878804645,1
The recommend example was used - RTMDS/RTDS is the Cons100 example
· GitHub: https://github.com/Refinitiv/Real-Time-SDK/tree/master/Cpp-C/Ema/Examples/Training/Consumer/100_Series/100_MP_Streaming
· Quick Start: https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-cc/quick-start