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 MassQuote struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) MassQuote + func New(quoteid field.QuoteIDField) (m MassQuote) + func (m MassQuote) GetAccount() (f field.AccountField, err quickfix.MessageRejectError) + func (m MassQuote) GetAccountType() (f field.AccountTypeField, err quickfix.MessageRejectError) + func (m MassQuote) GetAcctIDSource() (f field.AcctIDSourceField, err quickfix.MessageRejectError) + func (m MassQuote) GetDefBidSize() (f field.DefBidSizeField, err quickfix.MessageRejectError) + func (m MassQuote) GetDefOfferSize() (f field.DefOfferSizeField, err quickfix.MessageRejectError) + func (m MassQuote) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuote) GetNoQuoteSets() (NoQuoteSetsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuote) GetQuoteID() (f field.QuoteIDField, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteReqID() (f field.QuoteReqIDField, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteResponseLevel() (f field.QuoteResponseLevelField, err quickfix.MessageRejectError) + func (m MassQuote) GetQuoteType() (f field.QuoteTypeField, err quickfix.MessageRejectError) + func (m MassQuote) HasAccount() bool + func (m MassQuote) HasAccountType() bool + func (m MassQuote) HasAcctIDSource() 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 int) + func (m MassQuote) SetAcctIDSource(v int) + 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 int) + func (m MassQuote) SetQuoteType(v int) + func (m MassQuote) ToMessage() quickfix.Message + type NoEvents struct + func (m NoEvents) GetEventDate() (f field.EventDateField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventPx() (f field.EventPxField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventText() (f field.EventTextField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventType() (f field.EventTypeField, err quickfix.MessageRejectError) + func (m NoEvents) HasEventDate() bool + func (m NoEvents) HasEventPx() bool + func (m NoEvents) HasEventText() bool + func (m NoEvents) HasEventType() bool + func (m NoEvents) SetEventDate(v string) + func (m NoEvents) SetEventPx(value decimal.Decimal, scale int32) + func (m NoEvents) SetEventText(v string) + func (m NoEvents) SetEventType(v int) + type NoEventsRepeatingGroup struct + func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup + func (m NoEventsRepeatingGroup) Add() NoEvents + func (m NoEventsRepeatingGroup) Get(i int) NoEvents + type NoInstrumentParties struct + func (m NoInstrumentParties) GetInstrumentPartyID() (f field.InstrumentPartyIDField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyIDSource() (f field.InstrumentPartyIDSourceField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyRole() (f field.InstrumentPartyRoleField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetNoInstrumentPartySubIDs() (NoInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoInstrumentParties) HasInstrumentPartyID() bool + func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool + func (m NoInstrumentParties) HasInstrumentPartyRole() bool + func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool + func (m NoInstrumentParties) SetInstrumentPartyID(v string) + func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string) + func (m NoInstrumentParties) SetInstrumentPartyRole(v int) + func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup) + type NoInstrumentPartiesRepeatingGroup struct + func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup + func (m NoInstrumentPartiesRepeatingGroup) Add() NoInstrumentParties + func (m NoInstrumentPartiesRepeatingGroup) Get(i int) NoInstrumentParties + type NoInstrumentPartySubIDs struct + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (f field.InstrumentPartySubIDField, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (f field.InstrumentPartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string) + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int) + type NoInstrumentPartySubIDsRepeatingGroup struct + func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup + func (m NoInstrumentPartySubIDsRepeatingGroup) Add() NoInstrumentPartySubIDs + func (m NoInstrumentPartySubIDsRepeatingGroup) Get(i int) NoInstrumentPartySubIDs + type NoLegSecurityAltID struct + func (m NoLegSecurityAltID) GetLegSecurityAltID() (f field.LegSecurityAltIDField, err quickfix.MessageRejectError) + func (m NoLegSecurityAltID) GetLegSecurityAltIDSource() (f field.LegSecurityAltIDSourceField, err quickfix.MessageRejectError) + func (m NoLegSecurityAltID) HasLegSecurityAltID() bool + func (m NoLegSecurityAltID) HasLegSecurityAltIDSource() bool + func (m NoLegSecurityAltID) SetLegSecurityAltID(v string) + func (m NoLegSecurityAltID) SetLegSecurityAltIDSource(v string) + type NoLegSecurityAltIDRepeatingGroup struct + func NewNoLegSecurityAltIDRepeatingGroup() NoLegSecurityAltIDRepeatingGroup + func (m NoLegSecurityAltIDRepeatingGroup) Add() NoLegSecurityAltID + func (m NoLegSecurityAltIDRepeatingGroup) Get(i int) NoLegSecurityAltID + type NoLegs struct + func (m NoLegs) GetEncodedLegIssuer() (f field.EncodedLegIssuerField, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegIssuerLen() (f field.EncodedLegIssuerLenField, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDesc() (f field.EncodedLegSecurityDescField, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDescLen() (f field.EncodedLegSecurityDescLenField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCFICode() (f field.LegCFICodeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractMultiplier() (f field.LegContractMultiplierField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractSettlMonth() (f field.LegContractSettlMonthField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCountryOfIssue() (f field.LegCountryOfIssueField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponPaymentDate() (f field.LegCouponPaymentDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponRate() (f field.LegCouponRateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCreditRating() (f field.LegCreditRatingField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCurrency() (f field.LegCurrencyField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegDatedDate() (f field.LegDatedDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegFactor() (f field.LegFactorField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInstrRegistry() (f field.LegInstrRegistryField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInterestAccrualDate() (f field.LegInterestAccrualDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssueDate() (f field.LegIssueDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssuer() (f field.LegIssuerField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegLocaleOfIssue() (f field.LegLocaleOfIssueField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityDate() (f field.LegMaturityDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityMonthYear() (f field.LegMaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptAttribute() (f field.LegOptAttributeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPool() (f field.LegPoolField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegProduct() (f field.LegProductField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRatioQty() (f field.LegRatioQtyField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRedemptionDate() (f field.LegRedemptionDateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepoCollateralSecurityType() (f field.LegRepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseRate() (f field.LegRepurchaseRateField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseTerm() (f field.LegRepurchaseTermField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityDesc() (f field.LegSecurityDescField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityExchange() (f field.LegSecurityExchangeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityID() (f field.LegSecurityIDField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityIDSource() (f field.LegSecurityIDSourceField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecuritySubType() (f field.LegSecuritySubTypeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityType() (f field.LegSecurityTypeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSide() (f field.LegSideField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStateOrProvinceOfIssue() (f field.LegStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikeCurrency() (f field.LegStrikeCurrencyField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikePrice() (f field.LegStrikePriceField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbol() (f field.LegSymbolField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbolSfx() (f field.LegSymbolSfxField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegTimeUnit() (f field.LegTimeUnitField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegUnitOfMeasure() (f field.LegUnitOfMeasureField, err quickfix.MessageRejectError) + func (m NoLegs) GetNoLegSecurityAltID() (NoLegSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoLegs) HasEncodedLegIssuer() bool + func (m NoLegs) HasEncodedLegIssuerLen() bool + func (m NoLegs) HasEncodedLegSecurityDesc() bool + func (m NoLegs) HasEncodedLegSecurityDescLen() bool + func (m NoLegs) HasLegCFICode() bool + func (m NoLegs) HasLegContractMultiplier() bool + func (m NoLegs) HasLegContractSettlMonth() bool + func (m NoLegs) HasLegCountryOfIssue() bool + func (m NoLegs) HasLegCouponPaymentDate() bool + func (m NoLegs) HasLegCouponRate() bool + func (m NoLegs) HasLegCreditRating() bool + func (m NoLegs) HasLegCurrency() bool + func (m NoLegs) HasLegDatedDate() bool + func (m NoLegs) HasLegFactor() bool + func (m NoLegs) HasLegInstrRegistry() bool + func (m NoLegs) HasLegInterestAccrualDate() bool + func (m NoLegs) HasLegIssueDate() bool + func (m NoLegs) HasLegIssuer() bool + func (m NoLegs) HasLegLocaleOfIssue() bool + func (m NoLegs) HasLegMaturityDate() bool + func (m NoLegs) HasLegMaturityMonthYear() bool + func (m NoLegs) HasLegOptAttribute() bool + func (m NoLegs) HasLegPool() bool + func (m NoLegs) HasLegProduct() bool + func (m NoLegs) HasLegRatioQty() bool + func (m NoLegs) HasLegRedemptionDate() bool + func (m NoLegs) HasLegRepoCollateralSecurityType() bool + func (m NoLegs) HasLegRepurchaseRate() bool + func (m NoLegs) HasLegRepurchaseTerm() bool + func (m NoLegs) HasLegSecurityDesc() bool + func (m NoLegs) HasLegSecurityExchange() bool + func (m NoLegs) HasLegSecurityID() bool + func (m NoLegs) HasLegSecurityIDSource() bool + func (m NoLegs) HasLegSecuritySubType() bool + func (m NoLegs) HasLegSecurityType() bool + func (m NoLegs) HasLegSide() bool + func (m NoLegs) HasLegStateOrProvinceOfIssue() bool + func (m NoLegs) HasLegStrikeCurrency() bool + func (m NoLegs) HasLegStrikePrice() bool + func (m NoLegs) HasLegSymbol() bool + func (m NoLegs) HasLegSymbolSfx() bool + func (m NoLegs) HasLegTimeUnit() bool + func (m NoLegs) HasLegUnitOfMeasure() bool + func (m NoLegs) HasNoLegSecurityAltID() bool + func (m NoLegs) SetEncodedLegIssuer(v string) + func (m NoLegs) SetEncodedLegIssuerLen(v int) + func (m NoLegs) SetEncodedLegSecurityDesc(v string) + func (m NoLegs) SetEncodedLegSecurityDescLen(v int) + func (m NoLegs) SetLegCFICode(v string) + func (m NoLegs) SetLegContractMultiplier(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegContractSettlMonth(v string) + func (m NoLegs) SetLegCountryOfIssue(v string) + func (m NoLegs) SetLegCouponPaymentDate(v string) + func (m NoLegs) SetLegCouponRate(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegCreditRating(v string) + func (m NoLegs) SetLegCurrency(v string) + func (m NoLegs) SetLegDatedDate(v string) + func (m NoLegs) SetLegFactor(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegInstrRegistry(v string) + func (m NoLegs) SetLegInterestAccrualDate(v string) + func (m NoLegs) SetLegIssueDate(v string) + func (m NoLegs) SetLegIssuer(v string) + func (m NoLegs) SetLegLocaleOfIssue(v string) + func (m NoLegs) SetLegMaturityDate(v string) + func (m NoLegs) SetLegMaturityMonthYear(v string) + func (m NoLegs) SetLegOptAttribute(v string) + func (m NoLegs) SetLegPool(v string) + func (m NoLegs) SetLegProduct(v int) + func (m NoLegs) SetLegRatioQty(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegRedemptionDate(v string) + func (m NoLegs) SetLegRepoCollateralSecurityType(v int) + func (m NoLegs) SetLegRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegRepurchaseTerm(v int) + func (m NoLegs) SetLegSecurityDesc(v string) + func (m NoLegs) SetLegSecurityExchange(v string) + func (m NoLegs) SetLegSecurityID(v string) + func (m NoLegs) SetLegSecurityIDSource(v string) + func (m NoLegs) SetLegSecuritySubType(v string) + func (m NoLegs) SetLegSecurityType(v string) + func (m NoLegs) SetLegSide(v string) + func (m NoLegs) SetLegStateOrProvinceOfIssue(v string) + func (m NoLegs) SetLegStrikeCurrency(v string) + func (m NoLegs) SetLegStrikePrice(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegSymbol(v string) + func (m NoLegs) SetLegSymbolSfx(v string) + func (m NoLegs) SetLegTimeUnit(v string) + func (m NoLegs) SetLegUnitOfMeasure(v string) + func (m NoLegs) SetNoLegSecurityAltID(f NoLegSecurityAltIDRepeatingGroup) + type NoLegsRepeatingGroup struct + func NewNoLegsRepeatingGroup() NoLegsRepeatingGroup + func (m NoLegsRepeatingGroup) Add() NoLegs + func (m NoLegsRepeatingGroup) Get(i int) NoLegs + type NoPartyIDs struct + func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyID() (f field.PartyIDField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasNoPartySubIDs() bool + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup) + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v string) + func (m NoPartyIDs) SetPartyRole(v int) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoPartySubIDs struct + func (m NoPartySubIDs) GetPartySubID() (f field.PartySubIDField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v int) + type NoPartySubIDsRepeatingGroup struct + func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup + func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs + func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs + type NoQuoteEntries struct + func (m NoQuoteEntries) GetBidForwardPoints() (f field.BidForwardPointsField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidForwardPoints2() (f field.BidForwardPoints2Field, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidPx() (f field.BidPxField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSize() (f field.BidSizeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSpotRate() (f field.BidSpotRateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidYield() (f field.BidYieldField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCPProgram() (f field.CPProgramField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCPRegType() (f field.CPRegTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractSettlMonth() (f field.ContractSettlMonthField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetDatedDate() (f field.DatedDateField, 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) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInstrmtAssignmentMethod() (f field.InstrmtAssignmentMethodField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInterestAccrualDate() (f field.InterestAccrualDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityTime() (f field.MaturityTimeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidPx() (f field.MidPxField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidYield() (f field.MidYieldField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMinPriceIncrement() (f field.MinPriceIncrementField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNTPositionLimit() (f field.NTPositionLimitField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoLegs() (NoLegsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints() (f field.OfferForwardPointsField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints2() (f field.OfferForwardPoints2Field, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferPx() (f field.OfferPxField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSize() (f field.OfferSizeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSpotRate() (f field.OfferSpotRateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferYield() (f field.OfferYieldField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrdType() (f field.OrdTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrderQty2() (f field.OrderQty2Field, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPool() (f field.PoolField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPositionLimit() (f field.PositionLimitField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryID() (f field.QuoteEntryIDField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseTerm() (f field.RepurchaseTermField, 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) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityStatus() (f field.SecurityStatusField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecuritySubType() (f field.SecuritySubTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettlDate() (f field.SettlDateField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettlDate2() (f field.SettlDate2Field, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettleOnOpenFlag() (f field.SettleOnOpenFlagField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeCurrency() (f field.StrikeCurrencyField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeMultiplier() (f field.StrikeMultiplierField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeValue() (f field.StrikeValueField, 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) GetTimeUnit() (f field.TimeUnitField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetUnitOfMeasure() (f field.UnitOfMeasureField, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetValidUntilTime() (f field.ValidUntilTimeField, 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) HasCPProgram() bool + func (m NoQuoteEntries) HasCPRegType() bool + func (m NoQuoteEntries) HasContractMultiplier() bool + func (m NoQuoteEntries) HasContractSettlMonth() 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) HasDatedDate() 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) HasInstrRegistry() bool + func (m NoQuoteEntries) HasInstrmtAssignmentMethod() bool + func (m NoQuoteEntries) HasInterestAccrualDate() 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) HasMaturityTime() bool + func (m NoQuoteEntries) HasMidPx() bool + func (m NoQuoteEntries) HasMidYield() bool + func (m NoQuoteEntries) HasMinPriceIncrement() bool + func (m NoQuoteEntries) HasNTPositionLimit() bool + func (m NoQuoteEntries) HasNoEvents() bool + func (m NoQuoteEntries) HasNoInstrumentParties() bool + func (m NoQuoteEntries) HasNoLegs() 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) HasPool() bool + func (m NoQuoteEntries) HasPositionLimit() 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) HasSecurityStatus() bool + func (m NoQuoteEntries) HasSecuritySubType() bool + func (m NoQuoteEntries) HasSecurityType() bool + func (m NoQuoteEntries) HasSettlDate() bool + func (m NoQuoteEntries) HasSettlDate2() bool + func (m NoQuoteEntries) HasSettleOnOpenFlag() bool + func (m NoQuoteEntries) HasStateOrProvinceOfIssue() bool + func (m NoQuoteEntries) HasStrikeCurrency() bool + func (m NoQuoteEntries) HasStrikeMultiplier() bool + func (m NoQuoteEntries) HasStrikePrice() bool + func (m NoQuoteEntries) HasStrikeValue() bool + func (m NoQuoteEntries) HasSymbol() bool + func (m NoQuoteEntries) HasSymbolSfx() bool + func (m NoQuoteEntries) HasTimeUnit() bool + func (m NoQuoteEntries) HasTradingSessionID() bool + func (m NoQuoteEntries) HasTradingSessionSubID() bool + func (m NoQuoteEntries) HasTransactTime() bool + func (m NoQuoteEntries) HasUnitOfMeasure() 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) SetCPProgram(v int) + func (m NoQuoteEntries) SetCPRegType(v string) + func (m NoQuoteEntries) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetContractSettlMonth(v string) + 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) SetDatedDate(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) SetInstrRegistry(v string) + func (m NoQuoteEntries) SetInstrmtAssignmentMethod(v string) + func (m NoQuoteEntries) SetInterestAccrualDate(v string) + 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) SetMaturityTime(v string) + func (m NoQuoteEntries) SetMidPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMidYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetNTPositionLimit(v int) + func (m NoQuoteEntries) SetNoEvents(f NoEventsRepeatingGroup) + func (m NoQuoteEntries) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m NoQuoteEntries) SetNoLegs(f NoLegsRepeatingGroup) + 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 string) + func (m NoQuoteEntries) SetOrderQty2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetPool(v string) + func (m NoQuoteEntries) SetPositionLimit(v int) + func (m NoQuoteEntries) SetProduct(v int) + 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 string) + func (m NoQuoteEntries) SetSecurityStatus(v string) + func (m NoQuoteEntries) SetSecuritySubType(v string) + func (m NoQuoteEntries) SetSecurityType(v string) + func (m NoQuoteEntries) SetSettlDate(v string) + func (m NoQuoteEntries) SetSettlDate2(v string) + func (m NoQuoteEntries) SetSettleOnOpenFlag(v string) + func (m NoQuoteEntries) SetStateOrProvinceOfIssue(v string) + func (m NoQuoteEntries) SetStrikeCurrency(v string) + func (m NoQuoteEntries) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetStrikeValue(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetSymbol(v string) + func (m NoQuoteEntries) SetSymbolSfx(v string) + func (m NoQuoteEntries) SetTimeUnit(v string) + func (m NoQuoteEntries) SetTradingSessionID(v string) + func (m NoQuoteEntries) SetTradingSessionSubID(v string) + func (m NoQuoteEntries) SetTransactTime(v time.Time) + func (m NoQuoteEntries) SetUnitOfMeasure(v string) + 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() (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) GetLastFragment() (f field.LastFragmentField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoQuoteEntries() (NoQuoteEntriesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetID() (f field.QuoteSetIDField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetValidUntilTime() (f field.QuoteSetValidUntilTimeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotNoQuoteEntries() (f field.TotNoQuoteEntriesField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, 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) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, ...) + func (m NoQuoteSets) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, 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) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, 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) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, 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) HasLastFragment() bool + func (m NoQuoteSets) HasNoQuoteEntries() bool + func (m NoQuoteSets) HasNoUnderlyingSecurityAltID() bool + func (m NoQuoteSets) HasNoUnderlyingStips() bool + func (m NoQuoteSets) HasNoUndlyInstrumentParties() bool + func (m NoQuoteSets) HasQuoteSetID() bool + func (m NoQuoteSets) HasQuoteSetValidUntilTime() bool + func (m NoQuoteSets) HasTotNoQuoteEntries() bool + func (m NoQuoteSets) HasUnderlyingAdjustedQuantity() bool + func (m NoQuoteSets) HasUnderlyingAllocationPercent() bool + func (m NoQuoteSets) HasUnderlyingCFICode() bool + func (m NoQuoteSets) HasUnderlyingCPProgram() bool + func (m NoQuoteSets) HasUnderlyingCPRegType() bool + func (m NoQuoteSets) HasUnderlyingCapValue() bool + func (m NoQuoteSets) HasUnderlyingCashAmount() bool + func (m NoQuoteSets) HasUnderlyingCashType() 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) HasUnderlyingCurrency() bool + func (m NoQuoteSets) HasUnderlyingCurrentValue() bool + func (m NoQuoteSets) HasUnderlyingDirtyPrice() bool + func (m NoQuoteSets) HasUnderlyingEndPrice() bool + func (m NoQuoteSets) HasUnderlyingEndValue() bool + func (m NoQuoteSets) HasUnderlyingFXRate() bool + func (m NoQuoteSets) HasUnderlyingFXRateCalc() 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) HasUnderlyingPx() bool + func (m NoQuoteSets) HasUnderlyingQty() 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) HasUnderlyingSecuritySubType() bool + func (m NoQuoteSets) HasUnderlyingSecurityType() bool + func (m NoQuoteSets) HasUnderlyingSettlMethod() bool + func (m NoQuoteSets) HasUnderlyingSettlementType() bool + func (m NoQuoteSets) HasUnderlyingStartValue() bool + func (m NoQuoteSets) HasUnderlyingStateOrProvinceOfIssue() bool + func (m NoQuoteSets) HasUnderlyingStrikeCurrency() bool + func (m NoQuoteSets) HasUnderlyingStrikePrice() bool + func (m NoQuoteSets) HasUnderlyingSymbol() bool + func (m NoQuoteSets) HasUnderlyingSymbolSfx() bool + func (m NoQuoteSets) HasUnderlyingTimeUnit() bool + func (m NoQuoteSets) HasUnderlyingUnitOfMeasure() 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) SetLastFragment(v bool) + func (m NoQuoteSets) SetNoQuoteEntries(f NoQuoteEntriesRepeatingGroup) + func (m NoQuoteSets) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m NoQuoteSets) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m NoQuoteSets) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m NoQuoteSets) SetQuoteSetID(v string) + func (m NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time) + func (m NoQuoteSets) SetTotNoQuoteEntries(v int) + func (m NoQuoteSets) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCFICode(v string) + func (m NoQuoteSets) SetUnderlyingCPProgram(v string) + func (m NoQuoteSets) SetUnderlyingCPRegType(v string) + func (m NoQuoteSets) SetUnderlyingCapValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCashType(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) SetUnderlyingCurrency(v string) + func (m NoQuoteSets) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingEndValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingFXRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingFXRateCalc(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) SetUnderlyingPx(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingQty(value decimal.Decimal, scale int32) + 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) SetUnderlyingSecuritySubType(v string) + func (m NoQuoteSets) SetUnderlyingSecurityType(v string) + func (m NoQuoteSets) SetUnderlyingSettlMethod(v string) + func (m NoQuoteSets) SetUnderlyingSettlementType(v int) + func (m NoQuoteSets) SetUnderlyingStartValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingStrikeCurrency(v string) + func (m NoQuoteSets) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingSymbol(v string) + func (m NoQuoteSets) SetUnderlyingSymbolSfx(v string) + func (m NoQuoteSets) SetUnderlyingTimeUnit(v string) + func (m NoQuoteSets) SetUnderlyingUnitOfMeasure(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() (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 NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (f field.UnderlyingSecurityAltIDField, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (f field.UnderlyingSecurityAltIDSourceField, 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 NoUnderlyingStips struct + func (m NoUnderlyingStips) GetUnderlyingStipType() (f field.UnderlyingStipTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) GetUnderlyingStipValue() (f field.UnderlyingStipValueField, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) HasUnderlyingStipType() bool + func (m NoUnderlyingStips) HasUnderlyingStipValue() bool + func (m NoUnderlyingStips) SetUnderlyingStipType(v string) + func (m NoUnderlyingStips) SetUnderlyingStipValue(v string) + type NoUnderlyingStipsRepeatingGroup struct + func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup + func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips + func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips + type NoUndlyInstrumentParties struct + func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyID() (f field.UndlyInstrumentPartyIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (f field.UndlyInstrumentPartyIDSourceField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (f field.UndlyInstrumentPartyRoleField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool + func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int) + type NoUndlyInstrumentPartiesRepeatingGroup struct + func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup + func (m NoUndlyInstrumentPartiesRepeatingGroup) Add() NoUndlyInstrumentParties + func (m NoUndlyInstrumentPartiesRepeatingGroup) Get(i int) NoUndlyInstrumentParties + type NoUndlyInstrumentPartySubIDs struct + func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID() (f field.UndlyInstrumentPartySubIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (f field.UndlyInstrumentPartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool + func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool + func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string) + func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int) + type NoUndlyInstrumentPartySubIDsRepeatingGroup struct + func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Add() NoUndlyInstrumentPartySubIDs + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Get(i int) NoUndlyInstrumentPartySubIDs + type RouteOut func(msg MassQuote, sessionID quickfix.SessionID) quickfix.MessageRejectError