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 Reject struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) Reject + func New(refseqnum field.RefSeqNumField) (m Reject) + func (m Reject) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m Reject) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m Reject) GetRefMsgType() (f field.RefMsgTypeField, err quickfix.MessageRejectError) + func (m Reject) GetRefSeqNum() (f field.RefSeqNumField, err quickfix.MessageRejectError) + func (m Reject) GetRefTagID() (f field.RefTagIDField, err quickfix.MessageRejectError) + func (m Reject) GetSessionRejectReason() (f field.SessionRejectReasonField, err quickfix.MessageRejectError) + func (m Reject) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m Reject) HasEncodedText() bool + func (m Reject) HasEncodedTextLen() bool + func (m Reject) HasRefMsgType() bool + func (m Reject) HasRefSeqNum() bool + func (m Reject) HasRefTagID() bool + func (m Reject) HasSessionRejectReason() bool + func (m Reject) HasText() bool + func (m Reject) SetEncodedText(v string) + func (m Reject) SetEncodedTextLen(v int) + func (m Reject) SetRefMsgType(v string) + func (m Reject) SetRefSeqNum(v int) + func (m Reject) SetRefTagID(v int) + func (m Reject) SetSessionRejectReason(v int) + func (m Reject) SetText(v string) + func (m Reject) ToMessage() quickfix.Message + type RouteOut func(msg Reject, sessionID quickfix.SessionID) quickfix.MessageRejectError