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 Logon struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) Logon + func New(encryptmethod field.EncryptMethodField, heartbtint field.HeartBtIntField) (m Logon) + func (m Logon) GetEncryptMethod() (f field.EncryptMethodField, err quickfix.MessageRejectError) + func (m Logon) GetHeartBtInt() (f field.HeartBtIntField, err quickfix.MessageRejectError) + func (m Logon) GetMaxMessageSize() (f field.MaxMessageSizeField, err quickfix.MessageRejectError) + func (m Logon) GetNoMsgTypes() (NoMsgTypesRepeatingGroup, quickfix.MessageRejectError) + func (m Logon) GetPassword() (f field.PasswordField, err quickfix.MessageRejectError) + func (m Logon) GetRawData() (f field.RawDataField, err quickfix.MessageRejectError) + func (m Logon) GetRawDataLength() (f field.RawDataLengthField, err quickfix.MessageRejectError) + func (m Logon) GetResetSeqNumFlag() (f field.ResetSeqNumFlagField, err quickfix.MessageRejectError) + func (m Logon) GetTestMessageIndicator() (f field.TestMessageIndicatorField, err quickfix.MessageRejectError) + func (m Logon) GetUsername() (f field.UsernameField, err quickfix.MessageRejectError) + func (m Logon) HasEncryptMethod() bool + func (m Logon) HasHeartBtInt() bool + func (m Logon) HasMaxMessageSize() 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 int) + func (m Logon) SetHeartBtInt(v int) + func (m Logon) SetMaxMessageSize(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() (f field.MsgDirectionField, err quickfix.MessageRejectError) + func (m NoMsgTypes) GetRefMsgType() (f field.RefMsgTypeField, err quickfix.MessageRejectError) + func (m NoMsgTypes) HasMsgDirection() bool + func (m NoMsgTypes) HasRefMsgType() bool + func (m NoMsgTypes) SetMsgDirection(v string) + 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