Containers in websocket messages

Hi,
i try to write a C# library for handle the "tr_json2" protokoll. Priviously I had writen a C++/cli-wrapper with Realtime C++ API (EMA) to implement a "MarketPrice -Modell" for substituting SFC-COM.
Back to the problem. Realtime C++ API defines a payload at the message-class to handle additional/variant data. In the websocket-api documentation i didn't found specific information wich messages should be to take containers like a payload. Some Messages has explicit implimentations of a container. E.g Post-Message has a Message Container. Most other messages I didn't found explizit informations.
The exakt Question now is: Does only Update-, Status- and Refresh-Message have container(s), or any message (Including Ack-, Close- und Error-Message) could have one or more containers at the top OMM-Level?
Regards,
Reinhold
Best Answer
-
The following is a Post message that contains an Update message.
{
"Ack": true,
"ID": 1,
"Key": {
"Name": "{{POST_ITEM}}",
"Service": "{{POST_SERVICE}}"
},
"Message": {
"Fields": {
"ASK": 452.60,
"PRIMACT_1": 451.3,
"SEC_ACT_1": 451.3,
"BID": 452.55
},
"ID": 0,
"Type": "Update"
},
"PostID": 10,
"Type": "Post"
}The following is a Post message that contains a Field List container.
{
"Ack": true,
"ID": 1,
"Key": {
"Name": "{{POST_ITEM}}",
"Service": "{{POST_SERVICE}}"
},
"Fields": {
"ASK": 452.60,
"PRIMACT_1": 451.3,
"SEC_ACT_1": 451.3,
"BID": 452.55
},
"PostID": 10,
"Type": "Post"
}These are off-stream post messages that send post messages through the login stream ("ID": 1).
I sent these post messages to RTDS cache.
A consumer will retrieve the data in the update message.
{
"ID": 3,
"Type": "Update",
"UpdateType": "Unspecified",
"Key": {
"Service": "DIST_CACHE",
"Name": "TEST.BK"
},
"PostUserInfo": {
"Address": "0.0.0.0",
"UserID": 0
},
"Fields": {
"ASK": 452.60,
"PRIMACT_1": 451.3,
"SEC_ACT_1": 451.3,
"BID": 452.55
}
}0
Answers
-
Thanks for reaching out to us.
The WebSocket API applies the Refinitiv Open Message Model. The topmost level is a message. Each message contains a payload. A payload can contain another message or a container.
The usages of messages are defined in the Refinitiv Domain Model. For example, each Refresh and Update message of the Market Price domain contains a Field List in its payload.
Therefore, you need to follow the specifications defined in the Refinitiv Domain Model. Typically, the Close and Ack messages don't use payload.
0 -
Hello @Reinhold.Blank
You can find the Refinitiv Domain Model resources in the following documents:
- The "RDM Usage Guide" from the Message API - C++ Development Guides page.
- The WebSocket API Specification from the WebSocket API Document page or GitHub page.
0 -
Hi again,
thanks for the quick responce. Please can sombody show me by a JSON example, that explains the differnce between a message that contains an other message as payload and a message that have a message-container taking a message as payload. May could be the first one a post-message?
0 -
Fine, thank you
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 684 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 250 ETA
- 555 WebSocket API
- 37 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 643 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 915 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛