Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2023 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) GetMaxMessageSize() (v int, err quickfix.MessageRejectError) + func (m Logon) GetNextExpectedMsgSeqNum() (v int, err quickfix.MessageRejectError) + func (m Logon) GetNoMsgTypes() (NoMsgTypesRepeatingGroup, quickfix.MessageRejectError) + func (m Logon) GetPassword() (v string, 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) GetTestMessageIndicator() (v bool, err quickfix.MessageRejectError) + func (m Logon) GetUsername() (v string, err quickfix.MessageRejectError) + func (m Logon) HasEncryptMethod() bool + func (m Logon) HasHeartBtInt() bool + func (m Logon) HasMaxMessageSize() bool + func (m Logon) HasNextExpectedMsgSeqNum() bool + func (m Logon) HasNoMsgTypes() bool + func (m Logon) HasPassword() bool + func (m Logon) HasRawData() bool + func (m Logon) HasRawDataLength() bool + func (m Logon) HasResetSeqNumFlag() bool + func (m Logon) HasTestMessageIndicator() bool + func (m Logon) HasUsername() bool + func (m Logon) SetEncryptMethod(v enum.EncryptMethod) + func (m Logon) SetHeartBtInt(v int) + func (m Logon) SetMaxMessageSize(v int) + func (m Logon) SetNextExpectedMsgSeqNum(v int) + func (m Logon) SetNoMsgTypes(f NoMsgTypesRepeatingGroup) + func (m Logon) SetPassword(v string) + func (m Logon) SetRawData(v string) + func (m Logon) SetRawDataLength(v int) + func (m Logon) SetResetSeqNumFlag(v bool) + func (m Logon) SetTestMessageIndicator(v bool) + func (m Logon) SetUsername(v string) + func (m Logon) ToMessage() *quickfix.Message + type NoMsgTypes struct + func (m NoMsgTypes) GetMsgDirection() (v enum.MsgDirection, err quickfix.MessageRejectError) + func (m NoMsgTypes) GetRefMsgType() (v string, err quickfix.MessageRejectError) + func (m NoMsgTypes) HasMsgDirection() bool + func (m NoMsgTypes) HasRefMsgType() bool + func (m NoMsgTypes) SetMsgDirection(v enum.MsgDirection) + func (m NoMsgTypes) SetRefMsgType(v string) + type NoMsgTypesRepeatingGroup struct + func NewNoMsgTypesRepeatingGroup() NoMsgTypesRepeatingGroup + func (m NoMsgTypesRepeatingGroup) Add() NoMsgTypes + func (m NoMsgTypesRepeatingGroup) Get(i int) NoMsgTypes + type RouteOut func(msg Logon, sessionID quickfix.SessionID) quickfix.MessageRejectError