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 MarketDataRequest struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) MarketDataRequest + func New(mdreqid field.MDReqIDField, ...) (m MarketDataRequest) + func (m MarketDataRequest) GetAggregatedBook() (f field.AggregatedBookField, err quickfix.MessageRejectError) + func (m MarketDataRequest) GetMDReqID() (f field.MDReqIDField, err quickfix.MessageRejectError) + func (m MarketDataRequest) GetMDUpdateType() (f field.MDUpdateTypeField, err quickfix.MessageRejectError) + func (m MarketDataRequest) GetMarketDepth() (f field.MarketDepthField, err quickfix.MessageRejectError) + func (m MarketDataRequest) GetNoMDEntryTypes() (NoMDEntryTypesRepeatingGroup, quickfix.MessageRejectError) + func (m MarketDataRequest) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError) + func (m MarketDataRequest) GetSubscriptionRequestType() (f field.SubscriptionRequestTypeField, err quickfix.MessageRejectError) + func (m MarketDataRequest) HasAggregatedBook() bool + func (m MarketDataRequest) HasMDReqID() bool + func (m MarketDataRequest) HasMDUpdateType() bool + func (m MarketDataRequest) HasMarketDepth() bool + func (m MarketDataRequest) HasNoMDEntryTypes() bool + func (m MarketDataRequest) HasNoRelatedSym() bool + func (m MarketDataRequest) HasSubscriptionRequestType() bool + func (m MarketDataRequest) SetAggregatedBook(v bool) + func (m MarketDataRequest) SetMDReqID(v string) + func (m MarketDataRequest) SetMDUpdateType(v int) + func (m MarketDataRequest) SetMarketDepth(v int) + func (m MarketDataRequest) SetNoMDEntryTypes(f NoMDEntryTypesRepeatingGroup) + func (m MarketDataRequest) SetNoRelatedSym(f NoRelatedSymRepeatingGroup) + func (m MarketDataRequest) SetSubscriptionRequestType(v string) + func (m MarketDataRequest) ToMessage() quickfix.Message + type NoMDEntryTypes struct + func (m NoMDEntryTypes) GetMDEntryType() (f field.MDEntryTypeField, err quickfix.MessageRejectError) + func (m NoMDEntryTypes) HasMDEntryType() bool + func (m NoMDEntryTypes) SetMDEntryType(v string) + type NoMDEntryTypesRepeatingGroup struct + func NewNoMDEntryTypesRepeatingGroup() NoMDEntryTypesRepeatingGroup + func (m NoMDEntryTypesRepeatingGroup) Add() NoMDEntryTypes + func (m NoMDEntryTypesRepeatingGroup) Get(i int) NoMDEntryTypes + type NoRelatedSym struct + func (m NoRelatedSym) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCouponRate() (f field.CouponRateField, 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) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityDay() (f field.MaturityDayField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPutOrCall() (f field.PutOrCallField, 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) GetSecurityType() (f field.SecurityTypeField, 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) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m NoRelatedSym) HasContractMultiplier() bool + func (m NoRelatedSym) HasCouponRate() bool + func (m NoRelatedSym) HasEncodedIssuer() bool + func (m NoRelatedSym) HasEncodedIssuerLen() bool + func (m NoRelatedSym) HasEncodedSecurityDesc() bool + func (m NoRelatedSym) HasEncodedSecurityDescLen() bool + 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) 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) HasSymbol() bool + func (m NoRelatedSym) HasSymbolSfx() bool + func (m NoRelatedSym) HasTradingSessionID() bool + func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32) + 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) SetIDSource(v string) + 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 int) + func (m NoRelatedSym) SetSecurityDesc(v string) + func (m NoRelatedSym) SetSecurityExchange(v string) + func (m NoRelatedSym) SetSecurityID(v string) + func (m NoRelatedSym) SetSecurityType(v string) + func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetSymbol(v string) + func (m NoRelatedSym) SetSymbolSfx(v string) + func (m NoRelatedSym) SetTradingSessionID(v string) + type NoRelatedSymRepeatingGroup struct + func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup + func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym + func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym + type RouteOut func(msg MarketDataRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError