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 + EncodedText *string + EncodedTextLen *int + FIXMsgType string + Product *int + SecurityReqID string + SecuritySubType *string + SecurityType *string + Text *string + TradingSessionID *string + TradingSessionSubID *string + func New(securityreqid string) *Message + func (m *Message) SetEncodedText(v string) + func (m *Message) SetEncodedTextLen(v int) + func (m *Message) SetProduct(v int) + func (m *Message) SetSecurityReqID(v string) + func (m *Message) SetSecuritySubType(v string) + func (m *Message) SetSecurityType(v string) + func (m *Message) SetText(v string) + func (m *Message) SetTradingSessionID(v string) + func (m *Message) SetTradingSessionSubID(v string) + func (m Message) Marshal() quickfix.Message + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError