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 NoQuoteEntries struct + func (m NoQuoteEntries) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIDSource() (f field.IDSourceField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityDay() (f field.MaturityDayField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPutOrCall() (f field.PutOrCallField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryID() (f field.QuoteEntryIDField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryRejectReason() (f field.QuoteEntryRejectReasonField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) HasContractMultiplier() bool + func (m NoQuoteEntries) HasCouponRate() bool + func (m NoQuoteEntries) HasEncodedIssuer() bool + func (m NoQuoteEntries) HasEncodedIssuerLen() bool + func (m NoQuoteEntries) HasEncodedSecurityDesc() bool + func (m NoQuoteEntries) HasEncodedSecurityDescLen() bool + func (m NoQuoteEntries) HasIDSource() bool + func (m NoQuoteEntries) HasIssuer() bool + func (m NoQuoteEntries) HasMaturityDay() bool + func (m NoQuoteEntries) HasMaturityMonthYear() bool + func (m NoQuoteEntries) HasOptAttribute() bool + func (m NoQuoteEntries) HasPutOrCall() bool + func (m NoQuoteEntries) HasQuoteEntryID() bool + func (m NoQuoteEntries) HasQuoteEntryRejectReason() bool + func (m NoQuoteEntries) HasSecurityDesc() bool + func (m NoQuoteEntries) HasSecurityExchange() bool + func (m NoQuoteEntries) HasSecurityID() bool + func (m NoQuoteEntries) HasSecurityType() bool + func (m NoQuoteEntries) HasStrikePrice() bool + func (m NoQuoteEntries) HasSymbol() bool + func (m NoQuoteEntries) HasSymbolSfx() bool + func (m NoQuoteEntries) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetEncodedIssuer(v string) + func (m NoQuoteEntries) SetEncodedIssuerLen(v int) + func (m NoQuoteEntries) SetEncodedSecurityDesc(v string) + func (m NoQuoteEntries) SetEncodedSecurityDescLen(v int) + func (m NoQuoteEntries) SetIDSource(v string) + func (m NoQuoteEntries) SetIssuer(v string) + func (m NoQuoteEntries) SetMaturityDay(v int) + func (m NoQuoteEntries) SetMaturityMonthYear(v string) + func (m NoQuoteEntries) SetOptAttribute(v string) + func (m NoQuoteEntries) SetPutOrCall(v int) + func (m NoQuoteEntries) SetQuoteEntryID(v string) + func (m NoQuoteEntries) SetQuoteEntryRejectReason(v int) + func (m NoQuoteEntries) SetSecurityDesc(v string) + func (m NoQuoteEntries) SetSecurityExchange(v string) + func (m NoQuoteEntries) SetSecurityID(v string) + func (m NoQuoteEntries) SetSecurityType(v string) + func (m NoQuoteEntries) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetSymbol(v string) + func (m NoQuoteEntries) SetSymbolSfx(v string) + type NoQuoteEntriesRepeatingGroup struct + func NewNoQuoteEntriesRepeatingGroup() NoQuoteEntriesRepeatingGroup + func (m NoQuoteEntriesRepeatingGroup) Add() NoQuoteEntries + func (m NoQuoteEntriesRepeatingGroup) Get(i int) NoQuoteEntries + type NoQuoteSets struct + func (m NoQuoteSets) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoQuoteEntries() (NoQuoteEntriesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetID() (f field.QuoteSetIDField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotQuoteEntries() (f field.TotQuoteEntriesField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIDSource() (f field.UnderlyingIDSourceField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityDay() (f field.UnderlyingMaturityDayField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPutOrCall() (f field.UnderlyingPutOrCallField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError) + func (m NoQuoteSets) HasEncodedUnderlyingIssuer() bool + func (m NoQuoteSets) HasEncodedUnderlyingIssuerLen() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDescLen() bool + func (m NoQuoteSets) HasNoQuoteEntries() bool + func (m NoQuoteSets) HasQuoteSetID() bool + func (m NoQuoteSets) HasTotQuoteEntries() bool + func (m NoQuoteSets) HasUnderlyingContractMultiplier() bool + func (m NoQuoteSets) HasUnderlyingCouponRate() bool + func (m NoQuoteSets) HasUnderlyingIDSource() bool + func (m NoQuoteSets) HasUnderlyingIssuer() bool + func (m NoQuoteSets) HasUnderlyingMaturityDay() bool + func (m NoQuoteSets) HasUnderlyingMaturityMonthYear() bool + func (m NoQuoteSets) HasUnderlyingOptAttribute() bool + func (m NoQuoteSets) HasUnderlyingPutOrCall() bool + func (m NoQuoteSets) HasUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasUnderlyingSecurityExchange() bool + func (m NoQuoteSets) HasUnderlyingSecurityID() bool + func (m NoQuoteSets) HasUnderlyingSecurityType() bool + func (m NoQuoteSets) HasUnderlyingStrikePrice() bool + func (m NoQuoteSets) HasUnderlyingSymbol() bool + func (m NoQuoteSets) HasUnderlyingSymbolSfx() bool + func (m NoQuoteSets) SetEncodedUnderlyingIssuer(v string) + func (m NoQuoteSets) SetEncodedUnderlyingIssuerLen(v int) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDescLen(v int) + func (m NoQuoteSets) SetNoQuoteEntries(f NoQuoteEntriesRepeatingGroup) + func (m NoQuoteSets) SetQuoteSetID(v string) + func (m NoQuoteSets) SetTotQuoteEntries(v int) + func (m NoQuoteSets) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingIDSource(v string) + func (m NoQuoteSets) SetUnderlyingIssuer(v string) + func (m NoQuoteSets) SetUnderlyingMaturityDay(v int) + func (m NoQuoteSets) SetUnderlyingMaturityMonthYear(v string) + func (m NoQuoteSets) SetUnderlyingOptAttribute(v string) + func (m NoQuoteSets) SetUnderlyingPutOrCall(v int) + func (m NoQuoteSets) SetUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetUnderlyingSecurityExchange(v string) + func (m NoQuoteSets) SetUnderlyingSecurityID(v string) + func (m NoQuoteSets) SetUnderlyingSecurityType(v string) + func (m NoQuoteSets) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingSymbol(v string) + func (m NoQuoteSets) SetUnderlyingSymbolSfx(v string) + type NoQuoteSetsRepeatingGroup struct + func NewNoQuoteSetsRepeatingGroup() NoQuoteSetsRepeatingGroup + func (m NoQuoteSetsRepeatingGroup) Add() NoQuoteSets + func (m NoQuoteSetsRepeatingGroup) Get(i int) NoQuoteSets + type QuoteAcknowledgement struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) QuoteAcknowledgement + func New(quoteackstatus field.QuoteAckStatusField) (m QuoteAcknowledgement) + func (m QuoteAcknowledgement) GetNoQuoteSets() (NoQuoteSetsRepeatingGroup, quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteAckStatus() (f field.QuoteAckStatusField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteID() (f field.QuoteIDField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteRejectReason() (f field.QuoteRejectReasonField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteReqID() (f field.QuoteReqIDField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetQuoteResponseLevel() (f field.QuoteResponseLevelField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m QuoteAcknowledgement) HasNoQuoteSets() bool + func (m QuoteAcknowledgement) HasQuoteAckStatus() bool + func (m QuoteAcknowledgement) HasQuoteID() bool + func (m QuoteAcknowledgement) HasQuoteRejectReason() bool + func (m QuoteAcknowledgement) HasQuoteReqID() bool + func (m QuoteAcknowledgement) HasQuoteResponseLevel() bool + func (m QuoteAcknowledgement) HasText() bool + func (m QuoteAcknowledgement) HasTradingSessionID() bool + func (m QuoteAcknowledgement) SetNoQuoteSets(f NoQuoteSetsRepeatingGroup) + func (m QuoteAcknowledgement) SetQuoteAckStatus(v int) + func (m QuoteAcknowledgement) SetQuoteID(v string) + func (m QuoteAcknowledgement) SetQuoteRejectReason(v int) + func (m QuoteAcknowledgement) SetQuoteReqID(v string) + func (m QuoteAcknowledgement) SetQuoteResponseLevel(v int) + func (m QuoteAcknowledgement) SetText(v string) + func (m QuoteAcknowledgement) SetTradingSessionID(v string) + func (m QuoteAcknowledgement) ToMessage() quickfix.Message + type RouteOut func(msg QuoteAcknowledgement, sessionID quickfix.SessionID) quickfix.MessageRejectError