Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type Message struct + FIXMsgType string + GapFillFlag *string + NewSeqNo int + func New(newseqno int) *Message + func (m *Message) SetGapFillFlag(v string) + func (m *Message) SetNewSeqNo(v int) + func (m Message) Marshal() quickfix.Message + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError