Refinitiv Data Library for Python

session.SessionEventCode

Each session can report different status events during its lifecycle.

Event code Description
SessionEventCode.StreamConnecting The connection to the stream service within the session is pending.
SessionEventCode.StreamConnected The connection to the stream service has been successfully established.
SessionEventCode.StreamDisconnected The connection to the stream service is not established.
SessionEventCode.SessionAuthenticationSuccess The session has successfully authenticated this client.
SessionEventCode.SessionAuthenticationFailed The session has failed to authenticate this client.
SessionEventCode.StreamAuthenticationSuccess The stream has successfully authenticated this client.
SessionEventCode.StreamAuthenticationFailed The stream has failed to authenticate this client.