1.1 Overview
The WebSocket API is an interface to create direct WebSocket access to any Open Message Model Content via a Refinitiv Real-Time Advanced Distribution Server. The API leverages standard JSON and WebSocket protocols to be easy to implement and understand.
Refinitiv Real-Time Distribution System features such as authentication and compression are supported and no client API is required.
The WebSocket API is easily extensible to scripting environments (e.g. Python, R, etc) as well as any language or environment that supports WebSockets and JSON (e.g. Ruby, CSharp, Java, etc).
Throughout the documentation, message attributes are listed alphabetically. However, this ordering is arbitrary, and you can include them in any order within the message.
Market Price Request |
{ "ID": 2, "Key": { "Name": "TRI.N" } } |