Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NoEvents struct + func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError) + func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError) + func (m NoEvents) GetEventTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError) + func (m NoEvents) HasEventDate() bool + func (m NoEvents) HasEventPx() bool + func (m NoEvents) HasEventText() bool + func (m NoEvents) 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 enum.EventType) + type NoEventsRepeatingGroup struct + func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup + func (m NoEventsRepeatingGroup) Add() NoEvents + func (m NoEventsRepeatingGroup) Get(i int) NoEvents + type NoInstrAttrib struct + func (m NoInstrAttrib) GetInstrAttribType() (v enum.InstrAttribType, err quickfix.MessageRejectError) + func (m NoInstrAttrib) GetInstrAttribValue() (v string, err quickfix.MessageRejectError) + func (m NoInstrAttrib) HasInstrAttribType() bool + func (m NoInstrAttrib) HasInstrAttribValue() bool + func (m NoInstrAttrib) SetInstrAttribType(v enum.InstrAttribType) + 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() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetNoInstrumentPartySubIDs() (NoInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoInstrumentParties) HasInstrumentPartyID() bool + func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool + func (m NoInstrumentParties) HasInstrumentPartyRole() bool + func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool + func (m NoInstrumentParties) SetInstrumentPartyID(v string) + func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string) + func (m NoInstrumentParties) SetInstrumentPartyRole(v int) + func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup) + type NoInstrumentPartiesRepeatingGroup struct + func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup + func (m NoInstrumentPartiesRepeatingGroup) Add() NoInstrumentParties + func (m NoInstrumentPartiesRepeatingGroup) Get(i int) NoInstrumentParties + type NoInstrumentPartySubIDs struct + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string) + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int) + type NoInstrumentPartySubIDsRepeatingGroup struct + func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup + func (m NoInstrumentPartySubIDsRepeatingGroup) Add() NoInstrumentPartySubIDs + func (m NoInstrumentPartySubIDsRepeatingGroup) Get(i int) NoInstrumentPartySubIDs + type NoLegSecurityAltID struct + func (m NoLegSecurityAltID) GetLegSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoLegSecurityAltID) GetLegSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoLegSecurityAltID) HasLegSecurityAltID() bool + func (m NoLegSecurityAltID) HasLegSecurityAltIDSource() bool + func (m NoLegSecurityAltID) SetLegSecurityAltID(v string) + func (m NoLegSecurityAltID) SetLegSecurityAltIDSource(v string) + type NoLegSecurityAltIDRepeatingGroup struct + func NewNoLegSecurityAltIDRepeatingGroup() NoLegSecurityAltIDRepeatingGroup + func (m NoLegSecurityAltIDRepeatingGroup) Add() NoLegSecurityAltID + func (m NoLegSecurityAltIDRepeatingGroup) Get(i int) NoLegSecurityAltID + type NoLegs struct + func (m NoLegs) GetEncodedLegIssuer() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetEncodedLegSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCFICode() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegCurrency() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegDatedDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegExerciseStyle() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegIssuer() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegMaturityTime() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegOptionRatio() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPool() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegProduct() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegPutOrCall() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRatioQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSide() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbol() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegTimeUnit() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoLegs) GetLegUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoLegs) GetNoLegSecurityAltID() (NoLegSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoLegs) HasEncodedLegIssuer() bool + func (m NoLegs) HasEncodedLegIssuerLen() bool + func (m NoLegs) HasEncodedLegSecurityDesc() bool + func (m NoLegs) HasEncodedLegSecurityDescLen() bool + func (m NoLegs) HasLegCFICode() bool + func (m NoLegs) HasLegContractMultiplier() bool + func (m NoLegs) HasLegContractSettlMonth() bool + func (m NoLegs) HasLegCountryOfIssue() bool + func (m NoLegs) HasLegCouponPaymentDate() bool + func (m NoLegs) HasLegCouponRate() bool + func (m NoLegs) HasLegCreditRating() bool + func (m NoLegs) HasLegCurrency() bool + func (m NoLegs) HasLegDatedDate() bool + func (m NoLegs) HasLegExerciseStyle() bool + func (m NoLegs) HasLegFactor() bool + func (m NoLegs) HasLegInstrRegistry() bool + func (m NoLegs) HasLegInterestAccrualDate() bool + func (m NoLegs) HasLegIssueDate() bool + func (m NoLegs) HasLegIssuer() bool + func (m NoLegs) HasLegLocaleOfIssue() bool + func (m NoLegs) HasLegMaturityDate() bool + func (m NoLegs) HasLegMaturityMonthYear() bool + func (m NoLegs) 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) 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) 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 NoSecurityAltID struct + func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoSecurityAltID) HasSecurityAltID() bool + func (m NoSecurityAltID) HasSecurityAltIDSource() bool + func (m NoSecurityAltID) SetSecurityAltID(v string) + func (m NoSecurityAltID) SetSecurityAltIDSource(v string) + type NoSecurityAltIDRepeatingGroup struct + func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup + func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID + func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID + type NoStipulations struct + func (m NoStipulations) GetStipulationType() (v enum.StipulationType, err quickfix.MessageRejectError) + func (m NoStipulations) GetStipulationValue() (v string, err quickfix.MessageRejectError) + func (m NoStipulations) HasStipulationType() bool + func (m NoStipulations) HasStipulationValue() bool + func (m NoStipulations) SetStipulationType(v enum.StipulationType) + 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 NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) + type NoUnderlyingSecurityAltIDRepeatingGroup struct + func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID + type NoUnderlyingStips struct + func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) HasUnderlyingStipType() bool + func (m NoUnderlyingStips) HasUnderlyingStipValue() bool + func (m NoUnderlyingStips) SetUnderlyingStipType(v string) + func (m NoUnderlyingStips) SetUnderlyingStipValue(v string) + type NoUnderlyingStipsRepeatingGroup struct + func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup + func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips + func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips + type NoUnderlyings struct + func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (v int, 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() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingExerciseStyle() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingMaturityTime() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyings) GetUnderlyingUnitOfMeasureQty() (v decimal.Decimal, 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) 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) 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) 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) 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) HasUnderlyingOptAttribute() 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) 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) 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) 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 enum.UnderlyingCashType) + func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + 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) 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 enum.UnderlyingFXRateCalc) + func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32) + 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) SetUnderlyingOptAttribute(v string) + 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) 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) SetUnderlyingSettlMethod(v string) + func (m NoUnderlyings) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType) + 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) GetUndlyInstrumentPartyID() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool + func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool + func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string) + func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int) + type NoUndlyInstrumentPartiesRepeatingGroup struct + func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup + func (m NoUndlyInstrumentPartiesRepeatingGroup) Add() NoUndlyInstrumentParties + func (m NoUndlyInstrumentPartiesRepeatingGroup) Get(i int) NoUndlyInstrumentParties + type NoUndlyInstrumentPartySubIDs struct + func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool + func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool + func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string) + func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int) + type NoUndlyInstrumentPartySubIDsRepeatingGroup struct + func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Add() NoUndlyInstrumentPartySubIDs + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Get(i int) NoUndlyInstrumentPartySubIDs + type RouteOut func(msg SecurityDefinitionRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError + type SecurityDefinitionRequest struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) SecurityDefinitionRequest + func New(securityreqid field.SecurityReqIDField, ...) (m SecurityDefinitionRequest) + func (m SecurityDefinitionRequest) GetBenchmarkCurveCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkCurveName() (v enum.BenchmarkCurveName, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkCurvePoint() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkPriceType() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkSecurityID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetBenchmarkSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCPRegType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetDatedDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetDeliveryForm() (v enum.DeliveryForm, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetExpirationCycle() (v enum.ExpirationCycle, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetFuturesValuationMethod() (v enum.FuturesValuationMethod, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMarketID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMarketSegmentID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMaturityTime() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNTPositionLimit() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoInstrAttrib() (NoInstrAttribRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoLegs() (NoLegsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoStipulations() (NoStipulationsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetOptPayAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPctAtRisk() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPool() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPositionLimit() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetProductComplex() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityGroup() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityReqID() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityRequestType() (v enum.SecurityRequestType, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityXML() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSpread() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSubscriptionRequestType() (v enum.SubscriptionRequestType, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetText() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYieldCalcDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYieldRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYieldRedemptionPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYieldRedemptionPriceType() (v int, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) GetYieldType() (v enum.YieldType, err quickfix.MessageRejectError) + func (m SecurityDefinitionRequest) HasBenchmarkCurveCurrency() bool + func (m SecurityDefinitionRequest) HasBenchmarkCurveName() bool + func (m SecurityDefinitionRequest) HasBenchmarkCurvePoint() bool + func (m SecurityDefinitionRequest) HasBenchmarkPrice() bool + func (m SecurityDefinitionRequest) HasBenchmarkPriceType() bool + func (m SecurityDefinitionRequest) HasBenchmarkSecurityID() bool + func (m SecurityDefinitionRequest) HasBenchmarkSecurityIDSource() bool + func (m SecurityDefinitionRequest) HasCFICode() bool + func (m SecurityDefinitionRequest) HasCPProgram() bool + func (m SecurityDefinitionRequest) HasCPRegType() bool + func (m SecurityDefinitionRequest) HasCapPrice() bool + func (m SecurityDefinitionRequest) HasContractMultiplier() bool + func (m SecurityDefinitionRequest) HasContractSettlMonth() bool + func (m SecurityDefinitionRequest) HasCountryOfIssue() bool + func (m SecurityDefinitionRequest) HasCouponPaymentDate() bool + func (m SecurityDefinitionRequest) HasCouponRate() bool + func (m SecurityDefinitionRequest) HasCreditRating() bool + func (m SecurityDefinitionRequest) HasCurrency() bool + func (m SecurityDefinitionRequest) HasDatedDate() bool + func (m SecurityDefinitionRequest) HasDeliveryForm() bool + func (m SecurityDefinitionRequest) HasEncodedIssuer() bool + func (m SecurityDefinitionRequest) HasEncodedIssuerLen() bool + func (m SecurityDefinitionRequest) HasEncodedSecurityDesc() bool + func (m SecurityDefinitionRequest) HasEncodedSecurityDescLen() bool + func (m SecurityDefinitionRequest) HasEncodedText() bool + func (m SecurityDefinitionRequest) HasEncodedTextLen() bool + func (m SecurityDefinitionRequest) HasExerciseStyle() bool + func (m SecurityDefinitionRequest) HasExpirationCycle() bool + func (m SecurityDefinitionRequest) HasFactor() bool + func (m SecurityDefinitionRequest) HasFlexProductEligibilityIndicator() bool + func (m SecurityDefinitionRequest) HasFlexibleIndicator() bool + func (m SecurityDefinitionRequest) HasFloorPrice() bool + func (m SecurityDefinitionRequest) HasFuturesValuationMethod() bool + func (m SecurityDefinitionRequest) HasInstrRegistry() bool + func (m SecurityDefinitionRequest) HasInstrmtAssignmentMethod() bool + func (m SecurityDefinitionRequest) HasInterestAccrualDate() bool + func (m SecurityDefinitionRequest) HasIssueDate() bool + func (m SecurityDefinitionRequest) HasIssuer() bool + func (m SecurityDefinitionRequest) HasListMethod() bool + func (m SecurityDefinitionRequest) HasLocaleOfIssue() bool + func (m SecurityDefinitionRequest) HasMarketID() bool + func (m SecurityDefinitionRequest) HasMarketSegmentID() bool + func (m SecurityDefinitionRequest) HasMaturityDate() bool + func (m SecurityDefinitionRequest) HasMaturityMonthYear() bool + func (m SecurityDefinitionRequest) HasMaturityTime() bool + func (m SecurityDefinitionRequest) HasMinPriceIncrement() bool + func (m SecurityDefinitionRequest) HasMinPriceIncrementAmount() bool + func (m SecurityDefinitionRequest) HasNTPositionLimit() bool + func (m SecurityDefinitionRequest) HasNoEvents() bool + func (m SecurityDefinitionRequest) HasNoInstrAttrib() bool + func (m SecurityDefinitionRequest) HasNoInstrumentParties() bool + func (m SecurityDefinitionRequest) HasNoLegs() bool + func (m SecurityDefinitionRequest) HasNoSecurityAltID() bool + func (m SecurityDefinitionRequest) HasNoStipulations() bool + func (m SecurityDefinitionRequest) HasNoUnderlyings() bool + func (m SecurityDefinitionRequest) HasOptAttribute() bool + func (m SecurityDefinitionRequest) HasOptPayAmount() bool + func (m SecurityDefinitionRequest) HasPctAtRisk() bool + func (m SecurityDefinitionRequest) HasPool() bool + func (m SecurityDefinitionRequest) HasPositionLimit() bool + func (m SecurityDefinitionRequest) HasPriceQuoteMethod() bool + func (m SecurityDefinitionRequest) HasPriceUnitOfMeasure() bool + func (m SecurityDefinitionRequest) HasPriceUnitOfMeasureQty() bool + func (m SecurityDefinitionRequest) HasProduct() bool + func (m SecurityDefinitionRequest) HasProductComplex() bool + func (m SecurityDefinitionRequest) HasPutOrCall() bool + func (m SecurityDefinitionRequest) HasRedemptionDate() bool + func (m SecurityDefinitionRequest) HasRepoCollateralSecurityType() bool + func (m SecurityDefinitionRequest) HasRepurchaseRate() bool + func (m SecurityDefinitionRequest) HasRepurchaseTerm() bool + func (m SecurityDefinitionRequest) HasSecurityDesc() bool + func (m SecurityDefinitionRequest) HasSecurityExchange() bool + func (m SecurityDefinitionRequest) HasSecurityGroup() bool + func (m SecurityDefinitionRequest) HasSecurityID() bool + func (m SecurityDefinitionRequest) HasSecurityIDSource() bool + func (m SecurityDefinitionRequest) HasSecurityReqID() bool + func (m SecurityDefinitionRequest) HasSecurityRequestType() bool + func (m SecurityDefinitionRequest) HasSecurityStatus() bool + func (m SecurityDefinitionRequest) HasSecuritySubType() bool + func (m SecurityDefinitionRequest) HasSecurityType() bool + func (m SecurityDefinitionRequest) HasSecurityXML() bool + func (m SecurityDefinitionRequest) HasSecurityXMLLen() bool + func (m SecurityDefinitionRequest) HasSecurityXMLSchema() bool + func (m SecurityDefinitionRequest) HasSettlMethod() bool + func (m SecurityDefinitionRequest) HasSettleOnOpenFlag() bool + func (m SecurityDefinitionRequest) HasSpread() bool + func (m SecurityDefinitionRequest) HasStateOrProvinceOfIssue() bool + func (m SecurityDefinitionRequest) HasStrikeCurrency() bool + func (m SecurityDefinitionRequest) HasStrikeMultiplier() bool + func (m SecurityDefinitionRequest) HasStrikePrice() bool + func (m SecurityDefinitionRequest) HasStrikeValue() bool + func (m SecurityDefinitionRequest) HasSubscriptionRequestType() bool + func (m SecurityDefinitionRequest) HasSymbol() bool + func (m SecurityDefinitionRequest) HasSymbolSfx() bool + func (m SecurityDefinitionRequest) HasText() bool + func (m SecurityDefinitionRequest) HasTimeUnit() bool + func (m SecurityDefinitionRequest) HasTradingSessionID() bool + func (m SecurityDefinitionRequest) HasTradingSessionSubID() bool + func (m SecurityDefinitionRequest) HasUnitOfMeasure() bool + func (m SecurityDefinitionRequest) HasUnitOfMeasureQty() bool + func (m SecurityDefinitionRequest) HasYield() bool + func (m SecurityDefinitionRequest) HasYieldCalcDate() bool + func (m SecurityDefinitionRequest) HasYieldRedemptionDate() bool + func (m SecurityDefinitionRequest) HasYieldRedemptionPrice() bool + func (m SecurityDefinitionRequest) HasYieldRedemptionPriceType() bool + func (m SecurityDefinitionRequest) HasYieldType() bool + func (m SecurityDefinitionRequest) SetBenchmarkCurveCurrency(v string) + func (m SecurityDefinitionRequest) SetBenchmarkCurveName(v enum.BenchmarkCurveName) + func (m SecurityDefinitionRequest) SetBenchmarkCurvePoint(v string) + func (m SecurityDefinitionRequest) SetBenchmarkPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetBenchmarkPriceType(v int) + func (m SecurityDefinitionRequest) SetBenchmarkSecurityID(v string) + func (m SecurityDefinitionRequest) SetBenchmarkSecurityIDSource(v string) + func (m SecurityDefinitionRequest) SetCFICode(v string) + func (m SecurityDefinitionRequest) SetCPProgram(v enum.CPProgram) + func (m SecurityDefinitionRequest) SetCPRegType(v string) + func (m SecurityDefinitionRequest) SetCapPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetContractSettlMonth(v string) + func (m SecurityDefinitionRequest) SetCountryOfIssue(v string) + func (m SecurityDefinitionRequest) SetCouponPaymentDate(v string) + func (m SecurityDefinitionRequest) SetCouponRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetCreditRating(v string) + func (m SecurityDefinitionRequest) SetCurrency(v string) + func (m SecurityDefinitionRequest) SetDatedDate(v string) + func (m SecurityDefinitionRequest) SetDeliveryForm(v enum.DeliveryForm) + func (m SecurityDefinitionRequest) SetEncodedIssuer(v string) + func (m SecurityDefinitionRequest) SetEncodedIssuerLen(v int) + func (m SecurityDefinitionRequest) SetEncodedSecurityDesc(v string) + func (m SecurityDefinitionRequest) SetEncodedSecurityDescLen(v int) + func (m SecurityDefinitionRequest) SetEncodedText(v string) + func (m SecurityDefinitionRequest) SetEncodedTextLen(v int) + func (m SecurityDefinitionRequest) SetExerciseStyle(v enum.ExerciseStyle) + func (m SecurityDefinitionRequest) SetExpirationCycle(v enum.ExpirationCycle) + func (m SecurityDefinitionRequest) SetFactor(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetFlexProductEligibilityIndicator(v bool) + func (m SecurityDefinitionRequest) SetFlexibleIndicator(v bool) + func (m SecurityDefinitionRequest) SetFloorPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetFuturesValuationMethod(v enum.FuturesValuationMethod) + func (m SecurityDefinitionRequest) SetInstrRegistry(v enum.InstrRegistry) + func (m SecurityDefinitionRequest) SetInstrmtAssignmentMethod(v string) + func (m SecurityDefinitionRequest) SetInterestAccrualDate(v string) + func (m SecurityDefinitionRequest) SetIssueDate(v string) + func (m SecurityDefinitionRequest) SetIssuer(v string) + func (m SecurityDefinitionRequest) SetListMethod(v enum.ListMethod) + func (m SecurityDefinitionRequest) SetLocaleOfIssue(v string) + func (m SecurityDefinitionRequest) SetMarketID(v string) + func (m SecurityDefinitionRequest) SetMarketSegmentID(v string) + func (m SecurityDefinitionRequest) SetMaturityDate(v string) + func (m SecurityDefinitionRequest) SetMaturityMonthYear(v string) + func (m SecurityDefinitionRequest) SetMaturityTime(v string) + func (m SecurityDefinitionRequest) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetNTPositionLimit(v int) + func (m SecurityDefinitionRequest) SetNoEvents(f NoEventsRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoInstrAttrib(f NoInstrAttribRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoLegs(f NoLegsRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoStipulations(f NoStipulationsRepeatingGroup) + func (m SecurityDefinitionRequest) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup) + func (m SecurityDefinitionRequest) SetOptAttribute(v string) + func (m SecurityDefinitionRequest) SetOptPayAmount(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetPctAtRisk(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetPool(v string) + func (m SecurityDefinitionRequest) SetPositionLimit(v int) + func (m SecurityDefinitionRequest) SetPriceQuoteMethod(v enum.PriceQuoteMethod) + func (m SecurityDefinitionRequest) SetPriceUnitOfMeasure(v string) + func (m SecurityDefinitionRequest) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetProduct(v enum.Product) + func (m SecurityDefinitionRequest) SetProductComplex(v string) + func (m SecurityDefinitionRequest) SetPutOrCall(v enum.PutOrCall) + func (m SecurityDefinitionRequest) SetRedemptionDate(v string) + func (m SecurityDefinitionRequest) SetRepoCollateralSecurityType(v int) + func (m SecurityDefinitionRequest) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetRepurchaseTerm(v int) + func (m SecurityDefinitionRequest) SetSecurityDesc(v string) + func (m SecurityDefinitionRequest) SetSecurityExchange(v string) + func (m SecurityDefinitionRequest) SetSecurityGroup(v string) + func (m SecurityDefinitionRequest) SetSecurityID(v string) + func (m SecurityDefinitionRequest) SetSecurityIDSource(v enum.SecurityIDSource) + func (m SecurityDefinitionRequest) SetSecurityReqID(v string) + func (m SecurityDefinitionRequest) SetSecurityRequestType(v enum.SecurityRequestType) + func (m SecurityDefinitionRequest) SetSecurityStatus(v enum.SecurityStatus) + func (m SecurityDefinitionRequest) SetSecuritySubType(v string) + func (m SecurityDefinitionRequest) SetSecurityType(v enum.SecurityType) + func (m SecurityDefinitionRequest) SetSecurityXML(v string) + func (m SecurityDefinitionRequest) SetSecurityXMLLen(v int) + func (m SecurityDefinitionRequest) SetSecurityXMLSchema(v string) + func (m SecurityDefinitionRequest) SetSettlMethod(v enum.SettlMethod) + func (m SecurityDefinitionRequest) SetSettleOnOpenFlag(v string) + func (m SecurityDefinitionRequest) SetSpread(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetStateOrProvinceOfIssue(v string) + func (m SecurityDefinitionRequest) SetStrikeCurrency(v string) + func (m SecurityDefinitionRequest) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetStrikePrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetStrikeValue(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetSubscriptionRequestType(v enum.SubscriptionRequestType) + func (m SecurityDefinitionRequest) SetSymbol(v string) + func (m SecurityDefinitionRequest) SetSymbolSfx(v enum.SymbolSfx) + func (m SecurityDefinitionRequest) SetText(v string) + func (m SecurityDefinitionRequest) SetTimeUnit(v enum.TimeUnit) + func (m SecurityDefinitionRequest) SetTradingSessionID(v enum.TradingSessionID) + func (m SecurityDefinitionRequest) SetTradingSessionSubID(v enum.TradingSessionSubID) + func (m SecurityDefinitionRequest) SetUnitOfMeasure(v enum.UnitOfMeasure) + func (m SecurityDefinitionRequest) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetYield(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetYieldCalcDate(v string) + func (m SecurityDefinitionRequest) SetYieldRedemptionDate(v string) + func (m SecurityDefinitionRequest) SetYieldRedemptionPrice(value decimal.Decimal, scale int32) + func (m SecurityDefinitionRequest) SetYieldRedemptionPriceType(v int) + func (m SecurityDefinitionRequest) SetYieldType(v enum.YieldType) + func (m SecurityDefinitionRequest) ToMessage() *quickfix.Message