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 MassQuoteAcknowledgement struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) MassQuoteAcknowledgement + func New(quotestatus field.QuoteStatusField) (m MassQuoteAcknowledgement) + func (m MassQuoteAcknowledgement) GetAccount() (v string, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetAccountType() (v enum.AccountType, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetAcctIDSource() (v enum.AcctIDSource, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetNoQuoteSets() (NoQuoteSetsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetNoTargetPartyIDs() (NoTargetPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteCancelType() (v enum.QuoteCancelType, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteID() (v string, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteRejectReason() (v enum.QuoteRejectReason, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteReqID() (v string, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteResponseLevel() (v enum.QuoteResponseLevel, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteStatus() (v enum.QuoteStatus, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetQuoteType() (v enum.QuoteType, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) GetText() (v string, err quickfix.MessageRejectError) + func (m MassQuoteAcknowledgement) HasAccount() bool + func (m MassQuoteAcknowledgement) HasAccountType() bool + func (m MassQuoteAcknowledgement) HasAcctIDSource() bool + func (m MassQuoteAcknowledgement) HasEncodedText() bool + func (m MassQuoteAcknowledgement) HasEncodedTextLen() bool + func (m MassQuoteAcknowledgement) HasNoPartyIDs() bool + func (m MassQuoteAcknowledgement) HasNoQuoteSets() bool + func (m MassQuoteAcknowledgement) HasNoTargetPartyIDs() bool + func (m MassQuoteAcknowledgement) HasQuoteCancelType() bool + func (m MassQuoteAcknowledgement) HasQuoteID() bool + func (m MassQuoteAcknowledgement) HasQuoteRejectReason() bool + func (m MassQuoteAcknowledgement) HasQuoteReqID() bool + func (m MassQuoteAcknowledgement) HasQuoteResponseLevel() bool + func (m MassQuoteAcknowledgement) HasQuoteStatus() bool + func (m MassQuoteAcknowledgement) HasQuoteType() bool + func (m MassQuoteAcknowledgement) HasText() bool + func (m MassQuoteAcknowledgement) SetAccount(v string) + func (m MassQuoteAcknowledgement) SetAccountType(v enum.AccountType) + func (m MassQuoteAcknowledgement) SetAcctIDSource(v enum.AcctIDSource) + func (m MassQuoteAcknowledgement) SetEncodedText(v string) + func (m MassQuoteAcknowledgement) SetEncodedTextLen(v int) + func (m MassQuoteAcknowledgement) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m MassQuoteAcknowledgement) SetNoQuoteSets(f NoQuoteSetsRepeatingGroup) + func (m MassQuoteAcknowledgement) SetNoTargetPartyIDs(f NoTargetPartyIDsRepeatingGroup) + func (m MassQuoteAcknowledgement) SetQuoteCancelType(v enum.QuoteCancelType) + func (m MassQuoteAcknowledgement) SetQuoteID(v string) + func (m MassQuoteAcknowledgement) SetQuoteRejectReason(v enum.QuoteRejectReason) + func (m MassQuoteAcknowledgement) SetQuoteReqID(v string) + func (m MassQuoteAcknowledgement) SetQuoteResponseLevel(v enum.QuoteResponseLevel) + func (m MassQuoteAcknowledgement) SetQuoteStatus(v enum.QuoteStatus) + func (m MassQuoteAcknowledgement) SetQuoteType(v enum.QuoteType) + func (m MassQuoteAcknowledgement) SetText(v string) + func (m MassQuoteAcknowledgement) ToMessage() *quickfix.Message + 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 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) GetLegContractMultiplierUnit() (v int, 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) GetLegFlowScheduleType() (v int, 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) 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 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 NoQuoteEntries struct + func (m NoQuoteEntries) GetAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidForwardPoints() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidForwardPoints2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidSpotRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBidYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetBookingType() (v enum.BookingType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCPRegType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractMultiplierUnit() (v enum.ContractMultiplierUnit, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetContractSettlMonth() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetCurrency() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetDatedDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetFlowScheduleType() (v enum.FlowScheduleType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMaturityTime() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMidYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNTPositionLimit() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoLegs() (NoLegsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteEntries) GetNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferForwardPoints2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSize() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferSpotRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOfferYield() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOptPayoutType() (v enum.OptPayoutType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrdType() (v enum.OrdType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrderCapacity() (v enum.OrderCapacity, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrderQty2() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOrderRestrictions() (v enum.OrderRestrictions, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPool() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPositionLimit() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetProductComplex() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryRejectReason() (v enum.QuoteEntryRejectReason, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetQuoteEntryStatus() (v enum.QuoteEntryStatus, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetRestructuringType() (v enum.RestructuringType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityGroup() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityXML() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSeniority() (v enum.Seniority, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettlDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettlDate2() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePriceBoundaryMethod() (v enum.StrikePriceBoundaryMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikePriceDeterminationMethod() (v enum.StrikePriceDeterminationMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetUnderlyingPriceDeterminationMethod() (v enum.UnderlyingPriceDeterminationMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetValidUntilTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteEntries) GetValuationMethod() (v enum.ValuationMethod, err quickfix.MessageRejectError) + func (m NoQuoteEntries) HasAttachmentPoint() bool + func (m NoQuoteEntries) HasBidForwardPoints() bool + func (m NoQuoteEntries) HasBidForwardPoints2() bool + func (m NoQuoteEntries) HasBidPx() bool + func (m NoQuoteEntries) HasBidSize() bool + func (m NoQuoteEntries) HasBidSpotRate() bool + func (m NoQuoteEntries) HasBidYield() bool + func (m NoQuoteEntries) HasBookingType() bool + func (m NoQuoteEntries) HasCFICode() bool + func (m NoQuoteEntries) HasCPProgram() bool + func (m NoQuoteEntries) HasCPRegType() bool + func (m NoQuoteEntries) HasCapPrice() bool + func (m NoQuoteEntries) HasContractMultiplier() bool + func (m NoQuoteEntries) HasContractMultiplierUnit() bool + func (m NoQuoteEntries) HasContractSettlMonth() bool + func (m NoQuoteEntries) HasCountryOfIssue() bool + func (m NoQuoteEntries) HasCouponPaymentDate() bool + func (m NoQuoteEntries) HasCouponRate() bool + func (m NoQuoteEntries) HasCreditRating() bool + func (m NoQuoteEntries) HasCurrency() bool + func (m NoQuoteEntries) HasDatedDate() bool + func (m NoQuoteEntries) HasDetachmentPoint() bool + func (m NoQuoteEntries) HasEncodedIssuer() bool + func (m NoQuoteEntries) HasEncodedIssuerLen() bool + func (m NoQuoteEntries) HasEncodedSecurityDesc() bool + func (m NoQuoteEntries) HasEncodedSecurityDescLen() bool + func (m NoQuoteEntries) HasExerciseStyle() bool + func (m NoQuoteEntries) HasFactor() bool + func (m NoQuoteEntries) HasFlexProductEligibilityIndicator() bool + func (m NoQuoteEntries) HasFlexibleIndicator() bool + func (m NoQuoteEntries) HasFloorPrice() bool + func (m NoQuoteEntries) HasFlowScheduleType() bool + func (m NoQuoteEntries) HasInstrRegistry() bool + func (m NoQuoteEntries) HasInstrmtAssignmentMethod() bool + func (m NoQuoteEntries) HasInterestAccrualDate() bool + func (m NoQuoteEntries) HasIssueDate() bool + func (m NoQuoteEntries) HasIssuer() bool + func (m NoQuoteEntries) HasListMethod() bool + func (m NoQuoteEntries) HasLocaleOfIssue() bool + func (m NoQuoteEntries) HasMaturityDate() bool + func (m NoQuoteEntries) HasMaturityMonthYear() bool + func (m NoQuoteEntries) HasMaturityTime() bool + func (m NoQuoteEntries) HasMidPx() bool + func (m NoQuoteEntries) HasMidYield() bool + func (m NoQuoteEntries) HasMinPriceIncrement() bool + func (m NoQuoteEntries) HasMinPriceIncrementAmount() bool + func (m NoQuoteEntries) HasNTPositionLimit() bool + func (m NoQuoteEntries) HasNoComplexEvents() bool + func (m NoQuoteEntries) HasNoEvents() bool + func (m NoQuoteEntries) HasNoInstrumentParties() bool + func (m NoQuoteEntries) HasNoLegs() bool + func (m NoQuoteEntries) HasNoSecurityAltID() bool + func (m NoQuoteEntries) HasNotionalPercentageOutstanding() bool + func (m NoQuoteEntries) HasOfferForwardPoints() bool + func (m NoQuoteEntries) HasOfferForwardPoints2() bool + func (m NoQuoteEntries) HasOfferPx() bool + func (m NoQuoteEntries) HasOfferSize() bool + func (m NoQuoteEntries) HasOfferSpotRate() bool + func (m NoQuoteEntries) HasOfferYield() bool + func (m NoQuoteEntries) HasOptAttribute() bool + func (m NoQuoteEntries) HasOptPayoutAmount() bool + func (m NoQuoteEntries) HasOptPayoutType() bool + func (m NoQuoteEntries) HasOrdType() bool + func (m NoQuoteEntries) HasOrderCapacity() bool + func (m NoQuoteEntries) HasOrderQty2() bool + func (m NoQuoteEntries) HasOrderRestrictions() bool + func (m NoQuoteEntries) HasOriginalNotionalPercentageOutstanding() bool + func (m NoQuoteEntries) HasPool() bool + func (m NoQuoteEntries) HasPositionLimit() bool + func (m NoQuoteEntries) HasPriceQuoteMethod() bool + func (m NoQuoteEntries) HasPriceUnitOfMeasure() bool + func (m NoQuoteEntries) HasPriceUnitOfMeasureQty() bool + func (m NoQuoteEntries) HasProduct() bool + func (m NoQuoteEntries) HasProductComplex() bool + func (m NoQuoteEntries) HasPutOrCall() bool + func (m NoQuoteEntries) HasQuoteEntryID() bool + func (m NoQuoteEntries) HasQuoteEntryRejectReason() bool + func (m NoQuoteEntries) HasQuoteEntryStatus() bool + func (m NoQuoteEntries) HasRedemptionDate() bool + func (m NoQuoteEntries) HasRepoCollateralSecurityType() bool + func (m NoQuoteEntries) HasRepurchaseRate() bool + func (m NoQuoteEntries) HasRepurchaseTerm() bool + func (m NoQuoteEntries) HasRestructuringType() bool + func (m NoQuoteEntries) HasSecurityDesc() bool + func (m NoQuoteEntries) HasSecurityExchange() bool + func (m NoQuoteEntries) HasSecurityGroup() bool + func (m NoQuoteEntries) HasSecurityID() bool + func (m NoQuoteEntries) HasSecurityIDSource() bool + func (m NoQuoteEntries) HasSecurityStatus() bool + func (m NoQuoteEntries) HasSecuritySubType() bool + func (m NoQuoteEntries) HasSecurityType() bool + func (m NoQuoteEntries) HasSecurityXML() bool + func (m NoQuoteEntries) HasSecurityXMLLen() bool + func (m NoQuoteEntries) HasSecurityXMLSchema() bool + func (m NoQuoteEntries) HasSeniority() bool + func (m NoQuoteEntries) HasSettlDate() bool + func (m NoQuoteEntries) HasSettlDate2() bool + func (m NoQuoteEntries) HasSettlMethod() bool + func (m NoQuoteEntries) HasSettleOnOpenFlag() bool + func (m NoQuoteEntries) HasStateOrProvinceOfIssue() bool + func (m NoQuoteEntries) HasStrikeCurrency() bool + func (m NoQuoteEntries) HasStrikeMultiplier() bool + func (m NoQuoteEntries) HasStrikePrice() bool + func (m NoQuoteEntries) HasStrikePriceBoundaryMethod() bool + func (m NoQuoteEntries) HasStrikePriceBoundaryPrecision() bool + func (m NoQuoteEntries) HasStrikePriceDeterminationMethod() bool + func (m NoQuoteEntries) HasStrikeValue() bool + func (m NoQuoteEntries) HasSymbol() bool + func (m NoQuoteEntries) HasSymbolSfx() bool + func (m NoQuoteEntries) HasTimeUnit() bool + func (m NoQuoteEntries) HasTradingSessionID() bool + func (m NoQuoteEntries) HasTradingSessionSubID() bool + func (m NoQuoteEntries) HasTransactTime() bool + func (m NoQuoteEntries) HasUnderlyingPriceDeterminationMethod() bool + func (m NoQuoteEntries) HasUnitOfMeasure() bool + func (m NoQuoteEntries) HasUnitOfMeasureQty() bool + func (m NoQuoteEntries) HasValidUntilTime() bool + func (m NoQuoteEntries) HasValuationMethod() bool + func (m NoQuoteEntries) SetAttachmentPoint(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidForwardPoints(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidForwardPoints2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidSize(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidSpotRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBidYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetBookingType(v enum.BookingType) + func (m NoQuoteEntries) SetCFICode(v string) + func (m NoQuoteEntries) SetCPProgram(v enum.CPProgram) + func (m NoQuoteEntries) SetCPRegType(v string) + func (m NoQuoteEntries) SetCapPrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetContractMultiplierUnit(v enum.ContractMultiplierUnit) + func (m NoQuoteEntries) SetContractSettlMonth(v string) + func (m NoQuoteEntries) SetCountryOfIssue(v string) + func (m NoQuoteEntries) SetCouponPaymentDate(v string) + func (m NoQuoteEntries) SetCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetCreditRating(v string) + func (m NoQuoteEntries) SetCurrency(v string) + func (m NoQuoteEntries) SetDatedDate(v string) + func (m NoQuoteEntries) SetDetachmentPoint(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetEncodedIssuer(v string) + func (m NoQuoteEntries) SetEncodedIssuerLen(v int) + func (m NoQuoteEntries) SetEncodedSecurityDesc(v string) + func (m NoQuoteEntries) SetEncodedSecurityDescLen(v int) + func (m NoQuoteEntries) SetExerciseStyle(v enum.ExerciseStyle) + func (m NoQuoteEntries) SetFactor(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetFlexProductEligibilityIndicator(v bool) + func (m NoQuoteEntries) SetFlexibleIndicator(v bool) + func (m NoQuoteEntries) SetFloorPrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetFlowScheduleType(v enum.FlowScheduleType) + func (m NoQuoteEntries) SetInstrRegistry(v enum.InstrRegistry) + func (m NoQuoteEntries) SetInstrmtAssignmentMethod(v string) + func (m NoQuoteEntries) SetInterestAccrualDate(v string) + func (m NoQuoteEntries) SetIssueDate(v string) + func (m NoQuoteEntries) SetIssuer(v string) + func (m NoQuoteEntries) SetListMethod(v enum.ListMethod) + func (m NoQuoteEntries) SetLocaleOfIssue(v string) + func (m NoQuoteEntries) SetMaturityDate(v string) + func (m NoQuoteEntries) SetMaturityMonthYear(v string) + func (m NoQuoteEntries) SetMaturityTime(v string) + func (m NoQuoteEntries) SetMidPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMidYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetNTPositionLimit(v int) + func (m NoQuoteEntries) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) + func (m NoQuoteEntries) SetNoEvents(f NoEventsRepeatingGroup) + func (m NoQuoteEntries) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m NoQuoteEntries) SetNoLegs(f NoLegsRepeatingGroup) + func (m NoQuoteEntries) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m NoQuoteEntries) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferForwardPoints(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferForwardPoints2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferPx(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferSize(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferSpotRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOfferYield(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOptAttribute(v string) + func (m NoQuoteEntries) SetOptPayoutAmount(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOptPayoutType(v enum.OptPayoutType) + func (m NoQuoteEntries) SetOrdType(v enum.OrdType) + func (m NoQuoteEntries) SetOrderCapacity(v enum.OrderCapacity) + func (m NoQuoteEntries) SetOrderQty2(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetOrderRestrictions(v enum.OrderRestrictions) + func (m NoQuoteEntries) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetPool(v string) + func (m NoQuoteEntries) SetPositionLimit(v int) + func (m NoQuoteEntries) SetPriceQuoteMethod(v enum.PriceQuoteMethod) + func (m NoQuoteEntries) SetPriceUnitOfMeasure(v string) + func (m NoQuoteEntries) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetProduct(v enum.Product) + func (m NoQuoteEntries) SetProductComplex(v string) + func (m NoQuoteEntries) SetPutOrCall(v enum.PutOrCall) + func (m NoQuoteEntries) SetQuoteEntryID(v string) + func (m NoQuoteEntries) SetQuoteEntryRejectReason(v enum.QuoteEntryRejectReason) + func (m NoQuoteEntries) SetQuoteEntryStatus(v enum.QuoteEntryStatus) + func (m NoQuoteEntries) SetRedemptionDate(v string) + func (m NoQuoteEntries) SetRepoCollateralSecurityType(v int) + func (m NoQuoteEntries) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetRepurchaseTerm(v int) + func (m NoQuoteEntries) SetRestructuringType(v enum.RestructuringType) + func (m NoQuoteEntries) SetSecurityDesc(v string) + func (m NoQuoteEntries) SetSecurityExchange(v string) + func (m NoQuoteEntries) SetSecurityGroup(v string) + func (m NoQuoteEntries) SetSecurityID(v string) + func (m NoQuoteEntries) SetSecurityIDSource(v enum.SecurityIDSource) + func (m NoQuoteEntries) SetSecurityStatus(v enum.SecurityStatus) + func (m NoQuoteEntries) SetSecuritySubType(v string) + func (m NoQuoteEntries) SetSecurityType(v enum.SecurityType) + func (m NoQuoteEntries) SetSecurityXML(v string) + func (m NoQuoteEntries) SetSecurityXMLLen(v int) + func (m NoQuoteEntries) SetSecurityXMLSchema(v string) + func (m NoQuoteEntries) SetSeniority(v enum.Seniority) + func (m NoQuoteEntries) SetSettlDate(v string) + func (m NoQuoteEntries) SetSettlDate2(v string) + func (m NoQuoteEntries) SetSettlMethod(v enum.SettlMethod) + func (m NoQuoteEntries) SetSettleOnOpenFlag(v string) + func (m NoQuoteEntries) SetStateOrProvinceOfIssue(v string) + func (m NoQuoteEntries) SetStrikeCurrency(v string) + func (m NoQuoteEntries) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetStrikePriceBoundaryMethod(v enum.StrikePriceBoundaryMethod) + func (m NoQuoteEntries) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetStrikePriceDeterminationMethod(v enum.StrikePriceDeterminationMethod) + func (m NoQuoteEntries) SetStrikeValue(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetSymbol(v string) + func (m NoQuoteEntries) SetSymbolSfx(v enum.SymbolSfx) + func (m NoQuoteEntries) SetTimeUnit(v enum.TimeUnit) + func (m NoQuoteEntries) SetTradingSessionID(v enum.TradingSessionID) + func (m NoQuoteEntries) SetTradingSessionSubID(v enum.TradingSessionSubID) + func (m NoQuoteEntries) SetTransactTime(v time.Time) + func (m NoQuoteEntries) SetUnderlyingPriceDeterminationMethod(v enum.UnderlyingPriceDeterminationMethod) + func (m NoQuoteEntries) SetUnitOfMeasure(v enum.UnitOfMeasure) + func (m NoQuoteEntries) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoQuoteEntries) SetValidUntilTime(v time.Time) + func (m NoQuoteEntries) SetValuationMethod(v enum.ValuationMethod) + type NoQuoteEntriesRepeatingGroup struct + func NewNoQuoteEntriesRepeatingGroup() NoQuoteEntriesRepeatingGroup + func (m NoQuoteEntriesRepeatingGroup) Add() NoQuoteEntries + func (m NoQuoteEntriesRepeatingGroup) Get(i int) NoQuoteEntries + type NoQuoteSets struct + func (m NoQuoteSets) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetLastFragment() (v bool, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoQuoteEntries() (NoQuoteEntriesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetQuoteSetValidUntilTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotNoAccQuotes() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotNoCxldQuotes() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotNoQuoteEntries() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetTotNoRejQuotes() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingAdjustedQuantity() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingContractMultiplierUnit() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingExerciseStyle() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingFlowScheduleType() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingMaturityTime() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingRestructuringType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSeniority() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError) + func (m NoQuoteSets) GetUnderlyingUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError) + func (m NoQuoteSets) HasEncodedUnderlyingIssuer() bool + func (m NoQuoteSets) HasEncodedUnderlyingIssuerLen() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasEncodedUnderlyingSecurityDescLen() bool + func (m NoQuoteSets) HasLastFragment() bool + func (m NoQuoteSets) HasNoQuoteEntries() bool + func (m NoQuoteSets) HasNoUnderlyingSecurityAltID() bool + func (m NoQuoteSets) HasNoUnderlyingStips() bool + func (m NoQuoteSets) HasNoUndlyInstrumentParties() bool + func (m NoQuoteSets) HasQuoteSetID() bool + func (m NoQuoteSets) HasQuoteSetValidUntilTime() bool + func (m NoQuoteSets) HasTotNoAccQuotes() bool + func (m NoQuoteSets) HasTotNoCxldQuotes() bool + func (m NoQuoteSets) HasTotNoQuoteEntries() bool + func (m NoQuoteSets) HasTotNoRejQuotes() bool + func (m NoQuoteSets) HasUnderlyingAdjustedQuantity() bool + func (m NoQuoteSets) HasUnderlyingAllocationPercent() bool + func (m NoQuoteSets) HasUnderlyingAttachmentPoint() bool + func (m NoQuoteSets) HasUnderlyingCFICode() bool + func (m NoQuoteSets) HasUnderlyingCPProgram() bool + func (m NoQuoteSets) HasUnderlyingCPRegType() bool + func (m NoQuoteSets) HasUnderlyingCapValue() bool + func (m NoQuoteSets) HasUnderlyingCashAmount() bool + func (m NoQuoteSets) HasUnderlyingCashType() bool + func (m NoQuoteSets) HasUnderlyingContractMultiplier() bool + func (m NoQuoteSets) HasUnderlyingContractMultiplierUnit() bool + func (m NoQuoteSets) HasUnderlyingCountryOfIssue() bool + func (m NoQuoteSets) HasUnderlyingCouponPaymentDate() bool + func (m NoQuoteSets) HasUnderlyingCouponRate() bool + func (m NoQuoteSets) HasUnderlyingCreditRating() bool + func (m NoQuoteSets) HasUnderlyingCurrency() bool + func (m NoQuoteSets) HasUnderlyingCurrentValue() bool + func (m NoQuoteSets) HasUnderlyingDetachmentPoint() bool + func (m NoQuoteSets) HasUnderlyingDirtyPrice() bool + func (m NoQuoteSets) HasUnderlyingEndPrice() bool + func (m NoQuoteSets) HasUnderlyingEndValue() bool + func (m NoQuoteSets) HasUnderlyingExerciseStyle() bool + func (m NoQuoteSets) HasUnderlyingFXRate() bool + func (m NoQuoteSets) HasUnderlyingFXRateCalc() bool + func (m NoQuoteSets) HasUnderlyingFactor() bool + func (m NoQuoteSets) HasUnderlyingFlowScheduleType() bool + func (m NoQuoteSets) HasUnderlyingInstrRegistry() bool + func (m NoQuoteSets) HasUnderlyingIssueDate() bool + func (m NoQuoteSets) HasUnderlyingIssuer() bool + func (m NoQuoteSets) HasUnderlyingLocaleOfIssue() bool + func (m NoQuoteSets) HasUnderlyingMaturityDate() bool + func (m NoQuoteSets) HasUnderlyingMaturityMonthYear() bool + func (m NoQuoteSets) HasUnderlyingMaturityTime() bool + func (m NoQuoteSets) HasUnderlyingNotionalPercentageOutstanding() bool + func (m NoQuoteSets) HasUnderlyingOptAttribute() bool + func (m NoQuoteSets) HasUnderlyingOriginalNotionalPercentageOutstanding() bool + func (m NoQuoteSets) HasUnderlyingPriceUnitOfMeasure() bool + func (m NoQuoteSets) HasUnderlyingPriceUnitOfMeasureQty() bool + func (m NoQuoteSets) HasUnderlyingProduct() bool + func (m NoQuoteSets) HasUnderlyingPutOrCall() bool + func (m NoQuoteSets) HasUnderlyingPx() bool + func (m NoQuoteSets) HasUnderlyingQty() bool + func (m NoQuoteSets) HasUnderlyingRedemptionDate() bool + func (m NoQuoteSets) HasUnderlyingRepoCollateralSecurityType() bool + func (m NoQuoteSets) HasUnderlyingRepurchaseRate() bool + func (m NoQuoteSets) HasUnderlyingRepurchaseTerm() bool + func (m NoQuoteSets) HasUnderlyingRestructuringType() bool + func (m NoQuoteSets) HasUnderlyingSecurityDesc() bool + func (m NoQuoteSets) HasUnderlyingSecurityExchange() bool + func (m NoQuoteSets) HasUnderlyingSecurityID() bool + func (m NoQuoteSets) HasUnderlyingSecurityIDSource() bool + func (m NoQuoteSets) HasUnderlyingSecuritySubType() bool + func (m NoQuoteSets) HasUnderlyingSecurityType() bool + func (m NoQuoteSets) HasUnderlyingSeniority() bool + func (m NoQuoteSets) HasUnderlyingSettlMethod() bool + func (m NoQuoteSets) HasUnderlyingSettlementType() bool + func (m NoQuoteSets) HasUnderlyingStartValue() bool + func (m NoQuoteSets) HasUnderlyingStateOrProvinceOfIssue() bool + func (m NoQuoteSets) HasUnderlyingStrikeCurrency() bool + func (m NoQuoteSets) HasUnderlyingStrikePrice() bool + func (m NoQuoteSets) HasUnderlyingSymbol() bool + func (m NoQuoteSets) HasUnderlyingSymbolSfx() bool + func (m NoQuoteSets) HasUnderlyingTimeUnit() bool + func (m NoQuoteSets) HasUnderlyingUnitOfMeasure() bool + func (m NoQuoteSets) HasUnderlyingUnitOfMeasureQty() bool + func (m NoQuoteSets) SetEncodedUnderlyingIssuer(v string) + func (m NoQuoteSets) SetEncodedUnderlyingIssuerLen(v int) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetEncodedUnderlyingSecurityDescLen(v int) + func (m NoQuoteSets) SetLastFragment(v bool) + func (m NoQuoteSets) SetNoQuoteEntries(f NoQuoteEntriesRepeatingGroup) + func (m NoQuoteSets) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m NoQuoteSets) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m NoQuoteSets) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m NoQuoteSets) SetQuoteSetID(v string) + func (m NoQuoteSets) SetQuoteSetValidUntilTime(v time.Time) + func (m NoQuoteSets) SetTotNoAccQuotes(v int) + func (m NoQuoteSets) SetTotNoCxldQuotes(v int) + func (m NoQuoteSets) SetTotNoQuoteEntries(v int) + func (m NoQuoteSets) SetTotNoRejQuotes(v int) + func (m NoQuoteSets) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingAttachmentPoint(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCFICode(v string) + func (m NoQuoteSets) SetUnderlyingCPProgram(v string) + func (m NoQuoteSets) SetUnderlyingCPRegType(v string) + func (m NoQuoteSets) SetUnderlyingCapValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCashType(v enum.UnderlyingCashType) + func (m NoQuoteSets) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingContractMultiplierUnit(v int) + func (m NoQuoteSets) SetUnderlyingCountryOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingCouponPaymentDate(v string) + func (m NoQuoteSets) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingCreditRating(v string) + func (m NoQuoteSets) SetUnderlyingCurrency(v string) + func (m NoQuoteSets) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingDetachmentPoint(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingEndValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingExerciseStyle(v int) + func (m NoQuoteSets) SetUnderlyingFXRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingFXRateCalc(v enum.UnderlyingFXRateCalc) + func (m NoQuoteSets) SetUnderlyingFactor(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingFlowScheduleType(v int) + func (m NoQuoteSets) SetUnderlyingInstrRegistry(v string) + func (m NoQuoteSets) SetUnderlyingIssueDate(v string) + func (m NoQuoteSets) SetUnderlyingIssuer(v string) + func (m NoQuoteSets) SetUnderlyingLocaleOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingMaturityDate(v string) + func (m NoQuoteSets) SetUnderlyingMaturityMonthYear(v string) + func (m NoQuoteSets) SetUnderlyingMaturityTime(v string) + func (m NoQuoteSets) SetUnderlyingNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingOptAttribute(v string) + func (m NoQuoteSets) SetUnderlyingOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingPriceUnitOfMeasure(v string) + func (m NoQuoteSets) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingProduct(v int) + func (m NoQuoteSets) SetUnderlyingPutOrCall(v int) + func (m NoQuoteSets) SetUnderlyingPx(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingQty(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingRedemptionDate(v string) + func (m NoQuoteSets) SetUnderlyingRepoCollateralSecurityType(v int) + func (m NoQuoteSets) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingRepurchaseTerm(v int) + func (m NoQuoteSets) SetUnderlyingRestructuringType(v string) + func (m NoQuoteSets) SetUnderlyingSecurityDesc(v string) + func (m NoQuoteSets) SetUnderlyingSecurityExchange(v string) + func (m NoQuoteSets) SetUnderlyingSecurityID(v string) + func (m NoQuoteSets) SetUnderlyingSecurityIDSource(v string) + func (m NoQuoteSets) SetUnderlyingSecuritySubType(v string) + func (m NoQuoteSets) SetUnderlyingSecurityType(v string) + func (m NoQuoteSets) SetUnderlyingSeniority(v string) + func (m NoQuoteSets) SetUnderlyingSettlMethod(v string) + func (m NoQuoteSets) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType) + func (m NoQuoteSets) SetUnderlyingStartValue(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m NoQuoteSets) SetUnderlyingStrikeCurrency(v string) + func (m NoQuoteSets) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m NoQuoteSets) SetUnderlyingSymbol(v string) + func (m NoQuoteSets) SetUnderlyingSymbolSfx(v string) + func (m NoQuoteSets) SetUnderlyingTimeUnit(v string) + func (m NoQuoteSets) SetUnderlyingUnitOfMeasure(v string) + func (m NoQuoteSets) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32) + type NoQuoteSetsRepeatingGroup struct + func NewNoQuoteSetsRepeatingGroup() NoQuoteSetsRepeatingGroup + func (m NoQuoteSetsRepeatingGroup) Add() NoQuoteSets + func (m NoQuoteSetsRepeatingGroup) Get(i int) NoQuoteSets + 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 NoTargetPartyIDs struct + func (m NoTargetPartyIDs) GetTargetPartyID() (v string, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) GetTargetPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) GetTargetPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) HasTargetPartyID() bool + func (m NoTargetPartyIDs) HasTargetPartyIDSource() bool + func (m NoTargetPartyIDs) HasTargetPartyRole() bool + func (m NoTargetPartyIDs) SetTargetPartyID(v string) + func (m NoTargetPartyIDs) SetTargetPartyIDSource(v string) + func (m NoTargetPartyIDs) SetTargetPartyRole(v int) + type NoTargetPartyIDsRepeatingGroup struct + func NewNoTargetPartyIDsRepeatingGroup() NoTargetPartyIDsRepeatingGroup + func (m NoTargetPartyIDsRepeatingGroup) Add() NoTargetPartyIDs + func (m NoTargetPartyIDsRepeatingGroup) Get(i int) NoTargetPartyIDs + type NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) + type NoUnderlyingSecurityAltIDRepeatingGroup struct + func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID + type NoUnderlyingStips struct + func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) HasUnderlyingStipType() bool + func (m NoUnderlyingStips) HasUnderlyingStipValue() bool + func (m NoUnderlyingStips) SetUnderlyingStipType(v string) + func (m NoUnderlyingStips) SetUnderlyingStipValue(v string) + type NoUnderlyingStipsRepeatingGroup struct + func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup + func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips + func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips + type NoUndlyInstrumentParties struct + func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyID() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyRole() (v int, 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() (v string, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError) + 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 MassQuoteAcknowledgement, sessionID quickfix.SessionID) quickfix.MessageRejectError