Hi Refinitiv,
I am using a java package provided by the firm and its data source is RMDS/TREP. When I run the application to collect intraday ticks, some ticks are received unexpectedly.
E.g. RIC: 000002.ZK
The market is closed at 3 pm HKT while there is a duplicated tick at about 4:30 pm HKT. The price, volume, and trade time are exactly the same with the close price tick received at 3 pm HKT.
How to determine if the tick is not a real-time tick? Like the duplicated tick, or when the application is launched at 10 pm, the last tick will be received. One way is to compare the trade time with the actual machine time, but it is not elegant.
Meanwhile, I can see many ticks at about 6:49 am before the market is open. They have no price fields which is easy to filter out. However, could you explain what is the aim of these ticks?
Thank you in advance.