# Functions
FromMessage creates a MassQuote from a quickfix.Message instance.
New returns a MassQuote initialized with the required fields for MassQuote.
NewNoQuoteEntriesRepeatingGroup returns an initialized, NoQuoteEntriesRepeatingGroup.
NewNoQuoteSetsRepeatingGroup returns an initialized, NoQuoteSetsRepeatingGroup.
Route returns the beginstring, message type, and MessageRoute for this Message type.
# Structs
MassQuote is the fix42 MassQuote type, MsgType = i.
NoQuoteEntries is a repeating group element, Tag 295.
NoQuoteEntriesRepeatingGroup is a repeating group, Tag 295.
NoQuoteSets is a repeating group element, Tag 296.
NoQuoteSetsRepeatingGroup is a repeating group, Tag 296.
# Type aliases
A RouteOut is the callback type that should be implemented for routing Message.