LSEG 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.StreamAuthenticationSuccess The session has successfully authenticated this client.
SessionEventCode.StreamAuthenticationFailed The session has failed to authenticate this client.
SessionEventCode.SessionConnecting The session is establishing the connections.
SessionEventCode.SessionConnected The client successfully connected with the current session.
SessionEventCode.SessionDisconnected The session disconnected the client.
SessionEventCode.SessionAuthenticationSuccess The session has successfully authenticated this client.
SessionEventCode.SessionAuthenticationFailed The session has failed to authenticate this client.
SessionEventCode.SessionReconnecting The session is currently establishing the connection.
SessionEventCode.DataRequestOk The request for content from the session data services has completed successfully.
SessionEventCode.DataRequestFailed The request for content from the session data services has failed.
135 words (0:43 mins)