Versions in this module Expand all Collapse all v0 v0.6.0 Aug 14, 2017 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type LinesOfText struct + func (m LinesOfText) GetText() (v string, err quickfix.MessageRejectError) + func (m LinesOfText) HasText() bool + func (m LinesOfText) SetText(v string) + type LinesOfTextRepeatingGroup struct + func NewLinesOfTextRepeatingGroup() LinesOfTextRepeatingGroup + func (m LinesOfTextRepeatingGroup) Add() LinesOfText + func (m LinesOfTextRepeatingGroup) Get(i int) LinesOfText + type News struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) News + func New(headline field.HeadlineField) (m News) + func (m News) GetHeadline() (v string, err quickfix.MessageRejectError) + func (m News) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError) + func (m News) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError) + func (m News) GetOrigTime() (v time.Time, err quickfix.MessageRejectError) + func (m News) GetRawData() (v string, err quickfix.MessageRejectError) + func (m News) GetRawDataLength() (v int, err quickfix.MessageRejectError) + func (m News) GetURLLink() (v string, err quickfix.MessageRejectError) + func (m News) GetUrgency() (v enum.Urgency, err quickfix.MessageRejectError) + func (m News) HasHeadline() bool + func (m News) HasLinesOfText() bool + func (m News) HasNoRelatedSym() bool + func (m News) HasOrigTime() bool + func (m News) HasRawData() bool + func (m News) HasRawDataLength() bool + func (m News) HasURLLink() bool + func (m News) HasUrgency() bool + func (m News) SetHeadline(v string) + func (m News) SetLinesOfText(f LinesOfTextRepeatingGroup) + func (m News) SetNoRelatedSym(f NoRelatedSymRepeatingGroup) + func (m News) SetOrigTime(v time.Time) + func (m News) SetRawData(v string) + func (m News) SetRawDataLength(v int) + func (m News) SetURLLink(v string) + func (m News) SetUrgency(v enum.Urgency) + func (m News) ToMessage() *quickfix.Message + type NoRelatedSym struct + func (m NoRelatedSym) GetIDSource() (v enum.IDSource, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityDay() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRelatdSym() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m NoRelatedSym) HasIDSource() bool + func (m NoRelatedSym) HasIssuer() bool + func (m NoRelatedSym) HasMaturityDay() bool + func (m NoRelatedSym) HasMaturityMonthYear() bool + func (m NoRelatedSym) HasOptAttribute() bool + func (m NoRelatedSym) HasPutOrCall() bool + func (m NoRelatedSym) HasRelatdSym() bool + func (m NoRelatedSym) HasSecurityDesc() bool + func (m NoRelatedSym) HasSecurityExchange() bool + func (m NoRelatedSym) HasSecurityID() bool + func (m NoRelatedSym) HasSecurityType() bool + func (m NoRelatedSym) HasStrikePrice() bool + func (m NoRelatedSym) HasSymbolSfx() bool + func (m NoRelatedSym) SetIDSource(v enum.IDSource) + func (m NoRelatedSym) SetIssuer(v string) + func (m NoRelatedSym) SetMaturityDay(v int) + func (m NoRelatedSym) SetMaturityMonthYear(v string) + func (m NoRelatedSym) SetOptAttribute(v string) + func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall) + func (m NoRelatedSym) SetRelatdSym(v string) + func (m NoRelatedSym) SetSecurityDesc(v string) + func (m NoRelatedSym) SetSecurityExchange(v string) + func (m NoRelatedSym) SetSecurityID(v string) + func (m NoRelatedSym) SetSecurityType(v enum.SecurityType) + func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx) + type NoRelatedSymRepeatingGroup struct + func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup + func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym + func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym + type RouteOut func(msg News, sessionID quickfix.SessionID) quickfix.MessageRejectError