# Functions
FromMessage creates a Quote from a quickfix.Message instance.
New returns a Quote initialized with the required fields for Quote.
NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.
NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
Route returns the beginstring, message type, and MessageRoute for this Message type.
# Structs
NoPartyIDs is a repeating group element, Tag 453.
NoPartyIDsRepeatingGroup is a repeating group, Tag 453.
NoSecurityAltID is a repeating group element, Tag 454.
NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
Quote is the fix43 Quote type, MsgType = S.
# Type aliases
A RouteOut is the callback type that should be implemented for routing Message.