LSEG Data Library for TypeScript

Delivery.OmmStream object

OMMStream objects are used to subscribe to streaming items of any Domain Model (e.g. MarkePrice, MarketByPrice...) exposed by the underlying WebSocket protocol of the Delivery Platform (formerly Refinitiv Data Platform).

OMMStream objects emit a number of different events your application can listen to in order to be notified of the latest field values in real-time.

Properties

stream.name: string

A name of the instrument used for the OMMStream request.

stream.state: State

Current state of the stream (see OMMStream State).

73 words (0:23 mins)