Use cases then Refresh Message will carry status that tells even stream is closed

mktdata
mktdata Contributor

Hello, we use RFA 8.2 C++ api to consume market data.

We have a application that registers for event completion. We want to understand the use cases when consumer application will receive Refresh Message which carries status that tells even stream is closed?

Tagged:

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    @mktdata

    Thank you for reaching out to us.

    Typically, both refresh messages and status messages can convey the stream states. Therefore, the application needs to check the stream states of these messages or call the isEventStreamClosed() function.

    The use cases could be:

    • Snapshot requests
    • "Record could not be found"
    • "Permission issue"