# Functions
FromMessage creates a News from a quickfix.Message instance.
New returns a News initialized with the required fields for News.
NewLinesOfTextRepeatingGroup returns an initialized, LinesOfTextRepeatingGroup.
NewNoRelatedSymRepeatingGroup returns an initialized, NoRelatedSymRepeatingGroup.
NewNoRoutingIDsRepeatingGroup returns an initialized, NoRoutingIDsRepeatingGroup.
Route returns the beginstring, message type, and MessageRoute for this Message type.
# Structs
LinesOfText is a repeating group element, Tag 33.
LinesOfTextRepeatingGroup is a repeating group, Tag 33.
News is the fix42 News type, MsgType = B.
NoRelatedSym is a repeating group element, Tag 146.
NoRelatedSymRepeatingGroup is a repeating group, Tag 146.
NoRoutingIDs is a repeating group element, Tag 215.
NoRoutingIDsRepeatingGroup is a repeating group, Tag 215.
# Type aliases
A RouteOut is the callback type that should be implemented for routing Message.