Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2023 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NoEvents struct + func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError) + func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError) + func (m NoEvents) GetEventType() (v enum.EventType, 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 enum.EventType) + 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() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyRole() (v int, 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() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (v int, 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() (v string, err quickfix.MessageRejectError) + func (m NoLegSecurityAltID) GetLegSecurityAltIDSource() (v string, 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() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCFICode() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCurrency() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegDatedDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssuer() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPool() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegProduct() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRatioQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSide() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbol() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegTimeUnit() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegUnitOfMeasure() (v string, 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() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) HasSecurityAltID() bool + func (m NoSecurityAltID) HasSecurityAltIDSource() bool + func (m NoSecurityAltID) SetSecurityAltID(v string) + func (m NoSecurityAltID) SetSecurityAltIDSource(v string) + type NoSecurityAltIDRepeatingGroup struct + func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup + func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID + func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID + type NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) + type NoUnderlyingSecurityAltIDRepeatingGroup struct + func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID + type NoUnderlyingStips struct + func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, 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() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (v int, 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() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (v int, 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 + Message *quickfix.Message + func FromMessage(m *quickfix.Message) SecurityDefinitionUpdateReport + func New() (m SecurityDefinitionUpdateReport) + func (m SecurityDefinitionUpdateReport) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCPRegType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetClearingBusinessDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCorporateAction() (v enum.CorporateAction, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetDatedDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetExpirationCycle() (v enum.ExpirationCycle, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMaturityTime() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetMinTradeVol() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNTPositionLimit() (v int, 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() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPool() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPositionLimit() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetRoundLot() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityReportID() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityReqID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityResponseID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityResponseType() (v enum.SecurityResponseType, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityUpdateAction() (v enum.SecurityUpdateAction, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetText() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingAdjustedQuantity() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnitOfMeasure() (v enum.UnitOfMeasure, 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 enum.CPProgram) + 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 enum.CorporateAction) + 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 enum.ExpirationCycle) + func (m SecurityDefinitionUpdateReport) SetFactor(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetInstrRegistry(v enum.InstrRegistry) + 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 enum.Product) + 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 enum.SecurityIDSource) + func (m SecurityDefinitionUpdateReport) SetSecurityReportID(v int) + func (m SecurityDefinitionUpdateReport) SetSecurityReqID(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityResponseID(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityResponseType(v enum.SecurityResponseType) + func (m SecurityDefinitionUpdateReport) SetSecurityStatus(v enum.SecurityStatus) + func (m SecurityDefinitionUpdateReport) SetSecuritySubType(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityType(v enum.SecurityType) + func (m SecurityDefinitionUpdateReport) SetSecurityUpdateAction(v enum.SecurityUpdateAction) + 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 enum.SymbolSfx) + func (m SecurityDefinitionUpdateReport) SetText(v string) + func (m SecurityDefinitionUpdateReport) SetTimeUnit(v enum.TimeUnit) + func (m SecurityDefinitionUpdateReport) SetTradingSessionID(v enum.TradingSessionID) + func (m SecurityDefinitionUpdateReport) SetTradingSessionSubID(v enum.TradingSessionSubID) + 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 enum.UnderlyingCashType) + 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 enum.UnderlyingFXRateCalc) + 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 enum.UnderlyingSettlementType) + 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 enum.UnitOfMeasure) + func (m SecurityDefinitionUpdateReport) ToMessage() *quickfix.Message