RTMDS Status messages

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.

Best Answer

  • Jirapongse
    Answer ✓

    @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:

    1688467325898.png

    The possible values of DataState are:

    1688467355885.png


Answers