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 UserNotification, sessionID quickfix.SessionID) quickfix.MessageRejectError + type UserNotification struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) UserNotification + func New(userstatus field.UserStatusField) (m UserNotification) + func (m UserNotification) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m UserNotification) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m UserNotification) GetText() (v string, err quickfix.MessageRejectError) + func (m UserNotification) GetUserStatus() (v enum.UserStatus, err quickfix.MessageRejectError) + func (m UserNotification) GetUsername() (v string, err quickfix.MessageRejectError) + func (m UserNotification) HasEncodedText() bool + func (m UserNotification) HasEncodedTextLen() bool + func (m UserNotification) HasText() bool + func (m UserNotification) HasUserStatus() bool + func (m UserNotification) HasUsername() bool + func (m UserNotification) SetEncodedText(v string) + func (m UserNotification) SetEncodedTextLen(v int) + func (m UserNotification) SetText(v string) + func (m UserNotification) SetUserStatus(v enum.UserStatus) + func (m UserNotification) SetUsername(v string) + func (m UserNotification) ToMessage() *quickfix.Message