Refinitiv Data Platform Library for TypeScript

About Pricing.Stream object

Pricing.Stream objects are used for requesting, processing and managing a set of streaming level 1 (MarketPrice domain) quotes and trades.

The object automatically manages a set of streaming caches available for access at any time. Your application can then reach into this cache and pull out real-time fields by just calling a simple access method.

The object also emits 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.definition: Pricing.Params

Actual params passed to Pricing.Definition method.

stream.session: Session

Actual session passed to getStream() method.

stream.state: Pricing.Stream.State

Current state of the Pricing.Stream (see Pricing.Stream.State).