For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
79.2k 251 52 74

MRN Webinar Jan 31: What are the different message types in MRN_STORY? For example, in N2_UBMS there are message types - take, alert, correction, corrected. What is the equivalent for MRN_STORY?

What are the different message types in MRN_STORY? For example, in N2_UBMS there are message types - take, alert, correction, corrected. What is the equivalent for MRN_STORY?

elektronrefinitiv-realtimeelektron-sdkmrn
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
9.6k 10 7 7

All these exist in MRN_STORY. Alerts are denoted with the "urgency" field set to 1. Most other items are takes, and "corrected" and "correction" items can be identified with the headline.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Hello, According to dictionary:

TAKE_SEQNO "TAKE SEQNO" 720 NULL INTEGER 3 UINT32 1 ! ! A sequential number designating the take sequence number based on temporal order of ! receipt. Contains 0 for alerts 1 for the first take of a story and 2 through 255 for ! subsequent takes. !

What are alerts?

Refer to Triarch Real-Time News Standard (N2_UBMS):

FID 720 (TAKE_SEQNO) is used to identify the order of messages for a news item. It is set to 1 for the first Alert and incremented by 1 for each subsequent Alert message for that story. It is also set to 1 for the First Take, and incremented by 1 for each Subsequent Take, Correction or Corrected for that story.

It is similar to the takeSequence field in MRN.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.