Documentation
¶
Overview ¶
Package logon msg type = A.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"A"`
Header fixt11.Header
//EncryptMethod is a required field for Logon.
EncryptMethod int `fix:"98"`
//HeartBtInt is a required field for Logon.
HeartBtInt int `fix:"108"`
//RawDataLength is a non-required field for Logon.
RawDataLength *int `fix:"95"`
//RawData is a non-required field for Logon.
RawData *string `fix:"96"`
//ResetSeqNumFlag is a non-required field for Logon.
ResetSeqNumFlag *bool `fix:"141"`
//NextExpectedMsgSeqNum is a non-required field for Logon.
NextExpectedMsgSeqNum *int `fix:"789"`
//MaxMessageSize is a non-required field for Logon.
MaxMessageSize *int `fix:"383"`
//TestMessageIndicator is a non-required field for Logon.
TestMessageIndicator *bool `fix:"464"`
//Username is a non-required field for Logon.
Username *string `fix:"553"`
//Password is a non-required field for Logon.
Password *string `fix:"554"`
//DefaultApplVerID is a required field for Logon.
DefaultApplVerID string `fix:"1137"`
//MsgTypeGrp Component
MsgTypeGrp msgtypegrp.Component
Trailer fixt11.Trailer
}
Message is a Logon FIX Message
Click to show internal directories.
Click to hide internal directories.