stop

Unsubscribe securities

Syntax

stop(c)
stop(c,d)

Arguments

c

Reuters® session object created with reuters.

d

Subscription handle returned by fetch.

Description

stop(c) unsubscribes all securities associated with the Reuters session object c.

stop(c,d) unsubscribes the securities associated with the subscription handle d, where d is the subscription handle returned by reuters/fetch.

Examples

Unsubscribe securities associated with a specific request d and a Reuters connection object c:

stop(c,d)
Unsubscribe all securities associated with the Reuters connection object c:
stop(c)

Introduced in R2008a