# Functions
FromMessage creates a AllocationReportAck from a quickfix.Message instance.
New returns a AllocationReportAck initialized with the required fields for AllocationReportAck.
NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup.
NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.
NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.
Route returns the beginstring, message type, and MessageRoute for this Message type.
# Structs
AllocationReportAck is the fix44 AllocationReportAck type, MsgType = AT.
NoAllocs is a repeating group element, Tag 78.
NoAllocsRepeatingGroup is a repeating group, Tag 78.
NoPartyIDs is a repeating group element, Tag 453.
NoPartyIDsRepeatingGroup is a repeating group, Tag 453.
NoPartySubIDs is a repeating group element, Tag 802.
NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.
# Type aliases
A RouteOut is the callback type that should be implemented for routing Message.