6.1 Definition of Batch
Client applications can use a single Batch Request to request multiple items. Responses are delivered individually.
The Refinitiv Real-Time Advanced Distribution Server supports this feature for both snapshot and streaming requests.
When the Refinitiv Real-Time Advanced Distribution Server receives a Batch Request, it will respond on the same ID of the Request with a Status message that acknowledges receipt of the Batch by indicating a State object with a "Data":"Ok" and "State":"Closed".
The Batch stream closes because all additional responses are provided on individual streams. The ID values of the resulting streams are assigned sequentially according to the order of the entries in the Batch Request's "Key":{"Name":[...]} array, beginning with the ID of the original Batch Request message + 1. The Batch Response and Item Response tiles in the Context section below highlight this exchange.