Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type MassQuote struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) MassQuote + func New(quoteid field.QuoteIDField) (m MassQuote) + func (m MassQuote) GetAccount() (v string, err quickfix.MessageRejectError) + func (m MassQuote) GetAccountType() (v enum.AccountType, err quickfix.MessageRejectError) + func (m MassQuote) GetDefBidSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m MassQuote) GetDefOfferSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m MassQuote) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuote) GetNoQuoteSets() (NoQuoteSetsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuote) GetQuoteID() (v string, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteReqID() (v string, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteResponseLevel() (v enum.QuoteResponseLevel, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteType() (v enum.QuoteType, err quickfix.MessageRejectError) + func (m MassQuote) HasAccount() bool + func (m MassQuote) HasAccountType() bool + func (m MassQuote) HasDefBidSize() bool + func (m MassQuote) HasDefOfferSize() bool + func (m MassQuote) HasNoPartyIDs() bool + func (m MassQuote) HasNoQuoteSets() bool + func (m MassQuote) HasQuoteID() bool + func (m MassQuote) HasQuoteReqID() bool + func (m MassQuote) HasQuoteResponseLevel() bool + func (m MassQuote) HasQuoteType() bool + func (m MassQuote) SetAccount(v string) + func (m MassQuote) SetAccountType(v enum.AccountType) + func (m MassQuote) SetDefBidSize(value decimal.Decimal, scale int32) + func (m MassQuote) SetDefOfferSize(value decimal.Decimal, scale int32) + func (m MassQuote) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m MassQuote) SetNoQuoteSets(f NoQuoteSetsRepeatingGroup) + func (m MassQuote) SetQuoteID(v string) + func (m MassQuote) SetQuoteReqID(v string) + func (m MassQuote) SetQuoteResponseLevel(v enum.QuoteResponseLevel) + func (m MassQuote) SetQuoteType(v enum.QuoteType) + func (m MassQuote) ToMessage() *quickfix.Message + type NoPartyIDs struct + func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) HasPartySubID() bool + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) + func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) + func (m NoPartyIDs) SetPartySubID(v string) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoQuoteEntries struct + func (m NoQuoteEntries) GetBidForwardPoints() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidForwardPoints2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSpotRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFutSettDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFutSettDate2() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSpotRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrderQty2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetValidUntilTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteEntries) HasBidForwardPoints() bool + func (m NoQuoteEntries) HasBidForwardPoints2() bool + func (m NoQuoteEntries) HasBidPx() bool + func (m NoQuoteEntries) HasBidSize() bool + func (m NoQuoteEntries) HasBidSpotRate() bool + func (m NoQuoteEntries) HasBidYield() bool + func (m NoQuoteEntries) HasCFICode() bool + func (m NoQuoteEntries) HasContractMultiplier() bool + func (m NoQuoteEntries) HasCountryOfIssue() bool + func (m NoQuoteEntries) HasCouponPaymentDate() bool + func (m NoQuoteEntries) HasCouponRate() bool + func (m NoQuoteEntries) HasCreditRating() bool + func (m NoQuoteEntries) HasCurrency() bool + func (m NoQuoteEntries) HasEncodedIssuer() bool + func (m NoQuoteEntries) HasEncodedIssuerLen() bool + func (m NoQuoteEntries) HasEncodedSecurityDesc() bool + func (m NoQuoteEntries) HasEncodedSecurityDescLen() bool + func (m NoQuoteEntries) HasFactor() bool + func (m NoQuoteEntries) HasFutSettDate() bool + func (m NoQuoteEntries) HasFutSettDate2() bool + func (m NoQuoteEntries) HasInstrRegistry() bool + func (m NoQuoteEntries) HasIssueDate() bool + func (m NoQuoteEntries) HasIssuer() bool + func (m NoQuoteEntries) HasLocaleOfIssue() bool + func (m NoQuoteEntries) HasMaturityDate() bool + func (m NoQuoteEntries) HasMaturityMonthYear() bool + func (m NoQuoteEntries) HasMidPx() bool + func (m NoQuoteEntries) HasMidYield() bool + func (m NoQuoteEntries) HasNoSecurityAltID() bool + func (m NoQuoteEntries) HasOfferForwardPoints() bool + func (m NoQuoteEntries) HasOfferForwardPoints2() bool + func (m NoQuoteEntries) HasOfferPx() bool + func (m NoQuoteEntries) HasOfferSize() bool + func (m NoQuoteEntries) HasOfferSpotRate() bool + func (m NoQuoteEntries) HasOfferYield() bool + func (m NoQuoteEntries) HasOptAttribute() bool + func (m NoQuoteEntries) HasOrdType() bool + func (m NoQuoteEntries) HasOrderQty2() bool + func (m NoQuoteEntries) HasProduct() bool + func (m NoQuoteEntries) HasQuoteEntryID() bool + func (m NoQuoteEntries) HasRedemptionDate() bool + func (m NoQuoteEntries) HasRepoCollateralSecurityType() bool + func (m NoQuoteEntries) HasRepurchaseRate() bool + func (m NoQuoteEntries) HasRepurchaseTerm() bool + func (m NoQuoteEntries) HasSecurityDesc() bool + func (m NoQuoteEntries) HasSecurityExchange() bool + func (m NoQuoteEntries) HasSecurityID() bool + func (m NoQuoteEntries) HasSecurityIDSource() bool + func (m NoQuoteEntries) HasSecurityType() bool + func (m NoQuoteEntries) HasStateOrProvinceOfIssue() bool + func (m NoQuoteEntries) HasStrikePrice() bool + func (m NoQuoteEntries) HasSymbol() bool + func (m NoQuoteEntries) HasSymbolSfx() bool + func (m NoQuoteEntries) HasTradingSessionID() bool + func (m NoQuoteEntries) HasTradingSessionSubID() bool + func (m NoQuoteEntries) HasTransactTime() bool + func (m NoQuoteEntries) HasValidUntilTime() bool + func (m NoQuoteEntries) SetBidForwardPoints(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidForwardPoints2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidSize(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidSpotRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCFICode(v string) + func (m NoQuoteEntries) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCountryOfIssue(v string) + func (m NoQuoteEntries) SetCouponPaymentDate(v string) + func (m NoQuoteEntries) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCreditRating(v string) + func (m NoQuoteEntries) SetCurrency(v string) + 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) SetFactor(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetFutSettDate(v string) + func (m NoQuoteEntries) SetFutSettDate2(v string) + func (m NoQuoteEntries) SetInstrRegistry(v enum.InstrRegistry) + func (m NoQuoteEntries) SetIssueDate(v string) + func (m NoQuoteEntries) SetIssuer(v string) + func (m NoQuoteEntries) SetLocaleOfIssue(v string) + func (m NoQuoteEntries) SetMaturityDate(v string) + func (m NoQuoteEntries) SetMaturityMonthYear(v string) + func (m NoQuoteEntries) SetMidPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMidYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m NoQuoteEntries) SetOfferForwardPoints(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferForwardPoints2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferSize(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferSpotRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOptAttribute(v string) + func (m NoQuoteEntries) SetOrdType(v enum.OrdType) + func (m NoQuoteEntries) SetOrderQty2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetProduct(v enum.Product) + func (m NoQuoteEntries) SetQuoteEntryID(v string) + func (m NoQuoteEntries) SetRedemptionDate(v string) + func (m NoQuoteEntries) SetRepoCollateralSecurityType(v int) + func (m NoQuoteEntries) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetRepurchaseTerm(v int) + func (m NoQuoteEntries) SetSecurityDesc(v string) + func (m NoQuoteEntries) SetSecurityExchange(v string) + func (m NoQuoteEntries) SetSecurityID(v string) + func (m NoQuoteEntries) SetSecurityIDSource(v enum.SecurityIDSource) + func (m NoQuoteEntries) SetSecurityType(v enum.SecurityType) + func (m NoQuoteEntries) SetStateOrProvinceOfIssue(v string) + func (m NoQuoteEntries) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetSymbol(v string) + func (m NoQuoteEntries) SetSymbolSfx(v enum.SymbolSfx) + func (m NoQuoteEntries) SetTradingSessionID(v enum.TradingSessionID) + func (m NoQuoteEntries) SetTradingSessionSubID(v enum.TradingSessionSubID) + func (m NoQuoteEntries) SetTransactTime(v time.Time) + func (m NoQuoteEntries) SetValidUntilTime(v time.Time) + 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() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoQuoteEntries() (NoQuoteEntriesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetValidUntilTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotQuoteEntries() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbolSfx() (v string, 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) HasNoUnderlyingSecurityAltID() bool + func (m NoQuoteSets) HasQuoteSetID() bool + func (m NoQuoteSets) HasQuoteSetValidUntilTime() bool + func (m NoQuoteSets) HasTotQuoteEntries() bool + func (m NoQuoteSets) HasUnderlyingCFICode() bool + func (m NoQuoteSets) HasUnderlyingContractMultiplier() bool + func (m NoQuoteSets) HasUnderlyingCountryOfIssue() bool + func (m NoQuoteSets) HasUnderlyingCouponPaymentDate() bool + func (m NoQuoteSets) HasUnderlyingCouponRate() bool + func (m NoQuoteSets) HasUnderlyingCreditRating() bool + func (m NoQuoteSets) HasUnderlyingFactor() bool + func (m NoQuoteSets) HasUnderlyingInstrRegistry() bool + func (m NoQuoteSets) HasUnderlyingIssueDate() bool + func (m NoQuoteSets) HasUnderlyingIssuer() bool + func (m NoQuoteSets) HasUnderlyingLocaleOfIssue() bool + func (m NoQuoteSets) HasUnderlyingMaturityDate() bool + func (m NoQuoteSets) HasUnderlyingMaturityMonthYear() bool + func (m NoQuoteSets) HasUnderlyingOptAttribute() bool + func (m NoQuoteSets) HasUnderlyingProduct() bool + func (m NoQuoteSets) HasUnderlyingRedemptionDate() bool + func (m NoQuoteSets) HasUnderlyingRepoCollateralSecurityType() bool + func (m NoQuoteSets) HasUnderlyingRepurchaseRate() bool + func (m NoQuoteSets) HasUnderlyingRepurchaseTerm() bool + func (m NoQuoteSets) HasUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasUnderlyingSecurityExchange() bool + func (m NoQuoteSets) HasUnderlyingSecurityID() bool + func (m NoQuoteSets) HasUnderlyingSecurityIDSource() bool + func (m NoQuoteSets) HasUnderlyingSecurityType() bool + func (m NoQuoteSets) HasUnderlyingStateOrProvinceOfIssue() 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) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m NoQuoteSets) SetQuoteSetID(v string) + func (m NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time) + func (m NoQuoteSets) SetTotQuoteEntries(v int) + func (m NoQuoteSets) SetUnderlyingCFICode(v string) + func (m NoQuoteSets) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCountryOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingCouponPaymentDate(v string) + func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCreditRating(v string) + func (m NoQuoteSets) SetUnderlyingFactor(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingInstrRegistry(v string) + func (m NoQuoteSets) SetUnderlyingIssueDate(v string) + func (m NoQuoteSets) SetUnderlyingIssuer(v string) + func (m NoQuoteSets) SetUnderlyingLocaleOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingMaturityDate(v string) + func (m NoQuoteSets) SetUnderlyingMaturityMonthYear(v string) + func (m NoQuoteSets) SetUnderlyingOptAttribute(v string) + func (m NoQuoteSets) SetUnderlyingProduct(v int) + func (m NoQuoteSets) SetUnderlyingRedemptionDate(v string) + func (m NoQuoteSets) SetUnderlyingRepoCollateralSecurityType(v int) + func (m NoQuoteSets) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingRepurchaseTerm(v int) + func (m NoQuoteSets) SetUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetUnderlyingSecurityExchange(v string) + func (m NoQuoteSets) SetUnderlyingSecurityID(v string) + func (m NoQuoteSets) SetUnderlyingSecurityIDSource(v string) + func (m NoQuoteSets) SetUnderlyingSecurityType(v string) + func (m NoQuoteSets) SetUnderlyingStateOrProvinceOfIssue(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 NoSecurityAltID struct + func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, 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 NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) + type NoUnderlyingSecurityAltIDRepeatingGroup struct + func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID + type RouteOut func(msg MassQuote, sessionID quickfix.SessionID) quickfix.MessageRejectError