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 NoComplexEventDates struct + func (m NoComplexEventDates) GetComplexEventEndDate() (f field.ComplexEventEndDateField, err quickfix.MessageRejectError) + func (m NoComplexEventDates) GetComplexEventStartDate() (f field.ComplexEventStartDateField, err quickfix.MessageRejectError) + func (m NoComplexEventDates) GetNoComplexEventTimes() (NoComplexEventTimesRepeatingGroup, quickfix.MessageRejectError) + func (m NoComplexEventDates) HasComplexEventEndDate() bool + func (m NoComplexEventDates) HasComplexEventStartDate() bool + func (m NoComplexEventDates) HasNoComplexEventTimes() bool + func (m NoComplexEventDates) SetComplexEventEndDate(v time.Time) + func (m NoComplexEventDates) SetComplexEventStartDate(v time.Time) + func (m NoComplexEventDates) SetNoComplexEventTimes(f NoComplexEventTimesRepeatingGroup) + type NoComplexEventDatesRepeatingGroup struct + func NewNoComplexEventDatesRepeatingGroup() NoComplexEventDatesRepeatingGroup + func (m NoComplexEventDatesRepeatingGroup) Add() NoComplexEventDates + func (m NoComplexEventDatesRepeatingGroup) Get(i int) NoComplexEventDates + type NoComplexEventTimes struct + func (m NoComplexEventTimes) GetComplexEventEndTime() (f field.ComplexEventEndTimeField, err quickfix.MessageRejectError) + func (m NoComplexEventTimes) GetComplexEventStartTime() (f field.ComplexEventStartTimeField, err quickfix.MessageRejectError) + func (m NoComplexEventTimes) HasComplexEventEndTime() bool + func (m NoComplexEventTimes) HasComplexEventStartTime() bool + func (m NoComplexEventTimes) SetComplexEventEndTime(v string) + func (m NoComplexEventTimes) SetComplexEventStartTime(v string) + type NoComplexEventTimesRepeatingGroup struct + func NewNoComplexEventTimesRepeatingGroup() NoComplexEventTimesRepeatingGroup + func (m NoComplexEventTimesRepeatingGroup) Add() NoComplexEventTimes + func (m NoComplexEventTimesRepeatingGroup) Get(i int) NoComplexEventTimes + type NoComplexEvents struct + func (m NoComplexEvents) GetComplexEventCondition() (f field.ComplexEventConditionField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPrice() (f field.ComplexEventPriceField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (f field.ComplexEventPriceBoundaryMethodField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (f field.ComplexEventPriceBoundaryPrecisionField, ...) + func (m NoComplexEvents) GetComplexEventPriceTimeType() (f field.ComplexEventPriceTimeTypeField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventType() (f field.ComplexEventTypeField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexOptPayoutAmount() (f field.ComplexOptPayoutAmountField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetNoComplexEventDates() (NoComplexEventDatesRepeatingGroup, quickfix.MessageRejectError) + func (m NoComplexEvents) HasComplexEventCondition() bool + func (m NoComplexEvents) HasComplexEventPrice() bool + func (m NoComplexEvents) HasComplexEventPriceBoundaryMethod() bool + func (m NoComplexEvents) HasComplexEventPriceBoundaryPrecision() bool + func (m NoComplexEvents) HasComplexEventPriceTimeType() bool + func (m NoComplexEvents) HasComplexEventType() bool + func (m NoComplexEvents) HasComplexOptPayoutAmount() bool + func (m NoComplexEvents) HasNoComplexEventDates() bool + func (m NoComplexEvents) SetComplexEventCondition(v int) + func (m NoComplexEvents) SetComplexEventPrice(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v int) + func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceTimeType(v int) + func (m NoComplexEvents) SetComplexEventType(v int) + func (m NoComplexEvents) SetComplexOptPayoutAmount(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup) + type NoComplexEventsRepeatingGroup struct + func NewNoComplexEventsRepeatingGroup() NoComplexEventsRepeatingGroup + func (m NoComplexEventsRepeatingGroup) Add() NoComplexEvents + func (m NoComplexEventsRepeatingGroup) Get(i int) NoComplexEvents + 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) GetEventTime() (f field.EventTimeField, 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) HasEventTime() 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) SetEventTime(v time.Time) + 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 NoExecInstRules struct + func (m NoExecInstRules) GetExecInstValue() (f field.ExecInstValueField, err quickfix.MessageRejectError) + func (m NoExecInstRules) HasExecInstValue() bool + func (m NoExecInstRules) SetExecInstValue(v string) + type NoExecInstRulesRepeatingGroup struct + func NewNoExecInstRulesRepeatingGroup() NoExecInstRulesRepeatingGroup + func (m NoExecInstRulesRepeatingGroup) Add() NoExecInstRules + func (m NoExecInstRulesRepeatingGroup) Get(i int) NoExecInstRules + type NoInstrAttrib struct + func (m NoInstrAttrib) GetInstrAttribType() (f field.InstrAttribTypeField, err quickfix.MessageRejectError) + func (m NoInstrAttrib) GetInstrAttribValue() (f field.InstrAttribValueField, err quickfix.MessageRejectError) + func (m NoInstrAttrib) HasInstrAttribType() bool + func (m NoInstrAttrib) HasInstrAttribValue() bool + func (m NoInstrAttrib) SetInstrAttribType(v int) + func (m NoInstrAttrib) SetInstrAttribValue(v string) + type NoInstrAttribRepeatingGroup struct + func NewNoInstrAttribRepeatingGroup() NoInstrAttribRepeatingGroup + func (m NoInstrAttribRepeatingGroup) Add() NoInstrAttrib + func (m NoInstrAttribRepeatingGroup) Get(i int) NoInstrAttrib + 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) GetLegContractMultiplierUnit() (f field.LegContractMultiplierUnitField, 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) GetLegExerciseStyle() (f field.LegExerciseStyleField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegFactor() (f field.LegFactorField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegFlowScheduleType() (f field.LegFlowScheduleTypeField, 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) GetLegMaturityTime() (f field.LegMaturityTimeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptAttribute() (f field.LegOptAttributeField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptionRatio() (f field.LegOptionRatioField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPool() (f field.LegPoolField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPrice() (f field.LegPriceField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPriceUnitOfMeasure() (f field.LegPriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPriceUnitOfMeasureQty() (f field.LegPriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegProduct() (f field.LegProductField, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPutOrCall() (f field.LegPutOrCallField, 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) GetLegUnitOfMeasureQty() (f field.LegUnitOfMeasureQtyField, 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) HasLegContractMultiplierUnit() 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) HasLegExerciseStyle() bool + func (m NoLegs) HasLegFactor() bool + func (m NoLegs) HasLegFlowScheduleType() 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) HasLegMaturityTime() bool + func (m NoLegs) HasLegOptAttribute() bool + func (m NoLegs) HasLegOptionRatio() bool + func (m NoLegs) HasLegPool() bool + func (m NoLegs) HasLegPrice() bool + func (m NoLegs) HasLegPriceUnitOfMeasure() bool + func (m NoLegs) HasLegPriceUnitOfMeasureQty() bool + func (m NoLegs) HasLegProduct() bool + func (m NoLegs) HasLegPutOrCall() 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) HasLegUnitOfMeasureQty() 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) SetLegContractMultiplierUnit(v int) + 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) SetLegExerciseStyle(v int) + func (m NoLegs) SetLegFactor(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegFlowScheduleType(v int) + 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) SetLegMaturityTime(v string) + func (m NoLegs) SetLegOptAttribute(v string) + func (m NoLegs) SetLegOptionRatio(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegPool(v string) + func (m NoLegs) SetLegPrice(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegPriceUnitOfMeasure(v string) + func (m NoLegs) SetLegPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoLegs) SetLegProduct(v int) + func (m NoLegs) SetLegPutOrCall(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) SetLegUnitOfMeasureQty(value decimal.Decimal, scale int32) + 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 NoLotTypeRules struct + func (m NoLotTypeRules) GetLotType() (f field.LotTypeField, err quickfix.MessageRejectError) + func (m NoLotTypeRules) GetMinLotSize() (f field.MinLotSizeField, err quickfix.MessageRejectError) + func (m NoLotTypeRules) HasLotType() bool + func (m NoLotTypeRules) HasMinLotSize() bool + func (m NoLotTypeRules) SetLotType(v string) + func (m NoLotTypeRules) SetMinLotSize(value decimal.Decimal, scale int32) + type NoLotTypeRulesRepeatingGroup struct + func NewNoLotTypeRulesRepeatingGroup() NoLotTypeRulesRepeatingGroup + func (m NoLotTypeRulesRepeatingGroup) Add() NoLotTypeRules + func (m NoLotTypeRulesRepeatingGroup) Get(i int) NoLotTypeRules + type NoMDFeedTypes struct + func (m NoMDFeedTypes) GetMDBookType() (f field.MDBookTypeField, err quickfix.MessageRejectError) + func (m NoMDFeedTypes) GetMDFeedType() (f field.MDFeedTypeField, err quickfix.MessageRejectError) + func (m NoMDFeedTypes) GetMarketDepth() (f field.MarketDepthField, err quickfix.MessageRejectError) + func (m NoMDFeedTypes) HasMDBookType() bool + func (m NoMDFeedTypes) HasMDFeedType() bool + func (m NoMDFeedTypes) HasMarketDepth() bool + func (m NoMDFeedTypes) SetMDBookType(v int) + func (m NoMDFeedTypes) SetMDFeedType(v string) + func (m NoMDFeedTypes) SetMarketDepth(v int) + type NoMDFeedTypesRepeatingGroup struct + func NewNoMDFeedTypesRepeatingGroup() NoMDFeedTypesRepeatingGroup + func (m NoMDFeedTypesRepeatingGroup) Add() NoMDFeedTypes + func (m NoMDFeedTypesRepeatingGroup) Get(i int) NoMDFeedTypes + type NoMarketSegments struct + func (m NoMarketSegments) GetExpirationCycle() (f field.ExpirationCycleField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetHighLimitPrice() (f field.HighLimitPriceField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetImpliedMarketIndicator() (f field.ImpliedMarketIndicatorField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetLowLimitPrice() (f field.LowLimitPriceField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMarketID() (f field.MarketIDField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMarketSegmentID() (f field.MarketSegmentIDField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMaxPriceVariation() (f field.MaxPriceVariationField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMaxTradeVol() (f field.MaxTradeVolField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMinTradeVol() (f field.MinTradeVolField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMultilegModel() (f field.MultilegModelField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetMultilegPriceMethod() (f field.MultilegPriceMethodField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetNoLotTypeRules() (NoLotTypeRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoMarketSegments) GetNoNestedInstrAttrib() (NoNestedInstrAttribRepeatingGroup, quickfix.MessageRejectError) + func (m NoMarketSegments) GetNoStrikeRules() (NoStrikeRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoMarketSegments) GetNoTickRules() (NoTickRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoMarketSegments) GetNoTradingSessionRules() (NoTradingSessionRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoMarketSegments) GetPriceLimitType() (f field.PriceLimitTypeField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetPriceType() (f field.PriceTypeField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetRoundLot() (f field.RoundLotField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetTradingCurrency() (f field.TradingCurrencyField, err quickfix.MessageRejectError) + func (m NoMarketSegments) GetTradingReferencePrice() (f field.TradingReferencePriceField, err quickfix.MessageRejectError) + func (m NoMarketSegments) HasExpirationCycle() bool + func (m NoMarketSegments) HasHighLimitPrice() bool + func (m NoMarketSegments) HasImpliedMarketIndicator() bool + func (m NoMarketSegments) HasLowLimitPrice() bool + func (m NoMarketSegments) HasMarketID() bool + func (m NoMarketSegments) HasMarketSegmentID() bool + func (m NoMarketSegments) HasMaxPriceVariation() bool + func (m NoMarketSegments) HasMaxTradeVol() bool + func (m NoMarketSegments) HasMinTradeVol() bool + func (m NoMarketSegments) HasMultilegModel() bool + func (m NoMarketSegments) HasMultilegPriceMethod() bool + func (m NoMarketSegments) HasNoLotTypeRules() bool + func (m NoMarketSegments) HasNoNestedInstrAttrib() bool + func (m NoMarketSegments) HasNoStrikeRules() bool + func (m NoMarketSegments) HasNoTickRules() bool + func (m NoMarketSegments) HasNoTradingSessionRules() bool + func (m NoMarketSegments) HasPriceLimitType() bool + func (m NoMarketSegments) HasPriceType() bool + func (m NoMarketSegments) HasRoundLot() bool + func (m NoMarketSegments) HasTradingCurrency() bool + func (m NoMarketSegments) HasTradingReferencePrice() bool + func (m NoMarketSegments) SetExpirationCycle(v int) + func (m NoMarketSegments) SetHighLimitPrice(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetImpliedMarketIndicator(v int) + func (m NoMarketSegments) SetLowLimitPrice(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetMarketID(v string) + func (m NoMarketSegments) SetMarketSegmentID(v string) + func (m NoMarketSegments) SetMaxPriceVariation(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetMaxTradeVol(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetMinTradeVol(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetMultilegModel(v int) + func (m NoMarketSegments) SetMultilegPriceMethod(v int) + func (m NoMarketSegments) SetNoLotTypeRules(f NoLotTypeRulesRepeatingGroup) + func (m NoMarketSegments) SetNoNestedInstrAttrib(f NoNestedInstrAttribRepeatingGroup) + func (m NoMarketSegments) SetNoStrikeRules(f NoStrikeRulesRepeatingGroup) + func (m NoMarketSegments) SetNoTickRules(f NoTickRulesRepeatingGroup) + func (m NoMarketSegments) SetNoTradingSessionRules(f NoTradingSessionRulesRepeatingGroup) + func (m NoMarketSegments) SetPriceLimitType(v int) + func (m NoMarketSegments) SetPriceType(v int) + func (m NoMarketSegments) SetRoundLot(value decimal.Decimal, scale int32) + func (m NoMarketSegments) SetTradingCurrency(v string) + func (m NoMarketSegments) SetTradingReferencePrice(value decimal.Decimal, scale int32) + type NoMarketSegmentsRepeatingGroup struct + func NewNoMarketSegmentsRepeatingGroup() NoMarketSegmentsRepeatingGroup + func (m NoMarketSegmentsRepeatingGroup) Add() NoMarketSegments + func (m NoMarketSegmentsRepeatingGroup) Get(i int) NoMarketSegments + type NoMatchRules struct + func (m NoMatchRules) GetMatchAlgorithm() (f field.MatchAlgorithmField, err quickfix.MessageRejectError) + func (m NoMatchRules) GetMatchType() (f field.MatchTypeField, err quickfix.MessageRejectError) + func (m NoMatchRules) HasMatchAlgorithm() bool + func (m NoMatchRules) HasMatchType() bool + func (m NoMatchRules) SetMatchAlgorithm(v string) + func (m NoMatchRules) SetMatchType(v string) + type NoMatchRulesRepeatingGroup struct + func NewNoMatchRulesRepeatingGroup() NoMatchRulesRepeatingGroup + func (m NoMatchRulesRepeatingGroup) Add() NoMatchRules + func (m NoMatchRulesRepeatingGroup) Get(i int) NoMatchRules + type NoMaturityRules struct + func (m NoMaturityRules) GetEndMaturityMonthYear() (f field.EndMaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoMaturityRules) GetMaturityMonthYearFormat() (f field.MaturityMonthYearFormatField, err quickfix.MessageRejectError) + func (m NoMaturityRules) GetMaturityMonthYearIncrement() (f field.MaturityMonthYearIncrementField, err quickfix.MessageRejectError) + func (m NoMaturityRules) GetMaturityMonthYearIncrementUnits() (f field.MaturityMonthYearIncrementUnitsField, err quickfix.MessageRejectError) + func (m NoMaturityRules) GetMaturityRuleID() (f field.MaturityRuleIDField, err quickfix.MessageRejectError) + func (m NoMaturityRules) GetStartMaturityMonthYear() (f field.StartMaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoMaturityRules) HasEndMaturityMonthYear() bool + func (m NoMaturityRules) HasMaturityMonthYearFormat() bool + func (m NoMaturityRules) HasMaturityMonthYearIncrement() bool + func (m NoMaturityRules) HasMaturityMonthYearIncrementUnits() bool + func (m NoMaturityRules) HasMaturityRuleID() bool + func (m NoMaturityRules) HasStartMaturityMonthYear() bool + func (m NoMaturityRules) SetEndMaturityMonthYear(v string) + func (m NoMaturityRules) SetMaturityMonthYearFormat(v int) + func (m NoMaturityRules) SetMaturityMonthYearIncrement(v int) + func (m NoMaturityRules) SetMaturityMonthYearIncrementUnits(v int) + func (m NoMaturityRules) SetMaturityRuleID(v string) + func (m NoMaturityRules) SetStartMaturityMonthYear(v string) + type NoMaturityRulesRepeatingGroup struct + func NewNoMaturityRulesRepeatingGroup() NoMaturityRulesRepeatingGroup + func (m NoMaturityRulesRepeatingGroup) Add() NoMaturityRules + func (m NoMaturityRulesRepeatingGroup) Get(i int) NoMaturityRules + type NoNestedInstrAttrib struct + func (m NoNestedInstrAttrib) GetNestedInstrAttribType() (f field.NestedInstrAttribTypeField, err quickfix.MessageRejectError) + func (m NoNestedInstrAttrib) GetNestedInstrAttribValue() (f field.NestedInstrAttribValueField, err quickfix.MessageRejectError) + func (m NoNestedInstrAttrib) HasNestedInstrAttribType() bool + func (m NoNestedInstrAttrib) HasNestedInstrAttribValue() bool + func (m NoNestedInstrAttrib) SetNestedInstrAttribType(v int) + func (m NoNestedInstrAttrib) SetNestedInstrAttribValue(v string) + type NoNestedInstrAttribRepeatingGroup struct + func NewNoNestedInstrAttribRepeatingGroup() NoNestedInstrAttribRepeatingGroup + func (m NoNestedInstrAttribRepeatingGroup) Add() NoNestedInstrAttrib + func (m NoNestedInstrAttribRepeatingGroup) Get(i int) NoNestedInstrAttrib + type NoOrdTypeRules struct + func (m NoOrdTypeRules) GetOrdType() (f field.OrdTypeField, err quickfix.MessageRejectError) + func (m NoOrdTypeRules) HasOrdType() bool + func (m NoOrdTypeRules) SetOrdType(v string) + type NoOrdTypeRulesRepeatingGroup struct + func NewNoOrdTypeRulesRepeatingGroup() NoOrdTypeRulesRepeatingGroup + func (m NoOrdTypeRulesRepeatingGroup) Add() NoOrdTypeRules + func (m NoOrdTypeRulesRepeatingGroup) Get(i int) NoOrdTypeRules + 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 NoStipulations struct + func (m NoStipulations) GetStipulationType() (f field.StipulationTypeField, err quickfix.MessageRejectError) + func (m NoStipulations) GetStipulationValue() (f field.StipulationValueField, err quickfix.MessageRejectError) + func (m NoStipulations) HasStipulationType() bool + func (m NoStipulations) HasStipulationValue() bool + func (m NoStipulations) SetStipulationType(v string) + func (m NoStipulations) SetStipulationValue(v string) + type NoStipulationsRepeatingGroup struct + func NewNoStipulationsRepeatingGroup() NoStipulationsRepeatingGroup + func (m NoStipulationsRepeatingGroup) Add() NoStipulations + func (m NoStipulationsRepeatingGroup) Get(i int) NoStipulations + type NoStrikeRules struct + func (m NoStrikeRules) GetEndStrikePxRange() (f field.EndStrikePxRangeField, err quickfix.MessageRejectError) + func (m NoStrikeRules) GetNoMaturityRules() (NoMaturityRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoStrikeRules) GetStartStrikePxRange() (f field.StartStrikePxRangeField, err quickfix.MessageRejectError) + func (m NoStrikeRules) GetStrikeExerciseStyle() (f field.StrikeExerciseStyleField, err quickfix.MessageRejectError) + func (m NoStrikeRules) GetStrikeIncrement() (f field.StrikeIncrementField, err quickfix.MessageRejectError) + func (m NoStrikeRules) GetStrikeRuleID() (f field.StrikeRuleIDField, err quickfix.MessageRejectError) + func (m NoStrikeRules) HasEndStrikePxRange() bool + func (m NoStrikeRules) HasNoMaturityRules() bool + func (m NoStrikeRules) HasStartStrikePxRange() bool + func (m NoStrikeRules) HasStrikeExerciseStyle() bool + func (m NoStrikeRules) HasStrikeIncrement() bool + func (m NoStrikeRules) HasStrikeRuleID() bool + func (m NoStrikeRules) SetEndStrikePxRange(value decimal.Decimal, scale int32) + func (m NoStrikeRules) SetNoMaturityRules(f NoMaturityRulesRepeatingGroup) + func (m NoStrikeRules) SetStartStrikePxRange(value decimal.Decimal, scale int32) + func (m NoStrikeRules) SetStrikeExerciseStyle(v int) + func (m NoStrikeRules) SetStrikeIncrement(value decimal.Decimal, scale int32) + func (m NoStrikeRules) SetStrikeRuleID(v string) + type NoStrikeRulesRepeatingGroup struct + func NewNoStrikeRulesRepeatingGroup() NoStrikeRulesRepeatingGroup + func (m NoStrikeRulesRepeatingGroup) Add() NoStrikeRules + func (m NoStrikeRulesRepeatingGroup) Get(i int) NoStrikeRules + type NoTickRules struct + func (m NoTickRules) GetEndTickPriceRange() (f field.EndTickPriceRangeField, err quickfix.MessageRejectError) + func (m NoTickRules) GetStartTickPriceRange() (f field.StartTickPriceRangeField, err quickfix.MessageRejectError) + func (m NoTickRules) GetTickIncrement() (f field.TickIncrementField, err quickfix.MessageRejectError) + func (m NoTickRules) GetTickRuleType() (f field.TickRuleTypeField, err quickfix.MessageRejectError) + func (m NoTickRules) HasEndTickPriceRange() bool + func (m NoTickRules) HasStartTickPriceRange() bool + func (m NoTickRules) HasTickIncrement() bool + func (m NoTickRules) HasTickRuleType() bool + func (m NoTickRules) SetEndTickPriceRange(value decimal.Decimal, scale int32) + func (m NoTickRules) SetStartTickPriceRange(value decimal.Decimal, scale int32) + func (m NoTickRules) SetTickIncrement(value decimal.Decimal, scale int32) + func (m NoTickRules) SetTickRuleType(v int) + type NoTickRulesRepeatingGroup struct + func NewNoTickRulesRepeatingGroup() NoTickRulesRepeatingGroup + func (m NoTickRulesRepeatingGroup) Add() NoTickRules + func (m NoTickRulesRepeatingGroup) Get(i int) NoTickRules + type NoTimeInForceRules struct + func (m NoTimeInForceRules) GetTimeInForce() (f field.TimeInForceField, err quickfix.MessageRejectError) + func (m NoTimeInForceRules) HasTimeInForce() bool + func (m NoTimeInForceRules) SetTimeInForce(v string) + type NoTimeInForceRulesRepeatingGroup struct + func NewNoTimeInForceRulesRepeatingGroup() NoTimeInForceRulesRepeatingGroup + func (m NoTimeInForceRulesRepeatingGroup) Add() NoTimeInForceRules + func (m NoTimeInForceRulesRepeatingGroup) Get(i int) NoTimeInForceRules + type NoTradingSessionRules struct + func (m NoTradingSessionRules) GetNoExecInstRules() (NoExecInstRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetNoMDFeedTypes() (NoMDFeedTypesRepeatingGroup, quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetNoMatchRules() (NoMatchRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetNoOrdTypeRules() (NoOrdTypeRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetNoTimeInForceRules() (NoTimeInForceRulesRepeatingGroup, quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m NoTradingSessionRules) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError) + func (m NoTradingSessionRules) HasNoExecInstRules() bool + func (m NoTradingSessionRules) HasNoMDFeedTypes() bool + func (m NoTradingSessionRules) HasNoMatchRules() bool + func (m NoTradingSessionRules) HasNoOrdTypeRules() bool + func (m NoTradingSessionRules) HasNoTimeInForceRules() bool + func (m NoTradingSessionRules) HasTradingSessionID() bool + func (m NoTradingSessionRules) HasTradingSessionSubID() bool + func (m NoTradingSessionRules) SetNoExecInstRules(f NoExecInstRulesRepeatingGroup) + func (m NoTradingSessionRules) SetNoMDFeedTypes(f NoMDFeedTypesRepeatingGroup) + func (m NoTradingSessionRules) SetNoMatchRules(f NoMatchRulesRepeatingGroup) + func (m NoTradingSessionRules) SetNoOrdTypeRules(f NoOrdTypeRulesRepeatingGroup) + func (m NoTradingSessionRules) SetNoTimeInForceRules(f NoTimeInForceRulesRepeatingGroup) + func (m NoTradingSessionRules) SetTradingSessionID(v string) + func (m NoTradingSessionRules) SetTradingSessionSubID(v string) + type NoTradingSessionRulesRepeatingGroup struct + func NewNoTradingSessionRulesRepeatingGroup() NoTradingSessionRulesRepeatingGroup + func (m NoTradingSessionRulesRepeatingGroup) Add() NoTradingSessionRules + func (m NoTradingSessionRulesRepeatingGroup) Get(i int) NoTradingSessionRules + 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 NoUnderlyings struct + func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m NoUnderlyings) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingAttachmentPoint() (f field.UnderlyingAttachmentPointField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingContractMultiplierUnit() (f field.UnderlyingContractMultiplierUnitField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingDetachmentPoint() (f field.UnderlyingDetachmentPointField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingExerciseStyle() (f field.UnderlyingExerciseStyleField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFlowScheduleType() (f field.UnderlyingFlowScheduleTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityTime() (f field.UnderlyingMaturityTimeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingNotionalPercentageOutstanding() (f field.UnderlyingNotionalPercentageOutstandingField, ...) + func (m NoUnderlyings) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingOriginalNotionalPercentageOutstanding() (f field.UnderlyingOriginalNotionalPercentageOutstandingField, ...) + func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasure() (f field.UnderlyingPriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasureQty() (f field.UnderlyingPriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPutOrCall() (f field.UnderlyingPutOrCallField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, ...) + func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRestructuringType() (f field.UnderlyingRestructuringTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSeniority() (f field.UnderlyingSeniorityField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingUnitOfMeasureQty() (f field.UnderlyingUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool + func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool + func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool + func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool + func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool + func (m NoUnderlyings) HasNoUnderlyingStips() bool + func (m NoUnderlyings) HasNoUndlyInstrumentParties() bool + func (m NoUnderlyings) HasUnderlyingAdjustedQuantity() bool + func (m NoUnderlyings) HasUnderlyingAllocationPercent() bool + func (m NoUnderlyings) HasUnderlyingAttachmentPoint() bool + func (m NoUnderlyings) HasUnderlyingCFICode() bool + func (m NoUnderlyings) HasUnderlyingCPProgram() bool + func (m NoUnderlyings) HasUnderlyingCPRegType() bool + func (m NoUnderlyings) HasUnderlyingCapValue() bool + func (m NoUnderlyings) HasUnderlyingCashAmount() bool + func (m NoUnderlyings) HasUnderlyingCashType() bool + func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool + func (m NoUnderlyings) HasUnderlyingContractMultiplierUnit() bool + func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool + func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool + func (m NoUnderlyings) HasUnderlyingCouponRate() bool + func (m NoUnderlyings) HasUnderlyingCreditRating() bool + func (m NoUnderlyings) HasUnderlyingCurrency() bool + func (m NoUnderlyings) HasUnderlyingCurrentValue() bool + func (m NoUnderlyings) HasUnderlyingDetachmentPoint() bool + func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool + func (m NoUnderlyings) HasUnderlyingEndPrice() bool + func (m NoUnderlyings) HasUnderlyingEndValue() bool + func (m NoUnderlyings) HasUnderlyingExerciseStyle() bool + func (m NoUnderlyings) HasUnderlyingFXRate() bool + func (m NoUnderlyings) HasUnderlyingFXRateCalc() bool + func (m NoUnderlyings) HasUnderlyingFactor() bool + func (m NoUnderlyings) HasUnderlyingFlowScheduleType() bool + func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool + func (m NoUnderlyings) HasUnderlyingIssueDate() bool + func (m NoUnderlyings) HasUnderlyingIssuer() bool + func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool + func (m NoUnderlyings) HasUnderlyingMaturityDate() bool + func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool + func (m NoUnderlyings) HasUnderlyingMaturityTime() bool + func (m NoUnderlyings) HasUnderlyingNotionalPercentageOutstanding() bool + func (m NoUnderlyings) HasUnderlyingOptAttribute() bool + func (m NoUnderlyings) HasUnderlyingOriginalNotionalPercentageOutstanding() bool + func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasure() bool + func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasureQty() bool + func (m NoUnderlyings) HasUnderlyingProduct() bool + func (m NoUnderlyings) HasUnderlyingPutOrCall() bool + func (m NoUnderlyings) HasUnderlyingPx() bool + func (m NoUnderlyings) HasUnderlyingQty() bool + func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool + func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool + func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool + func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool + func (m NoUnderlyings) HasUnderlyingRestructuringType() bool + func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool + func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool + func (m NoUnderlyings) HasUnderlyingSecurityID() bool + func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool + func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool + func (m NoUnderlyings) HasUnderlyingSecurityType() bool + func (m NoUnderlyings) HasUnderlyingSeniority() bool + func (m NoUnderlyings) HasUnderlyingSettlMethod() bool + func (m NoUnderlyings) HasUnderlyingSettlementType() bool + func (m NoUnderlyings) HasUnderlyingStartValue() bool + func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool + func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool + func (m NoUnderlyings) HasUnderlyingStrikePrice() bool + func (m NoUnderlyings) HasUnderlyingSymbol() bool + func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool + func (m NoUnderlyings) HasUnderlyingTimeUnit() bool + func (m NoUnderlyings) HasUnderlyingUnitOfMeasure() bool + func (m NoUnderlyings) HasUnderlyingUnitOfMeasureQty() bool + func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string) + func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int) + func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string) + func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int) + func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m NoUnderlyings) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m NoUnderlyings) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingAttachmentPoint(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingCFICode(v string) + func (m NoUnderlyings) SetUnderlyingCPProgram(v string) + func (m NoUnderlyings) SetUnderlyingCPRegType(v string) + func (m NoUnderlyings) SetUnderlyingCapValue(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingCashType(v string) + func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingContractMultiplierUnit(v int) + func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string) + func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string) + func (m NoUnderlyings) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingCreditRating(v string) + func (m NoUnderlyings) SetUnderlyingCurrency(v string) + func (m NoUnderlyings) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingDetachmentPoint(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingEndValue(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingExerciseStyle(v int) + func (m NoUnderlyings) SetUnderlyingFXRate(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingFXRateCalc(v string) + func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingFlowScheduleType(v int) + func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string) + func (m NoUnderlyings) SetUnderlyingIssueDate(v string) + func (m NoUnderlyings) SetUnderlyingIssuer(v string) + func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string) + func (m NoUnderlyings) SetUnderlyingMaturityDate(v string) + func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string) + func (m NoUnderlyings) SetUnderlyingMaturityTime(v string) + func (m NoUnderlyings) SetUnderlyingNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingOptAttribute(v string) + func (m NoUnderlyings) SetUnderlyingOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasure(v string) + func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingProduct(v int) + func (m NoUnderlyings) SetUnderlyingPutOrCall(v int) + func (m NoUnderlyings) SetUnderlyingPx(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingQty(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string) + func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int) + func (m NoUnderlyings) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int) + func (m NoUnderlyings) SetUnderlyingRestructuringType(v string) + func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string) + func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string) + func (m NoUnderlyings) SetUnderlyingSecurityID(v string) + func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string) + func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string) + func (m NoUnderlyings) SetUnderlyingSecurityType(v string) + func (m NoUnderlyings) SetUnderlyingSeniority(v string) + func (m NoUnderlyings) SetUnderlyingSettlMethod(v string) + func (m NoUnderlyings) SetUnderlyingSettlementType(v int) + func (m NoUnderlyings) SetUnderlyingStartValue(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string) + func (m NoUnderlyings) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m NoUnderlyings) SetUnderlyingSymbol(v string) + func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string) + func (m NoUnderlyings) SetUnderlyingTimeUnit(v string) + func (m NoUnderlyings) SetUnderlyingUnitOfMeasure(v string) + func (m NoUnderlyings) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32) + type NoUnderlyingsRepeatingGroup struct + func NewNoUnderlyingsRepeatingGroup() NoUnderlyingsRepeatingGroup + func (m NoUnderlyingsRepeatingGroup) Add() NoUnderlyings + func (m NoUnderlyingsRepeatingGroup) Get(i int) NoUnderlyings + type NoUndlyInstrumentParties struct + func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyID() (f field.UnderlyingInstrumentPartyIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyIDSource() (f field.UnderlyingInstrumentPartyIDSourceField, ...) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyRole() (f field.UnderlyingInstrumentPartyRoleField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyID() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyIDSource() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyRole() bool + func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID(v string) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource(v string) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole(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) GetUnderlyingInstrumentPartySubID() (f field.UnderlyingInstrumentPartySubIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubIDType() (f field.UnderlyingInstrumentPartySubIDTypeField, ...) + func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubID() bool + func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubIDType() bool + func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubID(v string) + func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubIDType(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) GetApplID() (f field.ApplIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetApplLastSeqNum() (f field.ApplLastSeqNumField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetApplResendFlag() (f field.ApplResendFlagField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetApplSeqNum() (f field.ApplSeqNumField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetAttachmentPoint() (f field.AttachmentPointField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkCurveCurrency() (f field.BenchmarkCurveCurrencyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkCurveName() (f field.BenchmarkCurveNameField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkCurvePoint() (f field.BenchmarkCurvePointField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkPrice() (f field.BenchmarkPriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkPriceType() (f field.BenchmarkPriceTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkSecurityID() (f field.BenchmarkSecurityIDField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetBenchmarkSecurityIDSource() (f field.BenchmarkSecurityIDSourceField, err quickfix.MessageRejectError) + 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) GetCapPrice() (f field.CapPriceField, 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) GetContractMultiplierUnit() (f field.ContractMultiplierUnitField, 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) GetDeliveryForm() (f field.DeliveryFormField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetDetachmentPoint() (f field.DetachmentPointField, 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) GetExerciseStyle() (f field.ExerciseStyleField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFlexProductEligibilityIndicator() (f field.FlexProductEligibilityIndicatorField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFlexibleIndicator() (f field.FlexibleIndicatorField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFloorPrice() (f field.FloorPriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetFlowScheduleType() (f field.FlowScheduleTypeField, 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) GetListMethod() (f field.ListMethodField, 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) GetMinPriceIncrementAmount() (f field.MinPriceIncrementAmountField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNTPositionLimit() (f field.NTPositionLimitField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoInstrAttrib() (NoInstrAttribRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoLegs() (NoLegsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoMarketSegments() (NoMarketSegmentsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoStipulations() (NoStipulationsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetNotionalPercentageOutstanding() (f field.NotionalPercentageOutstandingField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetOptPayoutAmount() (f field.OptPayoutAmountField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetOptPayoutType() (f field.OptPayoutTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetOriginalNotionalPercentageOutstanding() (f field.OriginalNotionalPercentageOutstandingField, ...) + func (m SecurityDefinitionUpdateReport) GetPctAtRisk() (f field.PctAtRiskField, 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) GetPriceQuoteMethod() (f field.PriceQuoteMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPriceUnitOfMeasure() (f field.PriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPriceUnitOfMeasureQty() (f field.PriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetProductComplex() (f field.ProductComplexField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetPutOrCall() (f field.PutOrCallField, 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) GetRestructuringType() (f field.RestructuringTypeField, 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) GetSecurityGroup() (f field.SecurityGroupField, 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) GetSecurityXML() (f field.SecurityXMLField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityXMLLen() (f field.SecurityXMLLenField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSecurityXMLSchema() (f field.SecurityXMLSchemaField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSeniority() (f field.SeniorityField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSettlMethod() (f field.SettlMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSettleOnOpenFlag() (f field.SettleOnOpenFlagField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetSpread() (f field.SpreadField, 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) GetStrikePriceBoundaryMethod() (f field.StrikePriceBoundaryMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikePriceBoundaryPrecision() (f field.StrikePriceBoundaryPrecisionField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetStrikePriceDeterminationMethod() (f field.StrikePriceDeterminationMethodField, 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) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnderlyingPriceDeterminationMethod() (f field.UnderlyingPriceDeterminationMethodField, ...) + func (m SecurityDefinitionUpdateReport) GetUnitOfMeasure() (f field.UnitOfMeasureField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetUnitOfMeasureQty() (f field.UnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetValuationMethod() (f field.ValuationMethodField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYield() (f field.YieldField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYieldCalcDate() (f field.YieldCalcDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYieldRedemptionDate() (f field.YieldRedemptionDateField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYieldRedemptionPrice() (f field.YieldRedemptionPriceField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYieldRedemptionPriceType() (f field.YieldRedemptionPriceTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) GetYieldType() (f field.YieldTypeField, err quickfix.MessageRejectError) + func (m SecurityDefinitionUpdateReport) HasApplID() bool + func (m SecurityDefinitionUpdateReport) HasApplLastSeqNum() bool + func (m SecurityDefinitionUpdateReport) HasApplResendFlag() bool + func (m SecurityDefinitionUpdateReport) HasApplSeqNum() bool + func (m SecurityDefinitionUpdateReport) HasAttachmentPoint() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkCurveCurrency() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkCurveName() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkCurvePoint() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkPrice() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkPriceType() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkSecurityID() bool + func (m SecurityDefinitionUpdateReport) HasBenchmarkSecurityIDSource() bool + func (m SecurityDefinitionUpdateReport) HasCFICode() bool + func (m SecurityDefinitionUpdateReport) HasCPProgram() bool + func (m SecurityDefinitionUpdateReport) HasCPRegType() bool + func (m SecurityDefinitionUpdateReport) HasCapPrice() bool + func (m SecurityDefinitionUpdateReport) HasClearingBusinessDate() bool + func (m SecurityDefinitionUpdateReport) HasContractMultiplier() bool + func (m SecurityDefinitionUpdateReport) HasContractMultiplierUnit() 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) HasDeliveryForm() bool + func (m SecurityDefinitionUpdateReport) HasDetachmentPoint() 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) HasExerciseStyle() bool + func (m SecurityDefinitionUpdateReport) HasFactor() bool + func (m SecurityDefinitionUpdateReport) HasFlexProductEligibilityIndicator() bool + func (m SecurityDefinitionUpdateReport) HasFlexibleIndicator() bool + func (m SecurityDefinitionUpdateReport) HasFloorPrice() bool + func (m SecurityDefinitionUpdateReport) HasFlowScheduleType() 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) HasListMethod() 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) HasMinPriceIncrementAmount() bool + func (m SecurityDefinitionUpdateReport) HasNTPositionLimit() bool + func (m SecurityDefinitionUpdateReport) HasNoComplexEvents() bool + func (m SecurityDefinitionUpdateReport) HasNoEvents() bool + func (m SecurityDefinitionUpdateReport) HasNoInstrAttrib() bool + func (m SecurityDefinitionUpdateReport) HasNoInstrumentParties() bool + func (m SecurityDefinitionUpdateReport) HasNoLegs() bool + func (m SecurityDefinitionUpdateReport) HasNoMarketSegments() bool + func (m SecurityDefinitionUpdateReport) HasNoSecurityAltID() bool + func (m SecurityDefinitionUpdateReport) HasNoStipulations() bool + func (m SecurityDefinitionUpdateReport) HasNoUnderlyings() bool + func (m SecurityDefinitionUpdateReport) HasNotionalPercentageOutstanding() bool + func (m SecurityDefinitionUpdateReport) HasOptAttribute() bool + func (m SecurityDefinitionUpdateReport) HasOptPayoutAmount() bool + func (m SecurityDefinitionUpdateReport) HasOptPayoutType() bool + func (m SecurityDefinitionUpdateReport) HasOriginalNotionalPercentageOutstanding() bool + func (m SecurityDefinitionUpdateReport) HasPctAtRisk() bool + func (m SecurityDefinitionUpdateReport) HasPool() bool + func (m SecurityDefinitionUpdateReport) HasPositionLimit() bool + func (m SecurityDefinitionUpdateReport) HasPriceQuoteMethod() bool + func (m SecurityDefinitionUpdateReport) HasPriceUnitOfMeasure() bool + func (m SecurityDefinitionUpdateReport) HasPriceUnitOfMeasureQty() bool + func (m SecurityDefinitionUpdateReport) HasProduct() bool + func (m SecurityDefinitionUpdateReport) HasProductComplex() bool + func (m SecurityDefinitionUpdateReport) HasPutOrCall() bool + func (m SecurityDefinitionUpdateReport) HasRedemptionDate() bool + func (m SecurityDefinitionUpdateReport) HasRepoCollateralSecurityType() bool + func (m SecurityDefinitionUpdateReport) HasRepurchaseRate() bool + func (m SecurityDefinitionUpdateReport) HasRepurchaseTerm() bool + func (m SecurityDefinitionUpdateReport) HasRestructuringType() bool + func (m SecurityDefinitionUpdateReport) HasSecurityDesc() bool + func (m SecurityDefinitionUpdateReport) HasSecurityExchange() bool + func (m SecurityDefinitionUpdateReport) HasSecurityGroup() 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) HasSecurityXML() bool + func (m SecurityDefinitionUpdateReport) HasSecurityXMLLen() bool + func (m SecurityDefinitionUpdateReport) HasSecurityXMLSchema() bool + func (m SecurityDefinitionUpdateReport) HasSeniority() bool + func (m SecurityDefinitionUpdateReport) HasSettlMethod() bool + func (m SecurityDefinitionUpdateReport) HasSettleOnOpenFlag() bool + func (m SecurityDefinitionUpdateReport) HasSpread() bool + func (m SecurityDefinitionUpdateReport) HasStateOrProvinceOfIssue() bool + func (m SecurityDefinitionUpdateReport) HasStrikeCurrency() bool + func (m SecurityDefinitionUpdateReport) HasStrikeMultiplier() bool + func (m SecurityDefinitionUpdateReport) HasStrikePrice() bool + func (m SecurityDefinitionUpdateReport) HasStrikePriceBoundaryMethod() bool + func (m SecurityDefinitionUpdateReport) HasStrikePriceBoundaryPrecision() bool + func (m SecurityDefinitionUpdateReport) HasStrikePriceDeterminationMethod() 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) HasTransactTime() bool + func (m SecurityDefinitionUpdateReport) HasUnderlyingPriceDeterminationMethod() bool + func (m SecurityDefinitionUpdateReport) HasUnitOfMeasure() bool + func (m SecurityDefinitionUpdateReport) HasUnitOfMeasureQty() bool + func (m SecurityDefinitionUpdateReport) HasValuationMethod() bool + func (m SecurityDefinitionUpdateReport) HasYield() bool + func (m SecurityDefinitionUpdateReport) HasYieldCalcDate() bool + func (m SecurityDefinitionUpdateReport) HasYieldRedemptionDate() bool + func (m SecurityDefinitionUpdateReport) HasYieldRedemptionPrice() bool + func (m SecurityDefinitionUpdateReport) HasYieldRedemptionPriceType() bool + func (m SecurityDefinitionUpdateReport) HasYieldType() bool + func (m SecurityDefinitionUpdateReport) SetApplID(v string) + func (m SecurityDefinitionUpdateReport) SetApplLastSeqNum(v int) + func (m SecurityDefinitionUpdateReport) SetApplResendFlag(v bool) + func (m SecurityDefinitionUpdateReport) SetApplSeqNum(v int) + func (m SecurityDefinitionUpdateReport) SetAttachmentPoint(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetBenchmarkCurveCurrency(v string) + func (m SecurityDefinitionUpdateReport) SetBenchmarkCurveName(v string) + func (m SecurityDefinitionUpdateReport) SetBenchmarkCurvePoint(v string) + func (m SecurityDefinitionUpdateReport) SetBenchmarkPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetBenchmarkPriceType(v int) + func (m SecurityDefinitionUpdateReport) SetBenchmarkSecurityID(v string) + func (m SecurityDefinitionUpdateReport) SetBenchmarkSecurityIDSource(v string) + func (m SecurityDefinitionUpdateReport) SetCFICode(v string) + func (m SecurityDefinitionUpdateReport) SetCPProgram(v int) + func (m SecurityDefinitionUpdateReport) SetCPRegType(v string) + func (m SecurityDefinitionUpdateReport) SetCapPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetClearingBusinessDate(v string) + func (m SecurityDefinitionUpdateReport) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetContractMultiplierUnit(v int) + 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) SetDeliveryForm(v int) + func (m SecurityDefinitionUpdateReport) SetDetachmentPoint(value decimal.Decimal, scale int32) + 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) SetExerciseStyle(v int) + func (m SecurityDefinitionUpdateReport) SetFactor(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetFlexProductEligibilityIndicator(v bool) + func (m SecurityDefinitionUpdateReport) SetFlexibleIndicator(v bool) + func (m SecurityDefinitionUpdateReport) SetFloorPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetFlowScheduleType(v int) + 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) SetListMethod(v int) + 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) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetNTPositionLimit(v int) + func (m SecurityDefinitionUpdateReport) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoEvents(f NoEventsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoInstrAttrib(f NoInstrAttribRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoLegs(f NoLegsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoMarketSegments(f NoMarketSegmentsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoStipulations(f NoStipulationsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup) + func (m SecurityDefinitionUpdateReport) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetOptAttribute(v string) + func (m SecurityDefinitionUpdateReport) SetOptPayoutAmount(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetOptPayoutType(v int) + func (m SecurityDefinitionUpdateReport) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetPctAtRisk(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetPool(v string) + func (m SecurityDefinitionUpdateReport) SetPositionLimit(v int) + func (m SecurityDefinitionUpdateReport) SetPriceQuoteMethod(v string) + func (m SecurityDefinitionUpdateReport) SetPriceUnitOfMeasure(v string) + func (m SecurityDefinitionUpdateReport) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetProduct(v int) + func (m SecurityDefinitionUpdateReport) SetProductComplex(v string) + func (m SecurityDefinitionUpdateReport) SetPutOrCall(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) SetRestructuringType(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityDesc(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityExchange(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityGroup(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) SetSecurityXML(v string) + func (m SecurityDefinitionUpdateReport) SetSecurityXMLLen(v int) + func (m SecurityDefinitionUpdateReport) SetSecurityXMLSchema(v string) + func (m SecurityDefinitionUpdateReport) SetSeniority(v string) + func (m SecurityDefinitionUpdateReport) SetSettlMethod(v string) + func (m SecurityDefinitionUpdateReport) SetSettleOnOpenFlag(v string) + func (m SecurityDefinitionUpdateReport) SetSpread(value decimal.Decimal, scale int32) + 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) SetStrikePriceBoundaryMethod(v int) + func (m SecurityDefinitionUpdateReport) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetStrikePriceDeterminationMethod(v int) + 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) SetTransactTime(v time.Time) + func (m SecurityDefinitionUpdateReport) SetUnderlyingPriceDeterminationMethod(v int) + func (m SecurityDefinitionUpdateReport) SetUnitOfMeasure(v string) + func (m SecurityDefinitionUpdateReport) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetValuationMethod(v string) + func (m SecurityDefinitionUpdateReport) SetYield(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetYieldCalcDate(v string) + func (m SecurityDefinitionUpdateReport) SetYieldRedemptionDate(v string) + func (m SecurityDefinitionUpdateReport) SetYieldRedemptionPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionUpdateReport) SetYieldRedemptionPriceType(v int) + func (m SecurityDefinitionUpdateReport) SetYieldType(v string) + func (m SecurityDefinitionUpdateReport) ToMessage() quickfix.Message