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 NoAsgnReqs struct + func (m NoAsgnReqs) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoAsgnReqs) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError) + func (m NoAsgnReqs) HasNoPartyIDs() bool + func (m NoAsgnReqs) HasNoRelatedSym() bool + func (m NoAsgnReqs) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m NoAsgnReqs) SetNoRelatedSym(f NoRelatedSymRepeatingGroup) + type NoAsgnReqsRepeatingGroup struct + func NewNoAsgnReqsRepeatingGroup() NoAsgnReqsRepeatingGroup + func (m NoAsgnReqsRepeatingGroup) Add() NoAsgnReqs + func (m NoAsgnReqsRepeatingGroup) Get(i int) NoAsgnReqs + type NoComplexEventDates struct + func (m NoComplexEventDates) GetComplexEventEndDate() (v time.Time, err quickfix.MessageRejectError) + func (m NoComplexEventDates) GetComplexEventStartDate() (v time.Time, 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() (v string, err quickfix.MessageRejectError) + func (m NoComplexEventTimes) GetComplexEventStartTime() (v string, 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() (v enum.ComplexEventCondition, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (v enum.ComplexEventPriceBoundaryMethod, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceTimeType() (v enum.ComplexEventPriceTimeType, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventType() (v enum.ComplexEventType, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexOptPayoutAmount() (v decimal.Decimal, 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 enum.ComplexEventCondition) + func (m NoComplexEvents) SetComplexEventPrice(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v enum.ComplexEventPriceBoundaryMethod) + func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceTimeType(v enum.ComplexEventPriceTimeType) + func (m NoComplexEvents) SetComplexEventType(v enum.ComplexEventType) + 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() (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 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 NoPartyIDs struct + func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasNoPartySubIDs() bool + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup) + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) + func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoPartySubIDs struct + func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType) + type NoPartySubIDsRepeatingGroup struct + func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup + func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs + func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs + type NoRelatedSym struct + func (m NoRelatedSym) GetAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCPRegType() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetContractMultiplierUnit() (v enum.ContractMultiplierUnit, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetDatedDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetFlowScheduleType() (v enum.FlowScheduleType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMDEntrySize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMDStreamID() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMaturityTime() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetNTPositionLimit() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) + func (m NoRelatedSym) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m NoRelatedSym) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoRelatedSym) GetNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOptPayoutType() (v enum.OptPayoutType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPool() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPositionLimit() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetProductComplex() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetRestructuringType() (v enum.RestructuringType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityGroup() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityXML() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSeniority() (v enum.Seniority, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSettlType() (v enum.SettlType, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePriceBoundaryMethod() (v enum.StrikePriceBoundaryMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikePriceDeterminationMethod() (v enum.StrikePriceDeterminationMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetUnderlyingPriceDeterminationMethod() (v enum.UnderlyingPriceDeterminationMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoRelatedSym) GetValuationMethod() (v enum.ValuationMethod, err quickfix.MessageRejectError) + func (m NoRelatedSym) HasAttachmentPoint() bool + func (m NoRelatedSym) HasCFICode() bool + func (m NoRelatedSym) HasCPProgram() bool + func (m NoRelatedSym) HasCPRegType() bool + func (m NoRelatedSym) HasCapPrice() bool + func (m NoRelatedSym) HasContractMultiplier() bool + func (m NoRelatedSym) HasContractMultiplierUnit() bool + func (m NoRelatedSym) HasContractSettlMonth() bool + func (m NoRelatedSym) HasCountryOfIssue() bool + func (m NoRelatedSym) HasCouponPaymentDate() bool + func (m NoRelatedSym) HasCouponRate() bool + func (m NoRelatedSym) HasCreditRating() bool + func (m NoRelatedSym) HasDatedDate() bool + func (m NoRelatedSym) HasDetachmentPoint() bool + func (m NoRelatedSym) HasEncodedIssuer() bool + func (m NoRelatedSym) HasEncodedIssuerLen() bool + func (m NoRelatedSym) HasEncodedSecurityDesc() bool + func (m NoRelatedSym) HasEncodedSecurityDescLen() bool + func (m NoRelatedSym) HasExerciseStyle() bool + func (m NoRelatedSym) HasFactor() bool + func (m NoRelatedSym) HasFlexProductEligibilityIndicator() bool + func (m NoRelatedSym) HasFlexibleIndicator() bool + func (m NoRelatedSym) HasFloorPrice() bool + func (m NoRelatedSym) HasFlowScheduleType() bool + func (m NoRelatedSym) HasInstrRegistry() bool + func (m NoRelatedSym) HasInstrmtAssignmentMethod() bool + func (m NoRelatedSym) HasInterestAccrualDate() bool + func (m NoRelatedSym) HasIssueDate() bool + func (m NoRelatedSym) HasIssuer() bool + func (m NoRelatedSym) HasListMethod() bool + func (m NoRelatedSym) HasLocaleOfIssue() bool + func (m NoRelatedSym) HasMDEntrySize() bool + func (m NoRelatedSym) HasMDStreamID() bool + func (m NoRelatedSym) HasMaturityDate() bool + func (m NoRelatedSym) HasMaturityMonthYear() bool + func (m NoRelatedSym) HasMaturityTime() bool + func (m NoRelatedSym) HasMinPriceIncrement() bool + func (m NoRelatedSym) HasMinPriceIncrementAmount() bool + func (m NoRelatedSym) HasNTPositionLimit() bool + func (m NoRelatedSym) HasNoComplexEvents() bool + func (m NoRelatedSym) HasNoEvents() bool + func (m NoRelatedSym) HasNoInstrumentParties() bool + func (m NoRelatedSym) HasNoSecurityAltID() bool + func (m NoRelatedSym) HasNotionalPercentageOutstanding() bool + func (m NoRelatedSym) HasOptAttribute() bool + func (m NoRelatedSym) HasOptPayoutAmount() bool + func (m NoRelatedSym) HasOptPayoutType() bool + func (m NoRelatedSym) HasOriginalNotionalPercentageOutstanding() bool + func (m NoRelatedSym) HasPool() bool + func (m NoRelatedSym) HasPositionLimit() bool + func (m NoRelatedSym) HasPriceQuoteMethod() bool + func (m NoRelatedSym) HasPriceUnitOfMeasure() bool + func (m NoRelatedSym) HasPriceUnitOfMeasureQty() bool + func (m NoRelatedSym) HasProduct() bool + func (m NoRelatedSym) HasProductComplex() bool + func (m NoRelatedSym) HasPutOrCall() bool + func (m NoRelatedSym) HasRedemptionDate() bool + func (m NoRelatedSym) HasRepoCollateralSecurityType() bool + func (m NoRelatedSym) HasRepurchaseRate() bool + func (m NoRelatedSym) HasRepurchaseTerm() bool + func (m NoRelatedSym) HasRestructuringType() bool + func (m NoRelatedSym) HasSecurityDesc() bool + func (m NoRelatedSym) HasSecurityExchange() bool + func (m NoRelatedSym) HasSecurityGroup() bool + func (m NoRelatedSym) HasSecurityID() bool + func (m NoRelatedSym) HasSecurityIDSource() bool + func (m NoRelatedSym) HasSecurityStatus() bool + func (m NoRelatedSym) HasSecuritySubType() bool + func (m NoRelatedSym) HasSecurityType() bool + func (m NoRelatedSym) HasSecurityXML() bool + func (m NoRelatedSym) HasSecurityXMLLen() bool + func (m NoRelatedSym) HasSecurityXMLSchema() bool + func (m NoRelatedSym) HasSeniority() bool + func (m NoRelatedSym) HasSettlMethod() bool + func (m NoRelatedSym) HasSettlType() bool + func (m NoRelatedSym) HasSettleOnOpenFlag() bool + func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool + func (m NoRelatedSym) HasStrikeCurrency() bool + func (m NoRelatedSym) HasStrikeMultiplier() bool + func (m NoRelatedSym) HasStrikePrice() bool + func (m NoRelatedSym) HasStrikePriceBoundaryMethod() bool + func (m NoRelatedSym) HasStrikePriceBoundaryPrecision() bool + func (m NoRelatedSym) HasStrikePriceDeterminationMethod() bool + func (m NoRelatedSym) HasStrikeValue() bool + func (m NoRelatedSym) HasSymbol() bool + func (m NoRelatedSym) HasSymbolSfx() bool + func (m NoRelatedSym) HasTimeUnit() bool + func (m NoRelatedSym) HasUnderlyingPriceDeterminationMethod() bool + func (m NoRelatedSym) HasUnitOfMeasure() bool + func (m NoRelatedSym) HasUnitOfMeasureQty() bool + func (m NoRelatedSym) HasValuationMethod() bool + func (m NoRelatedSym) SetAttachmentPoint(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetCFICode(v string) + func (m NoRelatedSym) SetCPProgram(v enum.CPProgram) + func (m NoRelatedSym) SetCPRegType(v string) + func (m NoRelatedSym) SetCapPrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetContractMultiplierUnit(v enum.ContractMultiplierUnit) + func (m NoRelatedSym) SetContractSettlMonth(v string) + func (m NoRelatedSym) SetCountryOfIssue(v string) + func (m NoRelatedSym) SetCouponPaymentDate(v string) + func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetCreditRating(v string) + func (m NoRelatedSym) SetDatedDate(v string) + func (m NoRelatedSym) SetDetachmentPoint(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetEncodedIssuer(v string) + func (m NoRelatedSym) SetEncodedIssuerLen(v int) + func (m NoRelatedSym) SetEncodedSecurityDesc(v string) + func (m NoRelatedSym) SetEncodedSecurityDescLen(v int) + func (m NoRelatedSym) SetExerciseStyle(v enum.ExerciseStyle) + func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetFlexProductEligibilityIndicator(v bool) + func (m NoRelatedSym) SetFlexibleIndicator(v bool) + func (m NoRelatedSym) SetFloorPrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetFlowScheduleType(v enum.FlowScheduleType) + func (m NoRelatedSym) SetInstrRegistry(v enum.InstrRegistry) + func (m NoRelatedSym) SetInstrmtAssignmentMethod(v string) + func (m NoRelatedSym) SetInterestAccrualDate(v string) + func (m NoRelatedSym) SetIssueDate(v string) + func (m NoRelatedSym) SetIssuer(v string) + func (m NoRelatedSym) SetListMethod(v enum.ListMethod) + func (m NoRelatedSym) SetLocaleOfIssue(v string) + func (m NoRelatedSym) SetMDEntrySize(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetMDStreamID(v string) + func (m NoRelatedSym) SetMaturityDate(v string) + func (m NoRelatedSym) SetMaturityMonthYear(v string) + func (m NoRelatedSym) SetMaturityTime(v string) + func (m NoRelatedSym) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetNTPositionLimit(v int) + func (m NoRelatedSym) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) + func (m NoRelatedSym) SetNoEvents(f NoEventsRepeatingGroup) + func (m NoRelatedSym) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m NoRelatedSym) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetOptAttribute(v string) + func (m NoRelatedSym) SetOptPayoutAmount(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetOptPayoutType(v enum.OptPayoutType) + func (m NoRelatedSym) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetPool(v string) + func (m NoRelatedSym) SetPositionLimit(v int) + func (m NoRelatedSym) SetPriceQuoteMethod(v enum.PriceQuoteMethod) + func (m NoRelatedSym) SetPriceUnitOfMeasure(v string) + func (m NoRelatedSym) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetProduct(v enum.Product) + func (m NoRelatedSym) SetProductComplex(v string) + func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall) + func (m NoRelatedSym) SetRedemptionDate(v string) + func (m NoRelatedSym) SetRepoCollateralSecurityType(v int) + func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetRepurchaseTerm(v int) + func (m NoRelatedSym) SetRestructuringType(v enum.RestructuringType) + func (m NoRelatedSym) SetSecurityDesc(v string) + func (m NoRelatedSym) SetSecurityExchange(v string) + func (m NoRelatedSym) SetSecurityGroup(v string) + func (m NoRelatedSym) SetSecurityID(v string) + func (m NoRelatedSym) SetSecurityIDSource(v enum.SecurityIDSource) + func (m NoRelatedSym) SetSecurityStatus(v enum.SecurityStatus) + func (m NoRelatedSym) SetSecuritySubType(v string) + func (m NoRelatedSym) SetSecurityType(v enum.SecurityType) + func (m NoRelatedSym) SetSecurityXML(v string) + func (m NoRelatedSym) SetSecurityXMLLen(v int) + func (m NoRelatedSym) SetSecurityXMLSchema(v string) + func (m NoRelatedSym) SetSeniority(v enum.Seniority) + func (m NoRelatedSym) SetSettlMethod(v enum.SettlMethod) + func (m NoRelatedSym) SetSettlType(v enum.SettlType) + func (m NoRelatedSym) SetSettleOnOpenFlag(v string) + func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string) + func (m NoRelatedSym) SetStrikeCurrency(v string) + func (m NoRelatedSym) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetStrikePriceBoundaryMethod(v enum.StrikePriceBoundaryMethod) + func (m NoRelatedSym) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetStrikePriceDeterminationMethod(v enum.StrikePriceDeterminationMethod) + func (m NoRelatedSym) SetStrikeValue(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetSymbol(v string) + func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx) + func (m NoRelatedSym) SetTimeUnit(v enum.TimeUnit) + func (m NoRelatedSym) SetUnderlyingPriceDeterminationMethod(v enum.UnderlyingPriceDeterminationMethod) + func (m NoRelatedSym) SetUnitOfMeasure(v enum.UnitOfMeasure) + func (m NoRelatedSym) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoRelatedSym) SetValuationMethod(v enum.ValuationMethod) + type NoRelatedSymRepeatingGroup struct + func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup + func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym + func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym + 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 RouteOut func(msg StreamAssignmentRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError + type StreamAssignmentRequest struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) StreamAssignmentRequest + func New(streamasgnreqid field.StreamAsgnReqIDField, ...) (m StreamAssignmentRequest) + func (m StreamAssignmentRequest) GetNoAsgnReqs() (NoAsgnReqsRepeatingGroup, quickfix.MessageRejectError) + func (m StreamAssignmentRequest) GetStreamAsgnReqID() (v string, err quickfix.MessageRejectError) + func (m StreamAssignmentRequest) GetStreamAsgnReqType() (v enum.StreamAsgnReqType, err quickfix.MessageRejectError) + func (m StreamAssignmentRequest) HasNoAsgnReqs() bool + func (m StreamAssignmentRequest) HasStreamAsgnReqID() bool + func (m StreamAssignmentRequest) HasStreamAsgnReqType() bool + func (m StreamAssignmentRequest) SetNoAsgnReqs(f NoAsgnReqsRepeatingGroup) + func (m StreamAssignmentRequest) SetStreamAsgnReqID(v string) + func (m StreamAssignmentRequest) SetStreamAsgnReqType(v enum.StreamAsgnReqType) + func (m StreamAssignmentRequest) ToMessage() *quickfix.Message