Documentation ¶ Overview ¶ Package reject msg type = 3. Index ¶ func Route(router RouteOut) (string, string, quickfix.MessageRoute) type Message func (m Message) Marshal() quickfix.Message type RouteOut Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Route ¶ func Route(router RouteOut) (string, string, quickfix.MessageRoute) Route returns the beginstring, message type, and MessageRoute for this Mesage type Types ¶ type Message ¶ type Message struct { FIXMsgType string `fix:"3"` Header fix40.Header //RefSeqNum is a required field for Reject. RefSeqNum int `fix:"45"` //Text is a non-required field for Reject. Text *string `fix:"58"` Trailer fix40.Trailer } Message is a Reject FIX Message func (Message) Marshal ¶ func (m Message) Marshal() quickfix.Message Marshal converts Message to a quickfix.Message instance type RouteOut ¶ type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError A RouteOut is the callback type that should be implemented for routing Message Source Files ¶ View all Source files Reject.go Click to show internal directories. Click to hide internal directories.