We use C# library RFA8_NET120_x64 to get Reuters market data.
We have noticed some unusual behavior in the results:
If the stock is stale, some random prices are published by the library.
We have compared this behavior with the old C++ library and prices are set to zero as it should be.
We are wondering if this is a known behavior, is it something which can be fixed or already fixed in a newer versions?
Do we have a way to determine that the stock is stale?
Thank you.