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 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 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 SecurityDefinitionUpdateReport, sessionID quickfix.SessionID) quickfix.MessageRejectError + type SecurityDefinitionUpdateReport struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) SecurityDefinitionUpdateReport + func New() (m SecurityDefinitionUpdateReport) + func (m SecurityDefinitionUpdateReport) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCPProgram() (f field.CPProgramField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCPRegType() (f field.CPRegTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetClearingBusinessDate() (f field.ClearingBusinessDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetContractSettlMonth() (f field.ContractSettlMonthField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCorporateAction() (f field.CorporateActionField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetDatedDate() (f field.DatedDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetExpirationCycle() (f field.ExpirationCycleField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInstrmtAssignmentMethod() (f field.InstrmtAssignmentMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInterestAccrualDate() (f field.InterestAccrualDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityTime() (f field.MaturityTimeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMinPriceIncrement() (f field.MinPriceIncrementField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMinTradeVol() (f field.MinTradeVolField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNTPositionLimit() (f field.NTPositionLimitField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoLegs() (NoLegsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPool() (f field.PoolField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPositionLimit() (f field.PositionLimitField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRoundLot() (f field.RoundLotField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityReportID() (f field.SecurityReportIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityReqID() (f field.SecurityReqIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityResponseID() (f field.SecurityResponseIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityResponseType() (f field.SecurityResponseTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityStatus() (f field.SecurityStatusField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecuritySubType() (f field.SecuritySubTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityUpdateAction() (f field.SecurityUpdateActionField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSettleOnOpenFlag() (f field.SettleOnOpenFlagField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeCurrency() (f field.StrikeCurrencyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeMultiplier() (f field.StrikeMultiplierField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeValue() (f field.StrikeValueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTimeUnit() (f field.TimeUnitField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, ...) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnitOfMeasure() (f field.UnitOfMeasureField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) HasCFICode() bool + func (m SecurityDefinitionUpdateReport) HasCPProgram() bool + func (m SecurityDefinitionUpdateReport) HasCPRegType() bool + func (m SecurityDefinitionUpdateReport) HasClearingBusinessDate() bool + func (m SecurityDefinitionUpdateReport) HasContractMultiplier() bool + func (m SecurityDefinitionUpdateReport) HasContractSettlMonth() bool + func (m SecurityDefinitionUpdateReport) HasCorporateAction() bool + func (m SecurityDefinitionUpdateReport) HasCountryOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasCouponPaymentDate() bool + func (m SecurityDefinitionUpdateReport) HasCouponRate() bool + func (m SecurityDefinitionUpdateReport) HasCreditRating() bool + func (m SecurityDefinitionUpdateReport) HasCurrency() bool + func (m SecurityDefinitionUpdateReport) HasDatedDate() bool + func (m SecurityDefinitionUpdateReport) HasEncodedIssuer() bool + func (m SecurityDefinitionUpdateReport) HasEncodedIssuerLen() bool + func (m SecurityDefinitionUpdateReport) HasEncodedSecurityDesc() bool + func (m SecurityDefinitionUpdateReport) HasEncodedSecurityDescLen() bool + func (m SecurityDefinitionUpdateReport) HasEncodedText() bool + func (m SecurityDefinitionUpdateReport) HasEncodedTextLen() bool + func (m SecurityDefinitionUpdateReport) HasEncodedUnderlyingIssuer() bool + func (m SecurityDefinitionUpdateReport) HasEncodedUnderlyingIssuerLen() bool + func (m SecurityDefinitionUpdateReport) HasEncodedUnderlyingSecurityDesc() bool + func (m SecurityDefinitionUpdateReport) HasEncodedUnderlyingSecurityDescLen() bool + func (m SecurityDefinitionUpdateReport) HasExpirationCycle() bool + func (m SecurityDefinitionUpdateReport) HasFactor() bool + func (m SecurityDefinitionUpdateReport) HasInstrRegistry() bool + func (m SecurityDefinitionUpdateReport) HasInstrmtAssignmentMethod() bool + func (m SecurityDefinitionUpdateReport) HasInterestAccrualDate() bool + func (m SecurityDefinitionUpdateReport) HasIssueDate() bool + func (m SecurityDefinitionUpdateReport) HasIssuer() bool + func (m SecurityDefinitionUpdateReport) HasLocaleOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasMaturityDate() bool + func (m SecurityDefinitionUpdateReport) HasMaturityMonthYear() bool + func (m SecurityDefinitionUpdateReport) HasMaturityTime() bool + func (m SecurityDefinitionUpdateReport) HasMinPriceIncrement() bool + func (m SecurityDefinitionUpdateReport) HasMinTradeVol() bool + func (m SecurityDefinitionUpdateReport) HasNTPositionLimit() bool + func (m SecurityDefinitionUpdateReport) HasNoEvents() bool + func (m SecurityDefinitionUpdateReport) HasNoInstrumentParties() bool + func (m SecurityDefinitionUpdateReport) HasNoLegs() bool + func (m SecurityDefinitionUpdateReport) HasNoSecurityAltID() bool + func (m SecurityDefinitionUpdateReport) HasNoUnderlyingSecurityAltID() bool + func (m SecurityDefinitionUpdateReport) HasNoUnderlyingStips() bool + func (m SecurityDefinitionUpdateReport) HasNoUndlyInstrumentParties() bool + func (m SecurityDefinitionUpdateReport) HasOptAttribute() bool + func (m SecurityDefinitionUpdateReport) HasPool() bool + func (m SecurityDefinitionUpdateReport) HasPositionLimit() bool + func (m SecurityDefinitionUpdateReport) HasProduct() bool + func (m SecurityDefinitionUpdateReport) HasRedemptionDate() bool + func (m SecurityDefinitionUpdateReport) HasRepoCollateralSecurityType() bool + func (m SecurityDefinitionUpdateReport) HasRepurchaseRate() bool + func (m SecurityDefinitionUpdateReport) HasRepurchaseTerm() bool + func (m SecurityDefinitionUpdateReport) HasRoundLot() bool + func (m SecurityDefinitionUpdateReport) HasSecurityDesc() bool + func (m SecurityDefinitionUpdateReport) HasSecurityExchange() bool + func (m SecurityDefinitionUpdateReport) HasSecurityID() bool + func (m SecurityDefinitionUpdateReport) HasSecurityIDSource() bool + func (m SecurityDefinitionUpdateReport) HasSecurityReportID() bool + func (m SecurityDefinitionUpdateReport) HasSecurityReqID() bool + func (m SecurityDefinitionUpdateReport) HasSecurityResponseID() bool + func (m SecurityDefinitionUpdateReport) HasSecurityResponseType() bool + func (m SecurityDefinitionUpdateReport) HasSecurityStatus() bool + func (m SecurityDefinitionUpdateReport) HasSecuritySubType() bool + func (m SecurityDefinitionUpdateReport) HasSecurityType() bool + func (m SecurityDefinitionUpdateReport) HasSecurityUpdateAction() bool + func (m SecurityDefinitionUpdateReport) HasSettleOnOpenFlag() bool + func (m SecurityDefinitionUpdateReport) HasStateOrProvinceOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasStrikeCurrency() bool + func (m SecurityDefinitionUpdateReport) HasStrikeMultiplier() bool + func (m SecurityDefinitionUpdateReport) HasStrikePrice() bool + func (m SecurityDefinitionUpdateReport) HasStrikeValue() bool + func (m SecurityDefinitionUpdateReport) HasSymbol() bool + func (m SecurityDefinitionUpdateReport) HasSymbolSfx() bool + func (m SecurityDefinitionUpdateReport) HasText() bool + func (m SecurityDefinitionUpdateReport) HasTimeUnit() bool + func (m SecurityDefinitionUpdateReport) HasTradingSessionID() bool + func (m SecurityDefinitionUpdateReport) HasTradingSessionSubID() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingAdjustedQuantity() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingAllocationPercent() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCFICode() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCPProgram() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCPRegType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCapValue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCashAmount() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCashType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingContractMultiplier() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCountryOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCouponPaymentDate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCouponRate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCreditRating() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCurrency() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingCurrentValue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingDirtyPrice() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingEndPrice() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingEndValue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingFXRate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingFXRateCalc() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingFactor() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingInstrRegistry() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingIssueDate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingIssuer() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingLocaleOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingMaturityDate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingMaturityMonthYear() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingOptAttribute() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingProduct() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingPx() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingQty() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingRedemptionDate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingRepoCollateralSecurityType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingRepurchaseRate() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingRepurchaseTerm() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecurityDesc() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecurityExchange() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecurityID() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecurityIDSource() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecuritySubType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSecurityType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSettlMethod() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSettlementType() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingStartValue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingStateOrProvinceOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingStrikeCurrency() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingStrikePrice() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSymbol() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingSymbolSfx() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingTimeUnit() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingUnitOfMeasure() bool + func (m SecurityDefinitionUpdateReport) HasUnitOfMeasure() bool + func (m SecurityDefinitionUpdateReport) SetCFICode(v string) + func (m SecurityDefinitionUpdateReport) SetCPProgram(v int) + func (m SecurityDefinitionUpdateReport) SetCPRegType(v string) + func (m SecurityDefinitionUpdateReport) SetClearingBusinessDate(v string) + func (m SecurityDefinitionUpdateReport) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetContractSettlMonth(v string) + func (m SecurityDefinitionUpdateReport) SetCorporateAction(v string) + func (m SecurityDefinitionUpdateReport) SetCountryOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetCouponPaymentDate(v string) + func (m SecurityDefinitionUpdateReport) SetCouponRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetCreditRating(v string) + func (m SecurityDefinitionUpdateReport) SetCurrency(v string) + func (m SecurityDefinitionUpdateReport) SetDatedDate(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedIssuer(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedIssuerLen(v int) + func (m SecurityDefinitionUpdateReport) SetEncodedSecurityDesc(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedSecurityDescLen(v int) + func (m SecurityDefinitionUpdateReport) SetEncodedText(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedTextLen(v int) + func (m SecurityDefinitionUpdateReport) SetEncodedUnderlyingIssuer(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedUnderlyingIssuerLen(v int) + func (m SecurityDefinitionUpdateReport) SetEncodedUnderlyingSecurityDesc(v string) + func (m SecurityDefinitionUpdateReport) SetEncodedUnderlyingSecurityDescLen(v int) + func (m SecurityDefinitionUpdateReport) SetExpirationCycle(v int) + func (m SecurityDefinitionUpdateReport) SetFactor(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetInstrRegistry(v string) + func (m SecurityDefinitionUpdateReport) SetInstrmtAssignmentMethod(v string) + func (m SecurityDefinitionUpdateReport) SetInterestAccrualDate(v string) + func (m SecurityDefinitionUpdateReport) SetIssueDate(v string) + func (m SecurityDefinitionUpdateReport) SetIssuer(v string) + func (m SecurityDefinitionUpdateReport) SetLocaleOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetMaturityDate(v string) + func (m SecurityDefinitionUpdateReport) SetMaturityMonthYear(v string) + func (m SecurityDefinitionUpdateReport) SetMaturityTime(v string) + func (m SecurityDefinitionUpdateReport) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetMinTradeVol(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetNTPositionLimit(v int) + func (m SecurityDefinitionUpdateReport) SetNoEvents(f NoEventsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoLegs(f NoLegsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetOptAttribute(v string) + func (m SecurityDefinitionUpdateReport) SetPool(v string) + func (m SecurityDefinitionUpdateReport) SetPositionLimit(v int) + func (m SecurityDefinitionUpdateReport) SetProduct(v int) + func (m SecurityDefinitionUpdateReport) SetRedemptionDate(v string) + func (m SecurityDefinitionUpdateReport) SetRepoCollateralSecurityType(v int) + func (m SecurityDefinitionUpdateReport) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetRepurchaseTerm(v int) + func (m SecurityDefinitionUpdateReport) SetRoundLot(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetSecurityDesc(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityExchange(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityID(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityIDSource(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityReportID(v int) + func (m SecurityDefinitionUpdateReport) SetSecurityReqID(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityResponseID(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityResponseType(v int) + func (m SecurityDefinitionUpdateReport) SetSecurityStatus(v string) + func (m SecurityDefinitionUpdateReport) SetSecuritySubType(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityType(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityUpdateAction(v string) + func (m SecurityDefinitionUpdateReport) SetSettleOnOpenFlag(v string) + func (m SecurityDefinitionUpdateReport) SetStateOrProvinceOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetStrikeCurrency(v string) + func (m SecurityDefinitionUpdateReport) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetStrikePrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetStrikeValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetSymbol(v string) + func (m SecurityDefinitionUpdateReport) SetSymbolSfx(v string) + func (m SecurityDefinitionUpdateReport) SetText(v string) + func (m SecurityDefinitionUpdateReport) SetTimeUnit(v string) + func (m SecurityDefinitionUpdateReport) SetTradingSessionID(v string) + func (m SecurityDefinitionUpdateReport) SetTradingSessionSubID(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCFICode(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCPProgram(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCPRegType(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCapValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCashType(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCountryOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCouponPaymentDate(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCreditRating(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCurrency(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingEndValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingFXRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingFXRateCalc(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingFactor(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingInstrRegistry(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingIssueDate(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingIssuer(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingLocaleOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingMaturityDate(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingMaturityMonthYear(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingOptAttribute(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingProduct(v int) + func (m SecurityDefinitionUpdateReport) SetUnderlyingPx(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingQty(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingRedemptionDate(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingRepoCollateralSecurityType(v int) + func (m SecurityDefinitionUpdateReport) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingRepurchaseTerm(v int) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecurityDesc(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecurityExchange(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecurityID(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecurityIDSource(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecuritySubType(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSecurityType(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSettlMethod(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSettlementType(v int) + func (m SecurityDefinitionUpdateReport) SetUnderlyingStartValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingStrikeCurrency(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSymbol(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingSymbolSfx(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingTimeUnit(v string) + func (m SecurityDefinitionUpdateReport) SetUnderlyingUnitOfMeasure(v string) + func (m SecurityDefinitionUpdateReport) SetUnitOfMeasure(v string) + func (m SecurityDefinitionUpdateReport) ToMessage() quickfix.Message