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 LinesOfText struct + func (m LinesOfText) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m LinesOfText) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m LinesOfText) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m LinesOfText) HasEncodedText() bool + func (m LinesOfText) HasEncodedTextLen() bool + func (m LinesOfText) HasText() bool + func (m LinesOfText) SetEncodedText(v string) + func (m LinesOfText) SetEncodedTextLen(v int) + 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 + ReceiveTime time.Time + func FromMessage(m quickfix.Message) News + func New(headline field.HeadlineField) (m News) + func (m News) GetEncodedHeadline() (f field.EncodedHeadlineField, err quickfix.MessageRejectError) + func (m News) GetEncodedHeadlineLen() (f field.EncodedHeadlineLenField, err quickfix.MessageRejectError) + func (m News) GetHeadline() (f field.HeadlineField, err quickfix.MessageRejectError) + func (m News) GetLinesOfText() (LinesOfTextRepeatingGroup, quickfix.MessageRejectError) + func (m News) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError) + func (m News) GetNoRoutingIDs() (NoRoutingIDsRepeatingGroup, quickfix.MessageRejectError) + func (m News) GetOrigTime() (f field.OrigTimeField, err quickfix.MessageRejectError) + func (m News) GetRawData() (f field.RawDataField, err quickfix.MessageRejectError) + func (m News) GetRawDataLength() (f field.RawDataLengthField, err quickfix.MessageRejectError) + func (m News) GetURLLink() (f field.URLLinkField, err quickfix.MessageRejectError) + func (m News) GetUrgency() (f field.UrgencyField, err quickfix.MessageRejectError) + func (m News) HasEncodedHeadline() bool + func (m News) HasEncodedHeadlineLen() bool + func (m News) HasHeadline() bool + func (m News) HasLinesOfText() bool + func (m News) HasNoRelatedSym() bool + func (m News) HasNoRoutingIDs() 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) SetEncodedHeadline(v string) + func (m News) SetEncodedHeadlineLen(v int) + func (m News) SetHeadline(v string) + func (m News) SetLinesOfText(f LinesOfTextRepeatingGroup) + func (m News) SetNoRelatedSym(f NoRelatedSymRepeatingGroup) + func (m News) SetNoRoutingIDs(f NoRoutingIDsRepeatingGroup) + 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 string) + func (m News) ToMessage() quickfix.Message + type NoRelatedSym struct + func (m NoRelatedSym) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m NoRelatedSym) HasCFICode() bool + func (m NoRelatedSym) HasContractMultiplier() bool + func (m NoRelatedSym) HasCountryOfIssue() bool + func (m NoRelatedSym) HasCouponPaymentDate() bool + func (m NoRelatedSym) HasCouponRate() bool + func (m NoRelatedSym) HasCreditRating() bool + func (m NoRelatedSym) HasEncodedIssuer() bool + func (m NoRelatedSym) HasEncodedIssuerLen() bool + func (m NoRelatedSym) HasEncodedSecurityDesc() bool + func (m NoRelatedSym) HasEncodedSecurityDescLen() bool + func (m NoRelatedSym) HasFactor() bool + func (m NoRelatedSym) HasInstrRegistry() bool + func (m NoRelatedSym) HasIssueDate() bool + func (m NoRelatedSym) HasIssuer() bool + func (m NoRelatedSym) HasLocaleOfIssue() bool + func (m NoRelatedSym) HasMaturityDate() bool + func (m NoRelatedSym) HasMaturityMonthYear() bool + func (m NoRelatedSym) HasNoSecurityAltID() bool + func (m NoRelatedSym) HasOptAttribute() bool + func (m NoRelatedSym) HasProduct() bool + func (m NoRelatedSym) HasRedemptionDate() bool + func (m NoRelatedSym) HasRepoCollateralSecurityType() bool + func (m NoRelatedSym) HasRepurchaseRate() bool + func (m NoRelatedSym) HasRepurchaseTerm() bool + func (m NoRelatedSym) HasSecurityDesc() bool + func (m NoRelatedSym) HasSecurityExchange() bool + func (m NoRelatedSym) HasSecurityID() bool + func (m NoRelatedSym) HasSecurityIDSource() bool + func (m NoRelatedSym) HasSecurityType() bool + func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool + func (m NoRelatedSym) HasStrikePrice() bool + func (m NoRelatedSym) HasSymbol() bool + func (m NoRelatedSym) HasSymbolSfx() bool + func (m NoRelatedSym) SetCFICode(v string) + func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetCountryOfIssue(v string) + func (m NoRelatedSym) SetCouponPaymentDate(v string) + func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetCreditRating(v string) + func (m NoRelatedSym) SetEncodedIssuer(v string) + func (m NoRelatedSym) SetEncodedIssuerLen(v int) + func (m NoRelatedSym) SetEncodedSecurityDesc(v string) + func (m NoRelatedSym) SetEncodedSecurityDescLen(v int) + func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetInstrRegistry(v string) + func (m NoRelatedSym) SetIssueDate(v string) + func (m NoRelatedSym) SetIssuer(v string) + func (m NoRelatedSym) SetLocaleOfIssue(v string) + func (m NoRelatedSym) SetMaturityDate(v string) + func (m NoRelatedSym) SetMaturityMonthYear(v string) + func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m NoRelatedSym) SetOptAttribute(v string) + func (m NoRelatedSym) SetProduct(v int) + func (m NoRelatedSym) SetRedemptionDate(v string) + func (m NoRelatedSym) SetRepoCollateralSecurityType(v int) + func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetRepurchaseTerm(v int) + func (m NoRelatedSym) SetSecurityDesc(v string) + func (m NoRelatedSym) SetSecurityExchange(v string) + func (m NoRelatedSym) SetSecurityID(v string) + func (m NoRelatedSym) SetSecurityIDSource(v string) + func (m NoRelatedSym) SetSecurityType(v string) + func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string) + func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetSymbol(v string) + func (m NoRelatedSym) SetSymbolSfx(v string) + type NoRelatedSymRepeatingGroup struct + func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup + func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym + func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym + type NoRoutingIDs struct + func (m NoRoutingIDs) GetRoutingID() (f field.RoutingIDField, err quickfix.MessageRejectError) + func (m NoRoutingIDs) GetRoutingType() (f field.RoutingTypeField, err quickfix.MessageRejectError) + func (m NoRoutingIDs) HasRoutingID() bool + func (m NoRoutingIDs) HasRoutingType() bool + func (m NoRoutingIDs) SetRoutingID(v string) + func (m NoRoutingIDs) SetRoutingType(v int) + type NoRoutingIDsRepeatingGroup struct + func NewNoRoutingIDsRepeatingGroup() NoRoutingIDsRepeatingGroup + func (m NoRoutingIDsRepeatingGroup) Add() NoRoutingIDs + func (m NoRoutingIDsRepeatingGroup) Get(i int) NoRoutingIDs + type NoSecurityAltID struct + func (m NoSecurityAltID) GetSecurityAltID() (f field.SecurityAltIDField, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (f field.SecurityAltIDSourceField, err quickfix.MessageRejectError) + func (m NoSecurityAltID) HasSecurityAltID() bool + func (m NoSecurityAltID) HasSecurityAltIDSource() bool + func (m NoSecurityAltID) SetSecurityAltID(v string) + func (m NoSecurityAltID) SetSecurityAltIDSource(v string) + type NoSecurityAltIDRepeatingGroup struct + func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup + func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID + func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID + type RouteOut func(msg News, sessionID quickfix.SessionID) quickfix.MessageRejectError