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 + ApplIDRequestAckGrp *applidrequestackgrp.ApplIDRequestAckGrp + ApplReqID *string + ApplReqType *int + ApplResponseID string + ApplResponseType *int + ApplTotalMessageCount *int + EncodedText *string + EncodedTextLen *int + FIXMsgType string + Parties *parties.Parties + Text *string + func New(applresponseid string) *Message + func (m *Message) SetApplIDRequestAckGrp(v applidrequestackgrp.ApplIDRequestAckGrp) + func (m *Message) SetApplReqID(v string) + func (m *Message) SetApplReqType(v int) + func (m *Message) SetApplResponseID(v string) + func (m *Message) SetApplResponseType(v int) + func (m *Message) SetApplTotalMessageCount(v int) + func (m *Message) SetEncodedText(v string) + func (m *Message) SetEncodedTextLen(v int) + func (m *Message) SetParties(v parties.Parties) + func (m *Message) SetText(v string) + func (m Message) Marshal() quickfix.Message + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError