Closing Event Streams and Snapshots

Closing Event Streams

Once a Request has been accepted and event stream has been established, at some point you may want to terminate the stream.

This tutorial explains how to close single, multiple or all open event streams

Snapshot Requests

In the previous tutorial we made streaming requests (the default) – which means we get back an Initial Refresh Message, followed by Update messages as and when there is any relevant market activity

In some use-cases, however, we may only require a Snapshot of the current market position for some instruments and are not interested in any further updates.

Next Tutorial : Views - Filtering Fields