Hi,
client has Refinitiv's Real Time service (RTMDS). Their application is listing statuses such as OPEN, OK, NONE, All is Well etc.
Are these statuses coming from Refinitiv's feed ? If so, where could I see a list of possible statuses?
Thanks.
@stefan.sirkia
Thank you for reaching out to us.
Please check the API documentation to find all possible values. For example, in the EMA Reference Guide, the refinitiv::ema::access::OmmState class has the following members: StreamState, DataState, StatusCode, and StatusText.
The possible values of StreamState are:
The possible values of DataState are:
Thank you very much