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 Logout struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) Logout + func New() (m Logout) + func (m Logout) GetText() (v string, err quickfix.MessageRejectError) + func (m Logout) HasText() bool + func (m Logout) SetText(v string) + func (m Logout) ToMessage() *quickfix.Message + type RouteOut func(msg Logout, sessionID quickfix.SessionID) quickfix.MessageRejectError