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 Logon struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) Logon + func New(encryptmethod field.EncryptMethodField, heartbtint field.HeartBtIntField) (m Logon) + func (m Logon) GetEncryptMethod() (v enum.EncryptMethod, err quickfix.MessageRejectError) + func (m Logon) GetHeartBtInt() (v int, err quickfix.MessageRejectError) + func (m Logon) GetRawData() (v string, err quickfix.MessageRejectError) + func (m Logon) GetRawDataLength() (v int, err quickfix.MessageRejectError) + func (m Logon) GetResetSeqNumFlag() (v bool, err quickfix.MessageRejectError) + func (m Logon) HasEncryptMethod() bool + func (m Logon) HasHeartBtInt() bool + func (m Logon) HasRawData() bool + func (m Logon) HasRawDataLength() bool + func (m Logon) HasResetSeqNumFlag() bool + func (m Logon) SetEncryptMethod(v enum.EncryptMethod) + func (m Logon) SetHeartBtInt(v int) + func (m Logon) SetRawData(v string) + func (m Logon) SetRawDataLength(v int) + func (m Logon) SetResetSeqNumFlag(v bool) + func (m Logon) ToMessage() *quickfix.Message + type RouteOut func(msg Logon, sessionID quickfix.SessionID) quickfix.MessageRejectError