Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type RouteOut func(msg StreamAssignmentReportACK, sessionID quickfix.SessionID) quickfix.MessageRejectError + type StreamAssignmentReportACK struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) StreamAssignmentReportACK + func New(streamasgnacktype field.StreamAsgnAckTypeField, ...) (m StreamAssignmentReportACK) + func (m StreamAssignmentReportACK) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnAckType() (v enum.StreamAsgnAckType, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnRejReason() (v enum.StreamAsgnRejReason, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnRptID() (v string, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetText() (v string, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) HasEncodedText() bool + func (m StreamAssignmentReportACK) HasEncodedTextLen() bool + func (m StreamAssignmentReportACK) HasStreamAsgnAckType() bool + func (m StreamAssignmentReportACK) HasStreamAsgnRejReason() bool + func (m StreamAssignmentReportACK) HasStreamAsgnRptID() bool + func (m StreamAssignmentReportACK) HasText() bool + func (m StreamAssignmentReportACK) SetEncodedText(v string) + func (m StreamAssignmentReportACK) SetEncodedTextLen(v int) + func (m StreamAssignmentReportACK) SetStreamAsgnAckType(v enum.StreamAsgnAckType) + func (m StreamAssignmentReportACK) SetStreamAsgnRejReason(v enum.StreamAsgnRejReason) + func (m StreamAssignmentReportACK) SetStreamAsgnRptID(v string) + func (m StreamAssignmentReportACK) SetText(v string) + func (m StreamAssignmentReportACK) ToMessage() *quickfix.Message