Versions in this module Expand all Collapse all v0 v0.5.0 Sep 1, 2016 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 + ReceiveTime time.Time + func FromMessage(m quickfix.Message) StreamAssignmentReportACK + func New(streamasgnacktype field.StreamAsgnAckTypeField, ...) (m StreamAssignmentReportACK) + func (m StreamAssignmentReportACK) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnAckType() (f field.StreamAsgnAckTypeField, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnRejReason() (f field.StreamAsgnRejReasonField, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetStreamAsgnRptID() (f field.StreamAsgnRptIDField, err quickfix.MessageRejectError) + func (m StreamAssignmentReportACK) GetText() (f field.TextField, 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 int) + func (m StreamAssignmentReportACK) SetStreamAsgnRejReason(v int) + func (m StreamAssignmentReportACK) SetStreamAsgnRptID(v string) + func (m StreamAssignmentReportACK) SetText(v string) + func (m StreamAssignmentReportACK) ToMessage() quickfix.Message