In our application, we got only RefreshMsg as below at a certain time.
Refresh message (unspecified type), stream open, data suspect, status code None
After that we started to receive StatusMsg as below.
Status message, stream closed, data suspect, status code NotFound
What are the difference between RefreshMsg and StatusMsg ?
When should we expect StatusMsg and when should we expect RefreshMsg to get information about the status of data ?
Can we consider that both of above message are same in regards of he information "data suspect" ?
After receiving above RefreshMsg, should we consider data is completely suspect ? Or can we use existing data for the corresponding instrument?
Thanks in advance.