Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type ListStrikePrice
- func (m ListStrikePrice) GetLastFragment() (v bool, err quickfix.MessageRejectError)
- func (m ListStrikePrice) GetListID() (v string, err quickfix.MessageRejectError)
- func (m ListStrikePrice) GetNoStrikes() (NoStrikesRepeatingGroup, quickfix.MessageRejectError)
- func (m ListStrikePrice) GetTotNoStrikes() (v int, err quickfix.MessageRejectError)
- func (m ListStrikePrice) HasLastFragment() bool
- func (m ListStrikePrice) HasListID() bool
- func (m ListStrikePrice) HasNoStrikes() bool
- func (m ListStrikePrice) HasTotNoStrikes() bool
- func (m ListStrikePrice) SetLastFragment(v bool)
- func (m ListStrikePrice) SetListID(v string)
- func (m ListStrikePrice) SetNoStrikes(f NoStrikesRepeatingGroup)
- func (m ListStrikePrice) SetTotNoStrikes(v int)
- func (m ListStrikePrice) ToMessage() *quickfix.Message
- type NoEvents
- 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
- type NoInstrumentParties
- 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
- type NoInstrumentPartySubIDs
- 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
- type NoSecurityAltID
- 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
- type NoStrikes
- func (m NoStrikes) GetCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCPRegType() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetClOrdID() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetDatedDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedText() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError)
- func (m NoStrikes) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError)
- func (m NoStrikes) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError)
- func (m NoStrikes) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetFuturesValuationMethod() (v enum.FuturesValuationMethod, err quickfix.MessageRejectError)
- func (m NoStrikes) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
- func (m NoStrikes) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError)
- func (m NoStrikes) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetMaturityTime() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetNTPositionLimit() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoStrikes) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
- func (m NoStrikes) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoStrikes) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoStrikes) GetOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetOptPayAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPool() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPositionLimit() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPrevClosePx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
- func (m NoStrikes) GetProductComplex() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
- func (m NoStrikes) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityGroup() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityXML() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSide() (v enum.Side, err quickfix.MessageRejectError)
- func (m NoStrikes) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
- func (m NoStrikes) GetText() (v string, err quickfix.MessageRejectError)
- func (m NoStrikes) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError)
- func (m NoStrikes) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError)
- func (m NoStrikes) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoStrikes) HasCFICode() bool
- func (m NoStrikes) HasCPProgram() bool
- func (m NoStrikes) HasCPRegType() bool
- func (m NoStrikes) HasCapPrice() bool
- func (m NoStrikes) HasClOrdID() bool
- func (m NoStrikes) HasContractMultiplier() bool
- func (m NoStrikes) HasContractSettlMonth() bool
- func (m NoStrikes) HasCountryOfIssue() bool
- func (m NoStrikes) HasCouponPaymentDate() bool
- func (m NoStrikes) HasCouponRate() bool
- func (m NoStrikes) HasCreditRating() bool
- func (m NoStrikes) HasCurrency() bool
- func (m NoStrikes) HasDatedDate() bool
- func (m NoStrikes) HasEncodedIssuer() bool
- func (m NoStrikes) HasEncodedIssuerLen() bool
- func (m NoStrikes) HasEncodedSecurityDesc() bool
- func (m NoStrikes) HasEncodedSecurityDescLen() bool
- func (m NoStrikes) HasEncodedText() bool
- func (m NoStrikes) HasEncodedTextLen() bool
- func (m NoStrikes) HasExerciseStyle() bool
- func (m NoStrikes) HasFactor() bool
- func (m NoStrikes) HasFlexProductEligibilityIndicator() bool
- func (m NoStrikes) HasFlexibleIndicator() bool
- func (m NoStrikes) HasFloorPrice() bool
- func (m NoStrikes) HasFuturesValuationMethod() bool
- func (m NoStrikes) HasInstrRegistry() bool
- func (m NoStrikes) HasInstrmtAssignmentMethod() bool
- func (m NoStrikes) HasInterestAccrualDate() bool
- func (m NoStrikes) HasIssueDate() bool
- func (m NoStrikes) HasIssuer() bool
- func (m NoStrikes) HasListMethod() bool
- func (m NoStrikes) HasLocaleOfIssue() bool
- func (m NoStrikes) HasMaturityDate() bool
- func (m NoStrikes) HasMaturityMonthYear() bool
- func (m NoStrikes) HasMaturityTime() bool
- func (m NoStrikes) HasMinPriceIncrement() bool
- func (m NoStrikes) HasMinPriceIncrementAmount() bool
- func (m NoStrikes) HasNTPositionLimit() bool
- func (m NoStrikes) HasNoEvents() bool
- func (m NoStrikes) HasNoInstrumentParties() bool
- func (m NoStrikes) HasNoSecurityAltID() bool
- func (m NoStrikes) HasNoUnderlyings() bool
- func (m NoStrikes) HasOptAttribute() bool
- func (m NoStrikes) HasOptPayAmount() bool
- func (m NoStrikes) HasPool() bool
- func (m NoStrikes) HasPositionLimit() bool
- func (m NoStrikes) HasPrevClosePx() bool
- func (m NoStrikes) HasPrice() bool
- func (m NoStrikes) HasPriceQuoteMethod() bool
- func (m NoStrikes) HasPriceUnitOfMeasure() bool
- func (m NoStrikes) HasPriceUnitOfMeasureQty() bool
- func (m NoStrikes) HasProduct() bool
- func (m NoStrikes) HasProductComplex() bool
- func (m NoStrikes) HasPutOrCall() bool
- func (m NoStrikes) HasRedemptionDate() bool
- func (m NoStrikes) HasRepoCollateralSecurityType() bool
- func (m NoStrikes) HasRepurchaseRate() bool
- func (m NoStrikes) HasRepurchaseTerm() bool
- func (m NoStrikes) HasSecondaryClOrdID() bool
- func (m NoStrikes) HasSecurityDesc() bool
- func (m NoStrikes) HasSecurityExchange() bool
- func (m NoStrikes) HasSecurityGroup() bool
- func (m NoStrikes) HasSecurityID() bool
- func (m NoStrikes) HasSecurityIDSource() bool
- func (m NoStrikes) HasSecurityStatus() bool
- func (m NoStrikes) HasSecuritySubType() bool
- func (m NoStrikes) HasSecurityType() bool
- func (m NoStrikes) HasSecurityXML() bool
- func (m NoStrikes) HasSecurityXMLLen() bool
- func (m NoStrikes) HasSecurityXMLSchema() bool
- func (m NoStrikes) HasSettlMethod() bool
- func (m NoStrikes) HasSettleOnOpenFlag() bool
- func (m NoStrikes) HasSide() bool
- func (m NoStrikes) HasStateOrProvinceOfIssue() bool
- func (m NoStrikes) HasStrikeCurrency() bool
- func (m NoStrikes) HasStrikeMultiplier() bool
- func (m NoStrikes) HasStrikePrice() bool
- func (m NoStrikes) HasStrikeValue() bool
- func (m NoStrikes) HasSymbol() bool
- func (m NoStrikes) HasSymbolSfx() bool
- func (m NoStrikes) HasText() bool
- func (m NoStrikes) HasTimeUnit() bool
- func (m NoStrikes) HasUnitOfMeasure() bool
- func (m NoStrikes) HasUnitOfMeasureQty() bool
- func (m NoStrikes) SetCFICode(v string)
- func (m NoStrikes) SetCPProgram(v enum.CPProgram)
- func (m NoStrikes) SetCPRegType(v string)
- func (m NoStrikes) SetCapPrice(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetClOrdID(v string)
- func (m NoStrikes) SetContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetContractSettlMonth(v string)
- func (m NoStrikes) SetCountryOfIssue(v string)
- func (m NoStrikes) SetCouponPaymentDate(v string)
- func (m NoStrikes) SetCouponRate(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetCreditRating(v string)
- func (m NoStrikes) SetCurrency(v string)
- func (m NoStrikes) SetDatedDate(v string)
- func (m NoStrikes) SetEncodedIssuer(v string)
- func (m NoStrikes) SetEncodedIssuerLen(v int)
- func (m NoStrikes) SetEncodedSecurityDesc(v string)
- func (m NoStrikes) SetEncodedSecurityDescLen(v int)
- func (m NoStrikes) SetEncodedText(v string)
- func (m NoStrikes) SetEncodedTextLen(v int)
- func (m NoStrikes) SetExerciseStyle(v enum.ExerciseStyle)
- func (m NoStrikes) SetFactor(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetFlexProductEligibilityIndicator(v bool)
- func (m NoStrikes) SetFlexibleIndicator(v bool)
- func (m NoStrikes) SetFloorPrice(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetFuturesValuationMethod(v enum.FuturesValuationMethod)
- func (m NoStrikes) SetInstrRegistry(v enum.InstrRegistry)
- func (m NoStrikes) SetInstrmtAssignmentMethod(v string)
- func (m NoStrikes) SetInterestAccrualDate(v string)
- func (m NoStrikes) SetIssueDate(v string)
- func (m NoStrikes) SetIssuer(v string)
- func (m NoStrikes) SetListMethod(v enum.ListMethod)
- func (m NoStrikes) SetLocaleOfIssue(v string)
- func (m NoStrikes) SetMaturityDate(v string)
- func (m NoStrikes) SetMaturityMonthYear(v string)
- func (m NoStrikes) SetMaturityTime(v string)
- func (m NoStrikes) SetMinPriceIncrement(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetNTPositionLimit(v int)
- func (m NoStrikes) SetNoEvents(f NoEventsRepeatingGroup)
- func (m NoStrikes) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)
- func (m NoStrikes) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
- func (m NoStrikes) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)
- func (m NoStrikes) SetOptAttribute(v string)
- func (m NoStrikes) SetOptPayAmount(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetPool(v string)
- func (m NoStrikes) SetPositionLimit(v int)
- func (m NoStrikes) SetPrevClosePx(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetPrice(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetPriceQuoteMethod(v enum.PriceQuoteMethod)
- func (m NoStrikes) SetPriceUnitOfMeasure(v string)
- func (m NoStrikes) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetProduct(v enum.Product)
- func (m NoStrikes) SetProductComplex(v string)
- func (m NoStrikes) SetPutOrCall(v enum.PutOrCall)
- func (m NoStrikes) SetRedemptionDate(v string)
- func (m NoStrikes) SetRepoCollateralSecurityType(v int)
- func (m NoStrikes) SetRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetRepurchaseTerm(v int)
- func (m NoStrikes) SetSecondaryClOrdID(v string)
- func (m NoStrikes) SetSecurityDesc(v string)
- func (m NoStrikes) SetSecurityExchange(v string)
- func (m NoStrikes) SetSecurityGroup(v string)
- func (m NoStrikes) SetSecurityID(v string)
- func (m NoStrikes) SetSecurityIDSource(v enum.SecurityIDSource)
- func (m NoStrikes) SetSecurityStatus(v enum.SecurityStatus)
- func (m NoStrikes) SetSecuritySubType(v string)
- func (m NoStrikes) SetSecurityType(v enum.SecurityType)
- func (m NoStrikes) SetSecurityXML(v string)
- func (m NoStrikes) SetSecurityXMLLen(v int)
- func (m NoStrikes) SetSecurityXMLSchema(v string)
- func (m NoStrikes) SetSettlMethod(v enum.SettlMethod)
- func (m NoStrikes) SetSettleOnOpenFlag(v string)
- func (m NoStrikes) SetSide(v enum.Side)
- func (m NoStrikes) SetStateOrProvinceOfIssue(v string)
- func (m NoStrikes) SetStrikeCurrency(v string)
- func (m NoStrikes) SetStrikeMultiplier(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetStrikePrice(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetStrikeValue(value decimal.Decimal, scale int32)
- func (m NoStrikes) SetSymbol(v string)
- func (m NoStrikes) SetSymbolSfx(v enum.SymbolSfx)
- func (m NoStrikes) SetText(v string)
- func (m NoStrikes) SetTimeUnit(v enum.TimeUnit)
- func (m NoStrikes) SetUnitOfMeasure(v enum.UnitOfMeasure)
- func (m NoStrikes) SetUnitOfMeasureQty(value decimal.Decimal, scale int32)
- type NoStrikesRepeatingGroup
- type NoUnderlyingSecurityAltID
- 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
- type NoUnderlyingStips
- 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
- type NoUnderlyings
- func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUnderlyings) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingAdjustedQuantity() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingExerciseStyle() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingMaturityTime() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError)
- func (m NoUnderlyings) GetUnderlyingUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool
- func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool
- func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool
- func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool
- func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool
- func (m NoUnderlyings) HasNoUnderlyingStips() bool
- func (m NoUnderlyings) HasNoUndlyInstrumentParties() bool
- func (m NoUnderlyings) HasUnderlyingAdjustedQuantity() bool
- func (m NoUnderlyings) HasUnderlyingAllocationPercent() bool
- func (m NoUnderlyings) HasUnderlyingCFICode() bool
- func (m NoUnderlyings) HasUnderlyingCPProgram() bool
- func (m NoUnderlyings) HasUnderlyingCPRegType() bool
- func (m NoUnderlyings) HasUnderlyingCapValue() bool
- func (m NoUnderlyings) HasUnderlyingCashAmount() bool
- func (m NoUnderlyings) HasUnderlyingCashType() bool
- func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool
- func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool
- func (m NoUnderlyings) HasUnderlyingCouponRate() bool
- func (m NoUnderlyings) HasUnderlyingCreditRating() bool
- func (m NoUnderlyings) HasUnderlyingCurrency() bool
- func (m NoUnderlyings) HasUnderlyingCurrentValue() bool
- func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool
- func (m NoUnderlyings) HasUnderlyingEndPrice() bool
- func (m NoUnderlyings) HasUnderlyingEndValue() bool
- func (m NoUnderlyings) HasUnderlyingExerciseStyle() bool
- func (m NoUnderlyings) HasUnderlyingFXRate() bool
- func (m NoUnderlyings) HasUnderlyingFXRateCalc() bool
- func (m NoUnderlyings) HasUnderlyingFactor() bool
- func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool
- func (m NoUnderlyings) HasUnderlyingIssueDate() bool
- func (m NoUnderlyings) HasUnderlyingIssuer() bool
- func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingMaturityDate() bool
- func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool
- func (m NoUnderlyings) HasUnderlyingMaturityTime() bool
- func (m NoUnderlyings) HasUnderlyingOptAttribute() bool
- func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasure() bool
- func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasureQty() bool
- func (m NoUnderlyings) HasUnderlyingProduct() bool
- func (m NoUnderlyings) HasUnderlyingPutOrCall() bool
- func (m NoUnderlyings) HasUnderlyingPx() bool
- func (m NoUnderlyings) HasUnderlyingQty() bool
- func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool
- func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool
- func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool
- func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool
- func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool
- func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool
- func (m NoUnderlyings) HasUnderlyingSecurityID() bool
- func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool
- func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool
- func (m NoUnderlyings) HasUnderlyingSecurityType() bool
- func (m NoUnderlyings) HasUnderlyingSettlMethod() bool
- func (m NoUnderlyings) HasUnderlyingSettlementType() bool
- func (m NoUnderlyings) HasUnderlyingStartValue() bool
- func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool
- func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool
- func (m NoUnderlyings) HasUnderlyingStrikePrice() bool
- func (m NoUnderlyings) HasUnderlyingSymbol() bool
- func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool
- func (m NoUnderlyings) HasUnderlyingTimeUnit() bool
- func (m NoUnderlyings) HasUnderlyingUnitOfMeasure() bool
- func (m NoUnderlyings) HasUnderlyingUnitOfMeasureQty() bool
- func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)
- func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)
- func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)
- func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)
- func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)
- func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)
- func (m NoUnderlyings) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup)
- func (m NoUnderlyings) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCFICode(v string)
- func (m NoUnderlyings) SetUnderlyingCPProgram(v string)
- func (m NoUnderlyings) SetUnderlyingCPRegType(v string)
- func (m NoUnderlyings) SetUnderlyingCapValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCashAmount(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCashType(v enum.UnderlyingCashType)
- func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)
- func (m NoUnderlyings) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingCreditRating(v string)
- func (m NoUnderlyings) SetUnderlyingCurrency(v string)
- func (m NoUnderlyings) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingEndValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingExerciseStyle(v int)
- func (m NoUnderlyings) SetUnderlyingFXRate(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingFXRateCalc(v enum.UnderlyingFXRateCalc)
- func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)
- func (m NoUnderlyings) SetUnderlyingIssueDate(v string)
- func (m NoUnderlyings) SetUnderlyingIssuer(v string)
- func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)
- func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)
- func (m NoUnderlyings) SetUnderlyingMaturityTime(v string)
- func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)
- func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasure(v string)
- func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingProduct(v int)
- func (m NoUnderlyings) SetUnderlyingPutOrCall(v int)
- func (m NoUnderlyings) SetUnderlyingPx(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingQty(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)
- func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)
- func (m NoUnderlyings) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)
- func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityID(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)
- func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)
- func (m NoUnderlyings) SetUnderlyingSecurityType(v string)
- func (m NoUnderlyings) SetUnderlyingSettlMethod(v string)
- func (m NoUnderlyings) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType)
- func (m NoUnderlyings) SetUnderlyingStartValue(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)
- func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)
- func (m NoUnderlyings) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)
- func (m NoUnderlyings) SetUnderlyingSymbol(v string)
- func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)
- func (m NoUnderlyings) SetUnderlyingTimeUnit(v string)
- func (m NoUnderlyings) SetUnderlyingUnitOfMeasure(v string)
- func (m NoUnderlyings) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32)
- type NoUnderlyingsRepeatingGroup
- type NoUndlyInstrumentParties
- func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyID() (v string, err quickfix.MessageRejectError)
- func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (v int, err quickfix.MessageRejectError)
- func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool
- func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool
- func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool
- func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool
- func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup)
- func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string)
- func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string)
- func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int)
- type NoUndlyInstrumentPartiesRepeatingGroup
- type NoUndlyInstrumentPartySubIDs
- func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError)
- func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool
- func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool
- func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string)
- func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int)
- type NoUndlyInstrumentPartySubIDsRepeatingGroup
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ListStrikePrice ¶
type ListStrikePrice struct { fixt11.Header *quickfix.Body fixt11.Trailer Message *quickfix.Message }
ListStrikePrice is the fix50sp1 ListStrikePrice type, MsgType = m.
func FromMessage ¶
func FromMessage(m *quickfix.Message) ListStrikePrice
FromMessage creates a ListStrikePrice from a quickfix.Message instance.
func New ¶
func New(listid field.ListIDField, totnostrikes field.TotNoStrikesField) (m ListStrikePrice)
New returns a ListStrikePrice initialized with the required fields for ListStrikePrice.
func (ListStrikePrice) GetLastFragment ¶
func (m ListStrikePrice) GetLastFragment() (v bool, err quickfix.MessageRejectError)
GetLastFragment gets LastFragment, Tag 893.
func (ListStrikePrice) GetListID ¶
func (m ListStrikePrice) GetListID() (v string, err quickfix.MessageRejectError)
GetListID gets ListID, Tag 66.
func (ListStrikePrice) GetNoStrikes ¶
func (m ListStrikePrice) GetNoStrikes() (NoStrikesRepeatingGroup, quickfix.MessageRejectError)
GetNoStrikes gets NoStrikes, Tag 428.
func (ListStrikePrice) GetTotNoStrikes ¶
func (m ListStrikePrice) GetTotNoStrikes() (v int, err quickfix.MessageRejectError)
GetTotNoStrikes gets TotNoStrikes, Tag 422.
func (ListStrikePrice) HasLastFragment ¶
func (m ListStrikePrice) HasLastFragment() bool
HasLastFragment returns true if LastFragment is present, Tag 893.
func (ListStrikePrice) HasListID ¶
func (m ListStrikePrice) HasListID() bool
HasListID returns true if ListID is present, Tag 66.
func (ListStrikePrice) HasNoStrikes ¶
func (m ListStrikePrice) HasNoStrikes() bool
HasNoStrikes returns true if NoStrikes is present, Tag 428.
func (ListStrikePrice) HasTotNoStrikes ¶
func (m ListStrikePrice) HasTotNoStrikes() bool
HasTotNoStrikes returns true if TotNoStrikes is present, Tag 422.
func (ListStrikePrice) SetLastFragment ¶
func (m ListStrikePrice) SetLastFragment(v bool)
SetLastFragment sets LastFragment, Tag 893.
func (ListStrikePrice) SetListID ¶
func (m ListStrikePrice) SetListID(v string)
SetListID sets ListID, Tag 66.
func (ListStrikePrice) SetNoStrikes ¶
func (m ListStrikePrice) SetNoStrikes(f NoStrikesRepeatingGroup)
SetNoStrikes sets NoStrikes, Tag 428.
func (ListStrikePrice) SetTotNoStrikes ¶
func (m ListStrikePrice) SetTotNoStrikes(v int)
SetTotNoStrikes sets TotNoStrikes, Tag 422.
func (ListStrikePrice) ToMessage ¶
func (m ListStrikePrice) ToMessage() *quickfix.Message
ToMessage returns a quickfix.Message instance.
type NoEvents ¶
NoEvents is a repeating group element, Tag 864.
func (NoEvents) GetEventDate ¶
func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError)
GetEventDate gets EventDate, Tag 866.
func (NoEvents) GetEventPx ¶
func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetEventPx gets EventPx, Tag 867.
func (NoEvents) GetEventText ¶
func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError)
GetEventText gets EventText, Tag 868.
func (NoEvents) GetEventTime ¶
func (m NoEvents) GetEventTime() (v time.Time, err quickfix.MessageRejectError)
GetEventTime gets EventTime, Tag 1145.
func (NoEvents) GetEventType ¶
func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError)
GetEventType gets EventType, Tag 865.
func (NoEvents) HasEventDate ¶
HasEventDate returns true if EventDate is present, Tag 866.
func (NoEvents) HasEventPx ¶
HasEventPx returns true if EventPx is present, Tag 867.
func (NoEvents) HasEventText ¶
HasEventText returns true if EventText is present, Tag 868.
func (NoEvents) HasEventTime ¶
HasEventTime returns true if EventTime is present, Tag 1145.
func (NoEvents) HasEventType ¶
HasEventType returns true if EventType is present, Tag 865.
func (NoEvents) SetEventDate ¶
SetEventDate sets EventDate, Tag 866.
func (NoEvents) SetEventPx ¶
SetEventPx sets EventPx, Tag 867.
func (NoEvents) SetEventText ¶
SetEventText sets EventText, Tag 868.
func (NoEvents) SetEventTime ¶
SetEventTime sets EventTime, Tag 1145.
func (NoEvents) SetEventType ¶
SetEventType sets EventType, Tag 865.
type NoEventsRepeatingGroup ¶
type NoEventsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoEventsRepeatingGroup is a repeating group, Tag 864.
func NewNoEventsRepeatingGroup ¶
func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup
NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup.
func (NoEventsRepeatingGroup) Add ¶
func (m NoEventsRepeatingGroup) Add() NoEvents
Add create and append a new NoEvents to this group.
func (NoEventsRepeatingGroup) Get ¶
func (m NoEventsRepeatingGroup) Get(i int) NoEvents
Get returns the ith NoEvents in the NoEventsRepeatinGroup.
type NoInstrumentParties ¶
NoInstrumentParties is a repeating group element, Tag 1018.
func (NoInstrumentParties) GetInstrumentPartyID ¶
func (m NoInstrumentParties) GetInstrumentPartyID() (v string, err quickfix.MessageRejectError)
GetInstrumentPartyID gets InstrumentPartyID, Tag 1019.
func (NoInstrumentParties) GetInstrumentPartyIDSource ¶
func (m NoInstrumentParties) GetInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError)
GetInstrumentPartyIDSource gets InstrumentPartyIDSource, Tag 1050.
func (NoInstrumentParties) GetInstrumentPartyRole ¶
func (m NoInstrumentParties) GetInstrumentPartyRole() (v int, err quickfix.MessageRejectError)
GetInstrumentPartyRole gets InstrumentPartyRole, Tag 1051.
func (NoInstrumentParties) GetNoInstrumentPartySubIDs ¶
func (m NoInstrumentParties) GetNoInstrumentPartySubIDs() (NoInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoInstrumentPartySubIDs gets NoInstrumentPartySubIDs, Tag 1052.
func (NoInstrumentParties) HasInstrumentPartyID ¶
func (m NoInstrumentParties) HasInstrumentPartyID() bool
HasInstrumentPartyID returns true if InstrumentPartyID is present, Tag 1019.
func (NoInstrumentParties) HasInstrumentPartyIDSource ¶
func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool
HasInstrumentPartyIDSource returns true if InstrumentPartyIDSource is present, Tag 1050.
func (NoInstrumentParties) HasInstrumentPartyRole ¶
func (m NoInstrumentParties) HasInstrumentPartyRole() bool
HasInstrumentPartyRole returns true if InstrumentPartyRole is present, Tag 1051.
func (NoInstrumentParties) HasNoInstrumentPartySubIDs ¶
func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool
HasNoInstrumentPartySubIDs returns true if NoInstrumentPartySubIDs is present, Tag 1052.
func (NoInstrumentParties) SetInstrumentPartyID ¶
func (m NoInstrumentParties) SetInstrumentPartyID(v string)
SetInstrumentPartyID sets InstrumentPartyID, Tag 1019.
func (NoInstrumentParties) SetInstrumentPartyIDSource ¶
func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string)
SetInstrumentPartyIDSource sets InstrumentPartyIDSource, Tag 1050.
func (NoInstrumentParties) SetInstrumentPartyRole ¶
func (m NoInstrumentParties) SetInstrumentPartyRole(v int)
SetInstrumentPartyRole sets InstrumentPartyRole, Tag 1051.
func (NoInstrumentParties) SetNoInstrumentPartySubIDs ¶
func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup)
SetNoInstrumentPartySubIDs sets NoInstrumentPartySubIDs, Tag 1052.
type NoInstrumentPartiesRepeatingGroup ¶
type NoInstrumentPartiesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoInstrumentPartiesRepeatingGroup is a repeating group, Tag 1018.
func NewNoInstrumentPartiesRepeatingGroup ¶
func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup
NewNoInstrumentPartiesRepeatingGroup returns an initialized, NoInstrumentPartiesRepeatingGroup.
func (NoInstrumentPartiesRepeatingGroup) Add ¶
func (m NoInstrumentPartiesRepeatingGroup) Add() NoInstrumentParties
Add create and append a new NoInstrumentParties to this group.
func (NoInstrumentPartiesRepeatingGroup) Get ¶
func (m NoInstrumentPartiesRepeatingGroup) Get(i int) NoInstrumentParties
Get returns the ith NoInstrumentParties in the NoInstrumentPartiesRepeatinGroup.
type NoInstrumentPartySubIDs ¶
NoInstrumentPartySubIDs is a repeating group element, Tag 1052.
func (NoInstrumentPartySubIDs) GetInstrumentPartySubID ¶
func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (v string, err quickfix.MessageRejectError)
GetInstrumentPartySubID gets InstrumentPartySubID, Tag 1053.
func (NoInstrumentPartySubIDs) GetInstrumentPartySubIDType ¶
func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError)
GetInstrumentPartySubIDType gets InstrumentPartySubIDType, Tag 1054.
func (NoInstrumentPartySubIDs) HasInstrumentPartySubID ¶
func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool
HasInstrumentPartySubID returns true if InstrumentPartySubID is present, Tag 1053.
func (NoInstrumentPartySubIDs) HasInstrumentPartySubIDType ¶
func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool
HasInstrumentPartySubIDType returns true if InstrumentPartySubIDType is present, Tag 1054.
func (NoInstrumentPartySubIDs) SetInstrumentPartySubID ¶
func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string)
SetInstrumentPartySubID sets InstrumentPartySubID, Tag 1053.
func (NoInstrumentPartySubIDs) SetInstrumentPartySubIDType ¶
func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int)
SetInstrumentPartySubIDType sets InstrumentPartySubIDType, Tag 1054.
type NoInstrumentPartySubIDsRepeatingGroup ¶
type NoInstrumentPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1052.
func NewNoInstrumentPartySubIDsRepeatingGroup ¶
func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup
NewNoInstrumentPartySubIDsRepeatingGroup returns an initialized, NoInstrumentPartySubIDsRepeatingGroup.
func (NoInstrumentPartySubIDsRepeatingGroup) Add ¶
func (m NoInstrumentPartySubIDsRepeatingGroup) Add() NoInstrumentPartySubIDs
Add create and append a new NoInstrumentPartySubIDs to this group.
func (NoInstrumentPartySubIDsRepeatingGroup) Get ¶
func (m NoInstrumentPartySubIDsRepeatingGroup) Get(i int) NoInstrumentPartySubIDs
Get returns the ith NoInstrumentPartySubIDs in the NoInstrumentPartySubIDsRepeatinGroup.
type NoSecurityAltID ¶
NoSecurityAltID is a repeating group element, Tag 454.
func (NoSecurityAltID) GetSecurityAltID ¶
func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError)
GetSecurityAltID gets SecurityAltID, Tag 455.
func (NoSecurityAltID) GetSecurityAltIDSource ¶
func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.
func (NoSecurityAltID) HasSecurityAltID ¶
func (m NoSecurityAltID) HasSecurityAltID() bool
HasSecurityAltID returns true if SecurityAltID is present, Tag 455.
func (NoSecurityAltID) HasSecurityAltIDSource ¶
func (m NoSecurityAltID) HasSecurityAltIDSource() bool
HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.
func (NoSecurityAltID) SetSecurityAltID ¶
func (m NoSecurityAltID) SetSecurityAltID(v string)
SetSecurityAltID sets SecurityAltID, Tag 455.
func (NoSecurityAltID) SetSecurityAltIDSource ¶
func (m NoSecurityAltID) SetSecurityAltIDSource(v string)
SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.
type NoSecurityAltIDRepeatingGroup ¶
type NoSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.
func NewNoSecurityAltIDRepeatingGroup ¶
func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup
NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.
func (NoSecurityAltIDRepeatingGroup) Add ¶
func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID
Add create and append a new NoSecurityAltID to this group.
func (NoSecurityAltIDRepeatingGroup) Get ¶
func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID
Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.
type NoStrikes ¶
NoStrikes is a repeating group element, Tag 428.
func (NoStrikes) GetCFICode ¶
func (m NoStrikes) GetCFICode() (v string, err quickfix.MessageRejectError)
GetCFICode gets CFICode, Tag 461.
func (NoStrikes) GetCPProgram ¶
func (m NoStrikes) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
GetCPProgram gets CPProgram, Tag 875.
func (NoStrikes) GetCPRegType ¶
func (m NoStrikes) GetCPRegType() (v string, err quickfix.MessageRejectError)
GetCPRegType gets CPRegType, Tag 876.
func (NoStrikes) GetCapPrice ¶
func (m NoStrikes) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCapPrice gets CapPrice, Tag 1199.
func (NoStrikes) GetClOrdID ¶
func (m NoStrikes) GetClOrdID() (v string, err quickfix.MessageRejectError)
GetClOrdID gets ClOrdID, Tag 11.
func (NoStrikes) GetContractMultiplier ¶
func (m NoStrikes) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231.
func (NoStrikes) GetContractSettlMonth ¶
func (m NoStrikes) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
GetContractSettlMonth gets ContractSettlMonth, Tag 667.
func (NoStrikes) GetCountryOfIssue ¶
func (m NoStrikes) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetCountryOfIssue gets CountryOfIssue, Tag 470.
func (NoStrikes) GetCouponPaymentDate ¶
func (m NoStrikes) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetCouponPaymentDate gets CouponPaymentDate, Tag 224.
func (NoStrikes) GetCouponRate ¶
func (m NoStrikes) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223.
func (NoStrikes) GetCreditRating ¶
func (m NoStrikes) GetCreditRating() (v string, err quickfix.MessageRejectError)
GetCreditRating gets CreditRating, Tag 255.
func (NoStrikes) GetCurrency ¶
func (m NoStrikes) GetCurrency() (v string, err quickfix.MessageRejectError)
GetCurrency gets Currency, Tag 15.
func (NoStrikes) GetDatedDate ¶
func (m NoStrikes) GetDatedDate() (v string, err quickfix.MessageRejectError)
GetDatedDate gets DatedDate, Tag 873.
func (NoStrikes) GetEncodedIssuer ¶
func (m NoStrikes) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedIssuer gets EncodedIssuer, Tag 349.
func (NoStrikes) GetEncodedIssuerLen ¶
func (m NoStrikes) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.
func (NoStrikes) GetEncodedSecurityDesc ¶
func (m NoStrikes) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.
func (NoStrikes) GetEncodedSecurityDescLen ¶
func (m NoStrikes) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.
func (NoStrikes) GetEncodedText ¶
func (m NoStrikes) GetEncodedText() (v string, err quickfix.MessageRejectError)
GetEncodedText gets EncodedText, Tag 355.
func (NoStrikes) GetEncodedTextLen ¶
func (m NoStrikes) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)
GetEncodedTextLen gets EncodedTextLen, Tag 354.
func (NoStrikes) GetExerciseStyle ¶
func (m NoStrikes) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError)
GetExerciseStyle gets ExerciseStyle, Tag 1194.
func (NoStrikes) GetFactor ¶
func (m NoStrikes) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFactor gets Factor, Tag 228.
func (NoStrikes) GetFlexProductEligibilityIndicator ¶
func (m NoStrikes) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError)
GetFlexProductEligibilityIndicator gets FlexProductEligibilityIndicator, Tag 1242.
func (NoStrikes) GetFlexibleIndicator ¶
func (m NoStrikes) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError)
GetFlexibleIndicator gets FlexibleIndicator, Tag 1244.
func (NoStrikes) GetFloorPrice ¶
func (m NoStrikes) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFloorPrice gets FloorPrice, Tag 1200.
func (NoStrikes) GetFuturesValuationMethod ¶
func (m NoStrikes) GetFuturesValuationMethod() (v enum.FuturesValuationMethod, err quickfix.MessageRejectError)
GetFuturesValuationMethod gets FuturesValuationMethod, Tag 1197.
func (NoStrikes) GetInstrRegistry ¶
func (m NoStrikes) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
GetInstrRegistry gets InstrRegistry, Tag 543.
func (NoStrikes) GetInstrmtAssignmentMethod ¶
func (m NoStrikes) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError)
GetInstrmtAssignmentMethod gets InstrmtAssignmentMethod, Tag 1049.
func (NoStrikes) GetInterestAccrualDate ¶
func (m NoStrikes) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
GetInterestAccrualDate gets InterestAccrualDate, Tag 874.
func (NoStrikes) GetIssueDate ¶
func (m NoStrikes) GetIssueDate() (v string, err quickfix.MessageRejectError)
GetIssueDate gets IssueDate, Tag 225.
func (NoStrikes) GetIssuer ¶
func (m NoStrikes) GetIssuer() (v string, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106.
func (NoStrikes) GetListMethod ¶
func (m NoStrikes) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError)
GetListMethod gets ListMethod, Tag 1198.
func (NoStrikes) GetLocaleOfIssue ¶
func (m NoStrikes) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetLocaleOfIssue gets LocaleOfIssue, Tag 472.
func (NoStrikes) GetMaturityDate ¶
func (m NoStrikes) GetMaturityDate() (v string, err quickfix.MessageRejectError)
GetMaturityDate gets MaturityDate, Tag 541.
func (NoStrikes) GetMaturityMonthYear ¶
func (m NoStrikes) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200.
func (NoStrikes) GetMaturityTime ¶
func (m NoStrikes) GetMaturityTime() (v string, err quickfix.MessageRejectError)
GetMaturityTime gets MaturityTime, Tag 1079.
func (NoStrikes) GetMinPriceIncrement ¶
func (m NoStrikes) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMinPriceIncrement gets MinPriceIncrement, Tag 969.
func (NoStrikes) GetMinPriceIncrementAmount ¶
func (m NoStrikes) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMinPriceIncrementAmount gets MinPriceIncrementAmount, Tag 1146.
func (NoStrikes) GetNTPositionLimit ¶
func (m NoStrikes) GetNTPositionLimit() (v int, err quickfix.MessageRejectError)
GetNTPositionLimit gets NTPositionLimit, Tag 971.
func (NoStrikes) GetNoEvents ¶
func (m NoStrikes) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
GetNoEvents gets NoEvents, Tag 864.
func (NoStrikes) GetNoInstrumentParties ¶
func (m NoStrikes) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
GetNoInstrumentParties gets NoInstrumentParties, Tag 1018.
func (NoStrikes) GetNoSecurityAltID ¶
func (m NoStrikes) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoSecurityAltID gets NoSecurityAltID, Tag 454.
func (NoStrikes) GetNoUnderlyings ¶
func (m NoStrikes) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyings gets NoUnderlyings, Tag 711.
func (NoStrikes) GetOptAttribute ¶
func (m NoStrikes) GetOptAttribute() (v string, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206.
func (NoStrikes) GetOptPayAmount ¶
func (m NoStrikes) GetOptPayAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOptPayAmount gets OptPayAmount, Tag 1195.
func (NoStrikes) GetPool ¶
func (m NoStrikes) GetPool() (v string, err quickfix.MessageRejectError)
GetPool gets Pool, Tag 691.
func (NoStrikes) GetPositionLimit ¶
func (m NoStrikes) GetPositionLimit() (v int, err quickfix.MessageRejectError)
GetPositionLimit gets PositionLimit, Tag 970.
func (NoStrikes) GetPrevClosePx ¶
func (m NoStrikes) GetPrevClosePx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPrevClosePx gets PrevClosePx, Tag 140.
func (NoStrikes) GetPrice ¶
func (m NoStrikes) GetPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPrice gets Price, Tag 44.
func (NoStrikes) GetPriceQuoteMethod ¶
func (m NoStrikes) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError)
GetPriceQuoteMethod gets PriceQuoteMethod, Tag 1196.
func (NoStrikes) GetPriceUnitOfMeasure ¶
func (m NoStrikes) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
GetPriceUnitOfMeasure gets PriceUnitOfMeasure, Tag 1191.
func (NoStrikes) GetPriceUnitOfMeasureQty ¶
func (m NoStrikes) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPriceUnitOfMeasureQty gets PriceUnitOfMeasureQty, Tag 1192.
func (NoStrikes) GetProduct ¶
func (m NoStrikes) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
GetProduct gets Product, Tag 460.
func (NoStrikes) GetProductComplex ¶
func (m NoStrikes) GetProductComplex() (v string, err quickfix.MessageRejectError)
GetProductComplex gets ProductComplex, Tag 1227.
func (NoStrikes) GetPutOrCall ¶
func (m NoStrikes) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
GetPutOrCall gets PutOrCall, Tag 201.
func (NoStrikes) GetRedemptionDate ¶
func (m NoStrikes) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
GetRedemptionDate gets RedemptionDate, Tag 240.
func (NoStrikes) GetRepoCollateralSecurityType ¶
func (m NoStrikes) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.
func (NoStrikes) GetRepurchaseRate ¶
func (m NoStrikes) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetRepurchaseRate gets RepurchaseRate, Tag 227.
func (NoStrikes) GetRepurchaseTerm ¶
func (m NoStrikes) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetRepurchaseTerm gets RepurchaseTerm, Tag 226.
func (NoStrikes) GetSecondaryClOrdID ¶
func (m NoStrikes) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError)
GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526.
func (NoStrikes) GetSecurityDesc ¶
func (m NoStrikes) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107.
func (NoStrikes) GetSecurityExchange ¶
func (m NoStrikes) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
GetSecurityExchange gets SecurityExchange, Tag 207.
func (NoStrikes) GetSecurityGroup ¶
func (m NoStrikes) GetSecurityGroup() (v string, err quickfix.MessageRejectError)
GetSecurityGroup gets SecurityGroup, Tag 1151.
func (NoStrikes) GetSecurityID ¶
func (m NoStrikes) GetSecurityID() (v string, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48.
func (NoStrikes) GetSecurityIDSource ¶
func (m NoStrikes) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
GetSecurityIDSource gets SecurityIDSource, Tag 22.
func (NoStrikes) GetSecurityStatus ¶
func (m NoStrikes) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError)
GetSecurityStatus gets SecurityStatus, Tag 965.
func (NoStrikes) GetSecuritySubType ¶
func (m NoStrikes) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
GetSecuritySubType gets SecuritySubType, Tag 762.
func (NoStrikes) GetSecurityType ¶
func (m NoStrikes) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167.
func (NoStrikes) GetSecurityXML ¶
func (m NoStrikes) GetSecurityXML() (v string, err quickfix.MessageRejectError)
GetSecurityXML gets SecurityXML, Tag 1185.
func (NoStrikes) GetSecurityXMLLen ¶
func (m NoStrikes) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError)
GetSecurityXMLLen gets SecurityXMLLen, Tag 1184.
func (NoStrikes) GetSecurityXMLSchema ¶
func (m NoStrikes) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError)
GetSecurityXMLSchema gets SecurityXMLSchema, Tag 1186.
func (NoStrikes) GetSettlMethod ¶
func (m NoStrikes) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError)
GetSettlMethod gets SettlMethod, Tag 1193.
func (NoStrikes) GetSettleOnOpenFlag ¶
func (m NoStrikes) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError)
GetSettleOnOpenFlag gets SettleOnOpenFlag, Tag 966.
func (NoStrikes) GetSide ¶
func (m NoStrikes) GetSide() (v enum.Side, err quickfix.MessageRejectError)
GetSide gets Side, Tag 54.
func (NoStrikes) GetStateOrProvinceOfIssue ¶
func (m NoStrikes) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.
func (NoStrikes) GetStrikeCurrency ¶
func (m NoStrikes) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
GetStrikeCurrency gets StrikeCurrency, Tag 947.
func (NoStrikes) GetStrikeMultiplier ¶
func (m NoStrikes) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikeMultiplier gets StrikeMultiplier, Tag 967.
func (NoStrikes) GetStrikePrice ¶
func (m NoStrikes) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202.
func (NoStrikes) GetStrikeValue ¶
func (m NoStrikes) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikeValue gets StrikeValue, Tag 968.
func (NoStrikes) GetSymbol ¶
func (m NoStrikes) GetSymbol() (v string, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55.
func (NoStrikes) GetSymbolSfx ¶
func (m NoStrikes) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65.
func (NoStrikes) GetText ¶
func (m NoStrikes) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58.
func (NoStrikes) GetTimeUnit ¶
func (m NoStrikes) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError)
GetTimeUnit gets TimeUnit, Tag 997.
func (NoStrikes) GetUnitOfMeasure ¶
func (m NoStrikes) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError)
GetUnitOfMeasure gets UnitOfMeasure, Tag 996.
func (NoStrikes) GetUnitOfMeasureQty ¶
func (m NoStrikes) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnitOfMeasureQty gets UnitOfMeasureQty, Tag 1147.
func (NoStrikes) HasCFICode ¶
HasCFICode returns true if CFICode is present, Tag 461.
func (NoStrikes) HasCPProgram ¶
HasCPProgram returns true if CPProgram is present, Tag 875.
func (NoStrikes) HasCPRegType ¶
HasCPRegType returns true if CPRegType is present, Tag 876.
func (NoStrikes) HasCapPrice ¶
HasCapPrice returns true if CapPrice is present, Tag 1199.
func (NoStrikes) HasClOrdID ¶
HasClOrdID returns true if ClOrdID is present, Tag 11.
func (NoStrikes) HasContractMultiplier ¶
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.
func (NoStrikes) HasContractSettlMonth ¶
HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667.
func (NoStrikes) HasCountryOfIssue ¶
HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.
func (NoStrikes) HasCouponPaymentDate ¶
HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.
func (NoStrikes) HasCouponRate ¶
HasCouponRate returns true if CouponRate is present, Tag 223.
func (NoStrikes) HasCreditRating ¶
HasCreditRating returns true if CreditRating is present, Tag 255.
func (NoStrikes) HasCurrency ¶
HasCurrency returns true if Currency is present, Tag 15.
func (NoStrikes) HasDatedDate ¶
HasDatedDate returns true if DatedDate is present, Tag 873.
func (NoStrikes) HasEncodedIssuer ¶
HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.
func (NoStrikes) HasEncodedIssuerLen ¶
HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.
func (NoStrikes) HasEncodedSecurityDesc ¶
HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.
func (NoStrikes) HasEncodedSecurityDescLen ¶
HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.
func (NoStrikes) HasEncodedText ¶
HasEncodedText returns true if EncodedText is present, Tag 355.
func (NoStrikes) HasEncodedTextLen ¶
HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.
func (NoStrikes) HasExerciseStyle ¶
HasExerciseStyle returns true if ExerciseStyle is present, Tag 1194.
func (NoStrikes) HasFlexProductEligibilityIndicator ¶
HasFlexProductEligibilityIndicator returns true if FlexProductEligibilityIndicator is present, Tag 1242.
func (NoStrikes) HasFlexibleIndicator ¶
HasFlexibleIndicator returns true if FlexibleIndicator is present, Tag 1244.
func (NoStrikes) HasFloorPrice ¶
HasFloorPrice returns true if FloorPrice is present, Tag 1200.
func (NoStrikes) HasFuturesValuationMethod ¶
HasFuturesValuationMethod returns true if FuturesValuationMethod is present, Tag 1197.
func (NoStrikes) HasInstrRegistry ¶
HasInstrRegistry returns true if InstrRegistry is present, Tag 543.
func (NoStrikes) HasInstrmtAssignmentMethod ¶
HasInstrmtAssignmentMethod returns true if InstrmtAssignmentMethod is present, Tag 1049.
func (NoStrikes) HasInterestAccrualDate ¶
HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874.
func (NoStrikes) HasIssueDate ¶
HasIssueDate returns true if IssueDate is present, Tag 225.
func (NoStrikes) HasListMethod ¶
HasListMethod returns true if ListMethod is present, Tag 1198.
func (NoStrikes) HasLocaleOfIssue ¶
HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.
func (NoStrikes) HasMaturityDate ¶
HasMaturityDate returns true if MaturityDate is present, Tag 541.
func (NoStrikes) HasMaturityMonthYear ¶
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.
func (NoStrikes) HasMaturityTime ¶
HasMaturityTime returns true if MaturityTime is present, Tag 1079.
func (NoStrikes) HasMinPriceIncrement ¶
HasMinPriceIncrement returns true if MinPriceIncrement is present, Tag 969.
func (NoStrikes) HasMinPriceIncrementAmount ¶
HasMinPriceIncrementAmount returns true if MinPriceIncrementAmount is present, Tag 1146.
func (NoStrikes) HasNTPositionLimit ¶
HasNTPositionLimit returns true if NTPositionLimit is present, Tag 971.
func (NoStrikes) HasNoEvents ¶
HasNoEvents returns true if NoEvents is present, Tag 864.
func (NoStrikes) HasNoInstrumentParties ¶
HasNoInstrumentParties returns true if NoInstrumentParties is present, Tag 1018.
func (NoStrikes) HasNoSecurityAltID ¶
HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.
func (NoStrikes) HasNoUnderlyings ¶
HasNoUnderlyings returns true if NoUnderlyings is present, Tag 711.
func (NoStrikes) HasOptAttribute ¶
HasOptAttribute returns true if OptAttribute is present, Tag 206.
func (NoStrikes) HasOptPayAmount ¶
HasOptPayAmount returns true if OptPayAmount is present, Tag 1195.
func (NoStrikes) HasPositionLimit ¶
HasPositionLimit returns true if PositionLimit is present, Tag 970.
func (NoStrikes) HasPrevClosePx ¶
HasPrevClosePx returns true if PrevClosePx is present, Tag 140.
func (NoStrikes) HasPriceQuoteMethod ¶
HasPriceQuoteMethod returns true if PriceQuoteMethod is present, Tag 1196.
func (NoStrikes) HasPriceUnitOfMeasure ¶
HasPriceUnitOfMeasure returns true if PriceUnitOfMeasure is present, Tag 1191.
func (NoStrikes) HasPriceUnitOfMeasureQty ¶
HasPriceUnitOfMeasureQty returns true if PriceUnitOfMeasureQty is present, Tag 1192.
func (NoStrikes) HasProduct ¶
HasProduct returns true if Product is present, Tag 460.
func (NoStrikes) HasProductComplex ¶
HasProductComplex returns true if ProductComplex is present, Tag 1227.
func (NoStrikes) HasPutOrCall ¶
HasPutOrCall returns true if PutOrCall is present, Tag 201.
func (NoStrikes) HasRedemptionDate ¶
HasRedemptionDate returns true if RedemptionDate is present, Tag 240.
func (NoStrikes) HasRepoCollateralSecurityType ¶
HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.
func (NoStrikes) HasRepurchaseRate ¶
HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.
func (NoStrikes) HasRepurchaseTerm ¶
HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.
func (NoStrikes) HasSecondaryClOrdID ¶
HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526.
func (NoStrikes) HasSecurityDesc ¶
HasSecurityDesc returns true if SecurityDesc is present, Tag 107.
func (NoStrikes) HasSecurityExchange ¶
HasSecurityExchange returns true if SecurityExchange is present, Tag 207.
func (NoStrikes) HasSecurityGroup ¶
HasSecurityGroup returns true if SecurityGroup is present, Tag 1151.
func (NoStrikes) HasSecurityID ¶
HasSecurityID returns true if SecurityID is present, Tag 48.
func (NoStrikes) HasSecurityIDSource ¶
HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.
func (NoStrikes) HasSecurityStatus ¶
HasSecurityStatus returns true if SecurityStatus is present, Tag 965.
func (NoStrikes) HasSecuritySubType ¶
HasSecuritySubType returns true if SecuritySubType is present, Tag 762.
func (NoStrikes) HasSecurityType ¶
HasSecurityType returns true if SecurityType is present, Tag 167.
func (NoStrikes) HasSecurityXML ¶
HasSecurityXML returns true if SecurityXML is present, Tag 1185.
func (NoStrikes) HasSecurityXMLLen ¶
HasSecurityXMLLen returns true if SecurityXMLLen is present, Tag 1184.
func (NoStrikes) HasSecurityXMLSchema ¶
HasSecurityXMLSchema returns true if SecurityXMLSchema is present, Tag 1186.
func (NoStrikes) HasSettlMethod ¶
HasSettlMethod returns true if SettlMethod is present, Tag 1193.
func (NoStrikes) HasSettleOnOpenFlag ¶
HasSettleOnOpenFlag returns true if SettleOnOpenFlag is present, Tag 966.
func (NoStrikes) HasStateOrProvinceOfIssue ¶
HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.
func (NoStrikes) HasStrikeCurrency ¶
HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947.
func (NoStrikes) HasStrikeMultiplier ¶
HasStrikeMultiplier returns true if StrikeMultiplier is present, Tag 967.
func (NoStrikes) HasStrikePrice ¶
HasStrikePrice returns true if StrikePrice is present, Tag 202.
func (NoStrikes) HasStrikeValue ¶
HasStrikeValue returns true if StrikeValue is present, Tag 968.
func (NoStrikes) HasSymbolSfx ¶
HasSymbolSfx returns true if SymbolSfx is present, Tag 65.
func (NoStrikes) HasTimeUnit ¶
HasTimeUnit returns true if TimeUnit is present, Tag 997.
func (NoStrikes) HasUnitOfMeasure ¶
HasUnitOfMeasure returns true if UnitOfMeasure is present, Tag 996.
func (NoStrikes) HasUnitOfMeasureQty ¶
HasUnitOfMeasureQty returns true if UnitOfMeasureQty is present, Tag 1147.
func (NoStrikes) SetCFICode ¶
SetCFICode sets CFICode, Tag 461.
func (NoStrikes) SetCPProgram ¶
SetCPProgram sets CPProgram, Tag 875.
func (NoStrikes) SetCPRegType ¶
SetCPRegType sets CPRegType, Tag 876.
func (NoStrikes) SetCapPrice ¶
SetCapPrice sets CapPrice, Tag 1199.
func (NoStrikes) SetClOrdID ¶
SetClOrdID sets ClOrdID, Tag 11.
func (NoStrikes) SetContractMultiplier ¶
SetContractMultiplier sets ContractMultiplier, Tag 231.
func (NoStrikes) SetContractSettlMonth ¶
SetContractSettlMonth sets ContractSettlMonth, Tag 667.
func (NoStrikes) SetCountryOfIssue ¶
SetCountryOfIssue sets CountryOfIssue, Tag 470.
func (NoStrikes) SetCouponPaymentDate ¶
SetCouponPaymentDate sets CouponPaymentDate, Tag 224.
func (NoStrikes) SetCouponRate ¶
SetCouponRate sets CouponRate, Tag 223.
func (NoStrikes) SetCreditRating ¶
SetCreditRating sets CreditRating, Tag 255.
func (NoStrikes) SetCurrency ¶
SetCurrency sets Currency, Tag 15.
func (NoStrikes) SetDatedDate ¶
SetDatedDate sets DatedDate, Tag 873.
func (NoStrikes) SetEncodedIssuer ¶
SetEncodedIssuer sets EncodedIssuer, Tag 349.
func (NoStrikes) SetEncodedIssuerLen ¶
SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.
func (NoStrikes) SetEncodedSecurityDesc ¶
SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.
func (NoStrikes) SetEncodedSecurityDescLen ¶
SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.
func (NoStrikes) SetEncodedText ¶
SetEncodedText sets EncodedText, Tag 355.
func (NoStrikes) SetEncodedTextLen ¶
SetEncodedTextLen sets EncodedTextLen, Tag 354.
func (NoStrikes) SetExerciseStyle ¶
func (m NoStrikes) SetExerciseStyle(v enum.ExerciseStyle)
SetExerciseStyle sets ExerciseStyle, Tag 1194.
func (NoStrikes) SetFlexProductEligibilityIndicator ¶
SetFlexProductEligibilityIndicator sets FlexProductEligibilityIndicator, Tag 1242.
func (NoStrikes) SetFlexibleIndicator ¶
SetFlexibleIndicator sets FlexibleIndicator, Tag 1244.
func (NoStrikes) SetFloorPrice ¶
SetFloorPrice sets FloorPrice, Tag 1200.
func (NoStrikes) SetFuturesValuationMethod ¶
func (m NoStrikes) SetFuturesValuationMethod(v enum.FuturesValuationMethod)
SetFuturesValuationMethod sets FuturesValuationMethod, Tag 1197.
func (NoStrikes) SetInstrRegistry ¶
func (m NoStrikes) SetInstrRegistry(v enum.InstrRegistry)
SetInstrRegistry sets InstrRegistry, Tag 543.
func (NoStrikes) SetInstrmtAssignmentMethod ¶
SetInstrmtAssignmentMethod sets InstrmtAssignmentMethod, Tag 1049.
func (NoStrikes) SetInterestAccrualDate ¶
SetInterestAccrualDate sets InterestAccrualDate, Tag 874.
func (NoStrikes) SetIssueDate ¶
SetIssueDate sets IssueDate, Tag 225.
func (NoStrikes) SetListMethod ¶
func (m NoStrikes) SetListMethod(v enum.ListMethod)
SetListMethod sets ListMethod, Tag 1198.
func (NoStrikes) SetLocaleOfIssue ¶
SetLocaleOfIssue sets LocaleOfIssue, Tag 472.
func (NoStrikes) SetMaturityDate ¶
SetMaturityDate sets MaturityDate, Tag 541.
func (NoStrikes) SetMaturityMonthYear ¶
SetMaturityMonthYear sets MaturityMonthYear, Tag 200.
func (NoStrikes) SetMaturityTime ¶
SetMaturityTime sets MaturityTime, Tag 1079.
func (NoStrikes) SetMinPriceIncrement ¶
SetMinPriceIncrement sets MinPriceIncrement, Tag 969.
func (NoStrikes) SetMinPriceIncrementAmount ¶
SetMinPriceIncrementAmount sets MinPriceIncrementAmount, Tag 1146.
func (NoStrikes) SetNTPositionLimit ¶
SetNTPositionLimit sets NTPositionLimit, Tag 971.
func (NoStrikes) SetNoEvents ¶
func (m NoStrikes) SetNoEvents(f NoEventsRepeatingGroup)
SetNoEvents sets NoEvents, Tag 864.
func (NoStrikes) SetNoInstrumentParties ¶
func (m NoStrikes) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)
SetNoInstrumentParties sets NoInstrumentParties, Tag 1018.
func (NoStrikes) SetNoSecurityAltID ¶
func (m NoStrikes) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
SetNoSecurityAltID sets NoSecurityAltID, Tag 454.
func (NoStrikes) SetNoUnderlyings ¶
func (m NoStrikes) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)
SetNoUnderlyings sets NoUnderlyings, Tag 711.
func (NoStrikes) SetOptAttribute ¶
SetOptAttribute sets OptAttribute, Tag 206.
func (NoStrikes) SetOptPayAmount ¶
SetOptPayAmount sets OptPayAmount, Tag 1195.
func (NoStrikes) SetPositionLimit ¶
SetPositionLimit sets PositionLimit, Tag 970.
func (NoStrikes) SetPrevClosePx ¶
SetPrevClosePx sets PrevClosePx, Tag 140.
func (NoStrikes) SetPriceQuoteMethod ¶
func (m NoStrikes) SetPriceQuoteMethod(v enum.PriceQuoteMethod)
SetPriceQuoteMethod sets PriceQuoteMethod, Tag 1196.
func (NoStrikes) SetPriceUnitOfMeasure ¶
SetPriceUnitOfMeasure sets PriceUnitOfMeasure, Tag 1191.
func (NoStrikes) SetPriceUnitOfMeasureQty ¶
SetPriceUnitOfMeasureQty sets PriceUnitOfMeasureQty, Tag 1192.
func (NoStrikes) SetProduct ¶
SetProduct sets Product, Tag 460.
func (NoStrikes) SetProductComplex ¶
SetProductComplex sets ProductComplex, Tag 1227.
func (NoStrikes) SetPutOrCall ¶
SetPutOrCall sets PutOrCall, Tag 201.
func (NoStrikes) SetRedemptionDate ¶
SetRedemptionDate sets RedemptionDate, Tag 240.
func (NoStrikes) SetRepoCollateralSecurityType ¶
SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.
func (NoStrikes) SetRepurchaseRate ¶
SetRepurchaseRate sets RepurchaseRate, Tag 227.
func (NoStrikes) SetRepurchaseTerm ¶
SetRepurchaseTerm sets RepurchaseTerm, Tag 226.
func (NoStrikes) SetSecondaryClOrdID ¶
SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526.
func (NoStrikes) SetSecurityDesc ¶
SetSecurityDesc sets SecurityDesc, Tag 107.
func (NoStrikes) SetSecurityExchange ¶
SetSecurityExchange sets SecurityExchange, Tag 207.
func (NoStrikes) SetSecurityGroup ¶
SetSecurityGroup sets SecurityGroup, Tag 1151.
func (NoStrikes) SetSecurityID ¶
SetSecurityID sets SecurityID, Tag 48.
func (NoStrikes) SetSecurityIDSource ¶
func (m NoStrikes) SetSecurityIDSource(v enum.SecurityIDSource)
SetSecurityIDSource sets SecurityIDSource, Tag 22.
func (NoStrikes) SetSecurityStatus ¶
func (m NoStrikes) SetSecurityStatus(v enum.SecurityStatus)
SetSecurityStatus sets SecurityStatus, Tag 965.
func (NoStrikes) SetSecuritySubType ¶
SetSecuritySubType sets SecuritySubType, Tag 762.
func (NoStrikes) SetSecurityType ¶
func (m NoStrikes) SetSecurityType(v enum.SecurityType)
SetSecurityType sets SecurityType, Tag 167.
func (NoStrikes) SetSecurityXML ¶
SetSecurityXML sets SecurityXML, Tag 1185.
func (NoStrikes) SetSecurityXMLLen ¶
SetSecurityXMLLen sets SecurityXMLLen, Tag 1184.
func (NoStrikes) SetSecurityXMLSchema ¶
SetSecurityXMLSchema sets SecurityXMLSchema, Tag 1186.
func (NoStrikes) SetSettlMethod ¶
func (m NoStrikes) SetSettlMethod(v enum.SettlMethod)
SetSettlMethod sets SettlMethod, Tag 1193.
func (NoStrikes) SetSettleOnOpenFlag ¶
SetSettleOnOpenFlag sets SettleOnOpenFlag, Tag 966.
func (NoStrikes) SetStateOrProvinceOfIssue ¶
SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.
func (NoStrikes) SetStrikeCurrency ¶
SetStrikeCurrency sets StrikeCurrency, Tag 947.
func (NoStrikes) SetStrikeMultiplier ¶
SetStrikeMultiplier sets StrikeMultiplier, Tag 967.
func (NoStrikes) SetStrikePrice ¶
SetStrikePrice sets StrikePrice, Tag 202.
func (NoStrikes) SetStrikeValue ¶
SetStrikeValue sets StrikeValue, Tag 968.
func (NoStrikes) SetSymbolSfx ¶
SetSymbolSfx sets SymbolSfx, Tag 65.
func (NoStrikes) SetTimeUnit ¶
SetTimeUnit sets TimeUnit, Tag 997.
func (NoStrikes) SetUnitOfMeasure ¶
func (m NoStrikes) SetUnitOfMeasure(v enum.UnitOfMeasure)
SetUnitOfMeasure sets UnitOfMeasure, Tag 996.
type NoStrikesRepeatingGroup ¶
type NoStrikesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoStrikesRepeatingGroup is a repeating group, Tag 428.
func NewNoStrikesRepeatingGroup ¶
func NewNoStrikesRepeatingGroup() NoStrikesRepeatingGroup
NewNoStrikesRepeatingGroup returns an initialized, NoStrikesRepeatingGroup.
func (NoStrikesRepeatingGroup) Add ¶
func (m NoStrikesRepeatingGroup) Add() NoStrikes
Add create and append a new NoStrikes to this group.
func (NoStrikesRepeatingGroup) Get ¶
func (m NoStrikesRepeatingGroup) Get(i int) NoStrikes
Get returns the ith NoStrikes in the NoStrikesRepeatinGroup.
type NoUnderlyingSecurityAltID ¶
NoUnderlyingSecurityAltID is a repeating group element, Tag 457.
func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.
func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459.
func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool
HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458.
func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool
HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459.
func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID ¶
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)
SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458.
func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource ¶
func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)
SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459.
type NoUnderlyingSecurityAltIDRepeatingGroup ¶
type NoUnderlyingSecurityAltIDRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457.
func NewNoUnderlyingSecurityAltIDRepeatingGroup ¶
func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup
NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup.
func (NoUnderlyingSecurityAltIDRepeatingGroup) Add ¶
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID
Add create and append a new NoUnderlyingSecurityAltID to this group.
func (NoUnderlyingSecurityAltIDRepeatingGroup) Get ¶
func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID
Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup.
type NoUnderlyingStips ¶
NoUnderlyingStips is a repeating group element, Tag 887.
func (NoUnderlyingStips) GetUnderlyingStipType ¶
func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError)
GetUnderlyingStipType gets UnderlyingStipType, Tag 888.
func (NoUnderlyingStips) GetUnderlyingStipValue ¶
func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError)
GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889.
func (NoUnderlyingStips) HasUnderlyingStipType ¶
func (m NoUnderlyingStips) HasUnderlyingStipType() bool
HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888.
func (NoUnderlyingStips) HasUnderlyingStipValue ¶
func (m NoUnderlyingStips) HasUnderlyingStipValue() bool
HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889.
func (NoUnderlyingStips) SetUnderlyingStipType ¶
func (m NoUnderlyingStips) SetUnderlyingStipType(v string)
SetUnderlyingStipType sets UnderlyingStipType, Tag 888.
func (NoUnderlyingStips) SetUnderlyingStipValue ¶
func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)
SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889.
type NoUnderlyingStipsRepeatingGroup ¶
type NoUnderlyingStipsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887.
func NewNoUnderlyingStipsRepeatingGroup ¶
func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup
NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup.
func (NoUnderlyingStipsRepeatingGroup) Add ¶
func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips
Add create and append a new NoUnderlyingStips to this group.
func (NoUnderlyingStipsRepeatingGroup) Get ¶
func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips
Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup.
type NoUnderlyings ¶
NoUnderlyings is a repeating group element, Tag 711.
func (NoUnderlyings) GetEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.
func (NoUnderlyings) GetEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.
func (NoUnderlyings) GetEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.
func (NoUnderlyings) GetEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.
func (NoUnderlyings) GetNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.
func (NoUnderlyings) GetNoUnderlyingStips ¶
func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)
GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.
func (NoUnderlyings) GetNoUndlyInstrumentParties ¶
func (m NoUnderlyings) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
GetNoUndlyInstrumentParties gets NoUndlyInstrumentParties, Tag 1058.
func (NoUnderlyings) GetUnderlyingAdjustedQuantity ¶
func (m NoUnderlyings) GetUnderlyingAdjustedQuantity() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingAdjustedQuantity gets UnderlyingAdjustedQuantity, Tag 1044.
func (NoUnderlyings) GetUnderlyingAllocationPercent ¶
func (m NoUnderlyings) GetUnderlyingAllocationPercent() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingAllocationPercent gets UnderlyingAllocationPercent, Tag 972.
func (NoUnderlyings) GetUnderlyingCFICode ¶
func (m NoUnderlyings) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)
GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.
func (NoUnderlyings) GetUnderlyingCPProgram ¶
func (m NoUnderlyings) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)
GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.
func (NoUnderlyings) GetUnderlyingCPRegType ¶
func (m NoUnderlyings) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)
GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.
func (NoUnderlyings) GetUnderlyingCapValue ¶
func (m NoUnderlyings) GetUnderlyingCapValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCapValue gets UnderlyingCapValue, Tag 1038.
func (NoUnderlyings) GetUnderlyingCashAmount ¶
func (m NoUnderlyings) GetUnderlyingCashAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCashAmount gets UnderlyingCashAmount, Tag 973.
func (NoUnderlyings) GetUnderlyingCashType ¶
func (m NoUnderlyings) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError)
GetUnderlyingCashType gets UnderlyingCashType, Tag 974.
func (NoUnderlyings) GetUnderlyingContractMultiplier ¶
func (m NoUnderlyings) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.
func (NoUnderlyings) GetUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.
func (NoUnderlyings) GetUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.
func (NoUnderlyings) GetUnderlyingCouponRate ¶
func (m NoUnderlyings) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.
func (NoUnderlyings) GetUnderlyingCreditRating ¶
func (m NoUnderlyings) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)
GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.
func (NoUnderlyings) GetUnderlyingCurrency ¶
func (m NoUnderlyings) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)
GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.
func (NoUnderlyings) GetUnderlyingCurrentValue ¶
func (m NoUnderlyings) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.
func (NoUnderlyings) GetUnderlyingDirtyPrice ¶
func (m NoUnderlyings) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.
func (NoUnderlyings) GetUnderlyingEndPrice ¶
func (m NoUnderlyings) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.
func (NoUnderlyings) GetUnderlyingEndValue ¶
func (m NoUnderlyings) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.
func (NoUnderlyings) GetUnderlyingExerciseStyle ¶
func (m NoUnderlyings) GetUnderlyingExerciseStyle() (v int, err quickfix.MessageRejectError)
GetUnderlyingExerciseStyle gets UnderlyingExerciseStyle, Tag 1419.
func (NoUnderlyings) GetUnderlyingFXRate ¶
func (m NoUnderlyings) GetUnderlyingFXRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingFXRate gets UnderlyingFXRate, Tag 1045.
func (NoUnderlyings) GetUnderlyingFXRateCalc ¶
func (m NoUnderlyings) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError)
GetUnderlyingFXRateCalc gets UnderlyingFXRateCalc, Tag 1046.
func (NoUnderlyings) GetUnderlyingFactor ¶
func (m NoUnderlyings) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingFactor gets UnderlyingFactor, Tag 246.
func (NoUnderlyings) GetUnderlyingInstrRegistry ¶
func (m NoUnderlyings) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)
GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.
func (NoUnderlyings) GetUnderlyingIssueDate ¶
func (m NoUnderlyings) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.
func (NoUnderlyings) GetUnderlyingIssuer ¶
func (m NoUnderlyings) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)
GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.
func (NoUnderlyings) GetUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.
func (NoUnderlyings) GetUnderlyingMaturityDate ¶
func (m NoUnderlyings) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.
func (NoUnderlyings) GetUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.
func (NoUnderlyings) GetUnderlyingMaturityTime ¶
func (m NoUnderlyings) GetUnderlyingMaturityTime() (v string, err quickfix.MessageRejectError)
GetUnderlyingMaturityTime gets UnderlyingMaturityTime, Tag 1213.
func (NoUnderlyings) GetUnderlyingOptAttribute ¶
func (m NoUnderlyings) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)
GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.
func (NoUnderlyings) GetUnderlyingPriceUnitOfMeasure ¶
func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
GetUnderlyingPriceUnitOfMeasure gets UnderlyingPriceUnitOfMeasure, Tag 1424.
func (NoUnderlyings) GetUnderlyingPriceUnitOfMeasureQty ¶
func (m NoUnderlyings) GetUnderlyingPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingPriceUnitOfMeasureQty gets UnderlyingPriceUnitOfMeasureQty, Tag 1425.
func (NoUnderlyings) GetUnderlyingProduct ¶
func (m NoUnderlyings) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)
GetUnderlyingProduct gets UnderlyingProduct, Tag 462.
func (NoUnderlyings) GetUnderlyingPutOrCall ¶
func (m NoUnderlyings) GetUnderlyingPutOrCall() (v int, err quickfix.MessageRejectError)
GetUnderlyingPutOrCall gets UnderlyingPutOrCall, Tag 315.
func (NoUnderlyings) GetUnderlyingPx ¶
func (m NoUnderlyings) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingPx gets UnderlyingPx, Tag 810.
func (NoUnderlyings) GetUnderlyingQty ¶
func (m NoUnderlyings) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingQty gets UnderlyingQty, Tag 879.
func (NoUnderlyings) GetUnderlyingRedemptionDate ¶
func (m NoUnderlyings) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)
GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.
func (NoUnderlyings) GetUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.
func (NoUnderlyings) GetUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.
func (NoUnderlyings) GetUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.
func (NoUnderlyings) GetUnderlyingSecurityDesc ¶
func (m NoUnderlyings) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.
func (NoUnderlyings) GetUnderlyingSecurityExchange ¶
func (m NoUnderlyings) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.
func (NoUnderlyings) GetUnderlyingSecurityID ¶
func (m NoUnderlyings) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.
func (NoUnderlyings) GetUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.
func (NoUnderlyings) GetUnderlyingSecuritySubType ¶
func (m NoUnderlyings) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.
func (NoUnderlyings) GetUnderlyingSecurityType ¶
func (m NoUnderlyings) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)
GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.
func (NoUnderlyings) GetUnderlyingSettlMethod ¶
func (m NoUnderlyings) GetUnderlyingSettlMethod() (v string, err quickfix.MessageRejectError)
GetUnderlyingSettlMethod gets UnderlyingSettlMethod, Tag 1039.
func (NoUnderlyings) GetUnderlyingSettlementType ¶
func (m NoUnderlyings) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError)
GetUnderlyingSettlementType gets UnderlyingSettlementType, Tag 975.
func (NoUnderlyings) GetUnderlyingStartValue ¶
func (m NoUnderlyings) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.
func (NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (NoUnderlyings) GetUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)
GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.
func (NoUnderlyings) GetUnderlyingStrikePrice ¶
func (m NoUnderlyings) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.
func (NoUnderlyings) GetUnderlyingSymbol ¶
func (m NoUnderlyings) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)
GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.
func (NoUnderlyings) GetUnderlyingSymbolSfx ¶
func (m NoUnderlyings) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)
GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.
func (NoUnderlyings) GetUnderlyingTimeUnit ¶
func (m NoUnderlyings) GetUnderlyingTimeUnit() (v string, err quickfix.MessageRejectError)
GetUnderlyingTimeUnit gets UnderlyingTimeUnit, Tag 1000.
func (NoUnderlyings) GetUnderlyingUnitOfMeasure ¶
func (m NoUnderlyings) GetUnderlyingUnitOfMeasure() (v string, err quickfix.MessageRejectError)
GetUnderlyingUnitOfMeasure gets UnderlyingUnitOfMeasure, Tag 998.
func (NoUnderlyings) GetUnderlyingUnitOfMeasureQty ¶
func (m NoUnderlyings) GetUnderlyingUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnderlyingUnitOfMeasureQty gets UnderlyingUnitOfMeasureQty, Tag 1423.
func (NoUnderlyings) HasEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool
HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.
func (NoUnderlyings) HasEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool
HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.
func (NoUnderlyings) HasEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool
HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.
func (NoUnderlyings) HasEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool
HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.
func (NoUnderlyings) HasNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool
HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.
func (NoUnderlyings) HasNoUnderlyingStips ¶
func (m NoUnderlyings) HasNoUnderlyingStips() bool
HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.
func (NoUnderlyings) HasNoUndlyInstrumentParties ¶
func (m NoUnderlyings) HasNoUndlyInstrumentParties() bool
HasNoUndlyInstrumentParties returns true if NoUndlyInstrumentParties is present, Tag 1058.
func (NoUnderlyings) HasUnderlyingAdjustedQuantity ¶
func (m NoUnderlyings) HasUnderlyingAdjustedQuantity() bool
HasUnderlyingAdjustedQuantity returns true if UnderlyingAdjustedQuantity is present, Tag 1044.
func (NoUnderlyings) HasUnderlyingAllocationPercent ¶
func (m NoUnderlyings) HasUnderlyingAllocationPercent() bool
HasUnderlyingAllocationPercent returns true if UnderlyingAllocationPercent is present, Tag 972.
func (NoUnderlyings) HasUnderlyingCFICode ¶
func (m NoUnderlyings) HasUnderlyingCFICode() bool
HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.
func (NoUnderlyings) HasUnderlyingCPProgram ¶
func (m NoUnderlyings) HasUnderlyingCPProgram() bool
HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.
func (NoUnderlyings) HasUnderlyingCPRegType ¶
func (m NoUnderlyings) HasUnderlyingCPRegType() bool
HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.
func (NoUnderlyings) HasUnderlyingCapValue ¶
func (m NoUnderlyings) HasUnderlyingCapValue() bool
HasUnderlyingCapValue returns true if UnderlyingCapValue is present, Tag 1038.
func (NoUnderlyings) HasUnderlyingCashAmount ¶
func (m NoUnderlyings) HasUnderlyingCashAmount() bool
HasUnderlyingCashAmount returns true if UnderlyingCashAmount is present, Tag 973.
func (NoUnderlyings) HasUnderlyingCashType ¶
func (m NoUnderlyings) HasUnderlyingCashType() bool
HasUnderlyingCashType returns true if UnderlyingCashType is present, Tag 974.
func (NoUnderlyings) HasUnderlyingContractMultiplier ¶
func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool
HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.
func (NoUnderlyings) HasUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool
HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.
func (NoUnderlyings) HasUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool
HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.
func (NoUnderlyings) HasUnderlyingCouponRate ¶
func (m NoUnderlyings) HasUnderlyingCouponRate() bool
HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.
func (NoUnderlyings) HasUnderlyingCreditRating ¶
func (m NoUnderlyings) HasUnderlyingCreditRating() bool
HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.
func (NoUnderlyings) HasUnderlyingCurrency ¶
func (m NoUnderlyings) HasUnderlyingCurrency() bool
HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.
func (NoUnderlyings) HasUnderlyingCurrentValue ¶
func (m NoUnderlyings) HasUnderlyingCurrentValue() bool
HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.
func (NoUnderlyings) HasUnderlyingDirtyPrice ¶
func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool
HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.
func (NoUnderlyings) HasUnderlyingEndPrice ¶
func (m NoUnderlyings) HasUnderlyingEndPrice() bool
HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.
func (NoUnderlyings) HasUnderlyingEndValue ¶
func (m NoUnderlyings) HasUnderlyingEndValue() bool
HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.
func (NoUnderlyings) HasUnderlyingExerciseStyle ¶
func (m NoUnderlyings) HasUnderlyingExerciseStyle() bool
HasUnderlyingExerciseStyle returns true if UnderlyingExerciseStyle is present, Tag 1419.
func (NoUnderlyings) HasUnderlyingFXRate ¶
func (m NoUnderlyings) HasUnderlyingFXRate() bool
HasUnderlyingFXRate returns true if UnderlyingFXRate is present, Tag 1045.
func (NoUnderlyings) HasUnderlyingFXRateCalc ¶
func (m NoUnderlyings) HasUnderlyingFXRateCalc() bool
HasUnderlyingFXRateCalc returns true if UnderlyingFXRateCalc is present, Tag 1046.
func (NoUnderlyings) HasUnderlyingFactor ¶
func (m NoUnderlyings) HasUnderlyingFactor() bool
HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.
func (NoUnderlyings) HasUnderlyingInstrRegistry ¶
func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool
HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.
func (NoUnderlyings) HasUnderlyingIssueDate ¶
func (m NoUnderlyings) HasUnderlyingIssueDate() bool
HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.
func (NoUnderlyings) HasUnderlyingIssuer ¶
func (m NoUnderlyings) HasUnderlyingIssuer() bool
HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.
func (NoUnderlyings) HasUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool
HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.
func (NoUnderlyings) HasUnderlyingMaturityDate ¶
func (m NoUnderlyings) HasUnderlyingMaturityDate() bool
HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.
func (NoUnderlyings) HasUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool
HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.
func (NoUnderlyings) HasUnderlyingMaturityTime ¶
func (m NoUnderlyings) HasUnderlyingMaturityTime() bool
HasUnderlyingMaturityTime returns true if UnderlyingMaturityTime is present, Tag 1213.
func (NoUnderlyings) HasUnderlyingOptAttribute ¶
func (m NoUnderlyings) HasUnderlyingOptAttribute() bool
HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.
func (NoUnderlyings) HasUnderlyingPriceUnitOfMeasure ¶
func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasure() bool
HasUnderlyingPriceUnitOfMeasure returns true if UnderlyingPriceUnitOfMeasure is present, Tag 1424.
func (NoUnderlyings) HasUnderlyingPriceUnitOfMeasureQty ¶
func (m NoUnderlyings) HasUnderlyingPriceUnitOfMeasureQty() bool
HasUnderlyingPriceUnitOfMeasureQty returns true if UnderlyingPriceUnitOfMeasureQty is present, Tag 1425.
func (NoUnderlyings) HasUnderlyingProduct ¶
func (m NoUnderlyings) HasUnderlyingProduct() bool
HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.
func (NoUnderlyings) HasUnderlyingPutOrCall ¶
func (m NoUnderlyings) HasUnderlyingPutOrCall() bool
HasUnderlyingPutOrCall returns true if UnderlyingPutOrCall is present, Tag 315.
func (NoUnderlyings) HasUnderlyingPx ¶
func (m NoUnderlyings) HasUnderlyingPx() bool
HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.
func (NoUnderlyings) HasUnderlyingQty ¶
func (m NoUnderlyings) HasUnderlyingQty() bool
HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.
func (NoUnderlyings) HasUnderlyingRedemptionDate ¶
func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool
HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.
func (NoUnderlyings) HasUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool
HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.
func (NoUnderlyings) HasUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool
HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.
func (NoUnderlyings) HasUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool
HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.
func (NoUnderlyings) HasUnderlyingSecurityDesc ¶
func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool
HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.
func (NoUnderlyings) HasUnderlyingSecurityExchange ¶
func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool
HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.
func (NoUnderlyings) HasUnderlyingSecurityID ¶
func (m NoUnderlyings) HasUnderlyingSecurityID() bool
HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.
func (NoUnderlyings) HasUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool
HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.
func (NoUnderlyings) HasUnderlyingSecuritySubType ¶
func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool
HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.
func (NoUnderlyings) HasUnderlyingSecurityType ¶
func (m NoUnderlyings) HasUnderlyingSecurityType() bool
HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.
func (NoUnderlyings) HasUnderlyingSettlMethod ¶
func (m NoUnderlyings) HasUnderlyingSettlMethod() bool
HasUnderlyingSettlMethod returns true if UnderlyingSettlMethod is present, Tag 1039.
func (NoUnderlyings) HasUnderlyingSettlementType ¶
func (m NoUnderlyings) HasUnderlyingSettlementType() bool
HasUnderlyingSettlementType returns true if UnderlyingSettlementType is present, Tag 975.
func (NoUnderlyings) HasUnderlyingStartValue ¶
func (m NoUnderlyings) HasUnderlyingStartValue() bool
HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.
func (NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool
HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.
func (NoUnderlyings) HasUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool
HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.
func (NoUnderlyings) HasUnderlyingStrikePrice ¶
func (m NoUnderlyings) HasUnderlyingStrikePrice() bool
HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.
func (NoUnderlyings) HasUnderlyingSymbol ¶
func (m NoUnderlyings) HasUnderlyingSymbol() bool
HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.
func (NoUnderlyings) HasUnderlyingSymbolSfx ¶
func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool
HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.
func (NoUnderlyings) HasUnderlyingTimeUnit ¶
func (m NoUnderlyings) HasUnderlyingTimeUnit() bool
HasUnderlyingTimeUnit returns true if UnderlyingTimeUnit is present, Tag 1000.
func (NoUnderlyings) HasUnderlyingUnitOfMeasure ¶
func (m NoUnderlyings) HasUnderlyingUnitOfMeasure() bool
HasUnderlyingUnitOfMeasure returns true if UnderlyingUnitOfMeasure is present, Tag 998.
func (NoUnderlyings) HasUnderlyingUnitOfMeasureQty ¶
func (m NoUnderlyings) HasUnderlyingUnitOfMeasureQty() bool
HasUnderlyingUnitOfMeasureQty returns true if UnderlyingUnitOfMeasureQty is present, Tag 1423.
func (NoUnderlyings) SetEncodedUnderlyingIssuer ¶
func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)
SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.
func (NoUnderlyings) SetEncodedUnderlyingIssuerLen ¶
func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)
SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.
func (NoUnderlyings) SetEncodedUnderlyingSecurityDesc ¶
func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)
SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.
func (NoUnderlyings) SetEncodedUnderlyingSecurityDescLen ¶
func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)
SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.
func (NoUnderlyings) SetNoUnderlyingSecurityAltID ¶
func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)
SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.
func (NoUnderlyings) SetNoUnderlyingStips ¶
func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)
SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.
func (NoUnderlyings) SetNoUndlyInstrumentParties ¶
func (m NoUnderlyings) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup)
SetNoUndlyInstrumentParties sets NoUndlyInstrumentParties, Tag 1058.
func (NoUnderlyings) SetUnderlyingAdjustedQuantity ¶
func (m NoUnderlyings) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32)
SetUnderlyingAdjustedQuantity sets UnderlyingAdjustedQuantity, Tag 1044.
func (NoUnderlyings) SetUnderlyingAllocationPercent ¶
func (m NoUnderlyings) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32)
SetUnderlyingAllocationPercent sets UnderlyingAllocationPercent, Tag 972.
func (NoUnderlyings) SetUnderlyingCFICode ¶
func (m NoUnderlyings) SetUnderlyingCFICode(v string)
SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.
func (NoUnderlyings) SetUnderlyingCPProgram ¶
func (m NoUnderlyings) SetUnderlyingCPProgram(v string)
SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.
func (NoUnderlyings) SetUnderlyingCPRegType ¶
func (m NoUnderlyings) SetUnderlyingCPRegType(v string)
SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.
func (NoUnderlyings) SetUnderlyingCapValue ¶
func (m NoUnderlyings) SetUnderlyingCapValue(value decimal.Decimal, scale int32)
SetUnderlyingCapValue sets UnderlyingCapValue, Tag 1038.
func (NoUnderlyings) SetUnderlyingCashAmount ¶
func (m NoUnderlyings) SetUnderlyingCashAmount(value decimal.Decimal, scale int32)
SetUnderlyingCashAmount sets UnderlyingCashAmount, Tag 973.
func (NoUnderlyings) SetUnderlyingCashType ¶
func (m NoUnderlyings) SetUnderlyingCashType(v enum.UnderlyingCashType)
SetUnderlyingCashType sets UnderlyingCashType, Tag 974.
func (NoUnderlyings) SetUnderlyingContractMultiplier ¶
func (m NoUnderlyings) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)
SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.
func (NoUnderlyings) SetUnderlyingCountryOfIssue ¶
func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)
SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.
func (NoUnderlyings) SetUnderlyingCouponPaymentDate ¶
func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)
SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.
func (NoUnderlyings) SetUnderlyingCouponRate ¶
func (m NoUnderlyings) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)
SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.
func (NoUnderlyings) SetUnderlyingCreditRating ¶
func (m NoUnderlyings) SetUnderlyingCreditRating(v string)
SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.
func (NoUnderlyings) SetUnderlyingCurrency ¶
func (m NoUnderlyings) SetUnderlyingCurrency(v string)
SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.
func (NoUnderlyings) SetUnderlyingCurrentValue ¶
func (m NoUnderlyings) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)
SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.
func (NoUnderlyings) SetUnderlyingDirtyPrice ¶
func (m NoUnderlyings) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)
SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.
func (NoUnderlyings) SetUnderlyingEndPrice ¶
func (m NoUnderlyings) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)
SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.
func (NoUnderlyings) SetUnderlyingEndValue ¶
func (m NoUnderlyings) SetUnderlyingEndValue(value decimal.Decimal, scale int32)
SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.
func (NoUnderlyings) SetUnderlyingExerciseStyle ¶
func (m NoUnderlyings) SetUnderlyingExerciseStyle(v int)
SetUnderlyingExerciseStyle sets UnderlyingExerciseStyle, Tag 1419.
func (NoUnderlyings) SetUnderlyingFXRate ¶
func (m NoUnderlyings) SetUnderlyingFXRate(value decimal.Decimal, scale int32)
SetUnderlyingFXRate sets UnderlyingFXRate, Tag 1045.
func (NoUnderlyings) SetUnderlyingFXRateCalc ¶
func (m NoUnderlyings) SetUnderlyingFXRateCalc(v enum.UnderlyingFXRateCalc)
SetUnderlyingFXRateCalc sets UnderlyingFXRateCalc, Tag 1046.
func (NoUnderlyings) SetUnderlyingFactor ¶
func (m NoUnderlyings) SetUnderlyingFactor(value decimal.Decimal, scale int32)
SetUnderlyingFactor sets UnderlyingFactor, Tag 246.
func (NoUnderlyings) SetUnderlyingInstrRegistry ¶
func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)
SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.
func (NoUnderlyings) SetUnderlyingIssueDate ¶
func (m NoUnderlyings) SetUnderlyingIssueDate(v string)
SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.
func (NoUnderlyings) SetUnderlyingIssuer ¶
func (m NoUnderlyings) SetUnderlyingIssuer(v string)
SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.
func (NoUnderlyings) SetUnderlyingLocaleOfIssue ¶
func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)
SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.
func (NoUnderlyings) SetUnderlyingMaturityDate ¶
func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)
SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.
func (NoUnderlyings) SetUnderlyingMaturityMonthYear ¶
func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)
SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.
func (NoUnderlyings) SetUnderlyingMaturityTime ¶
func (m NoUnderlyings) SetUnderlyingMaturityTime(v string)
SetUnderlyingMaturityTime sets UnderlyingMaturityTime, Tag 1213.
func (NoUnderlyings) SetUnderlyingOptAttribute ¶
func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)
SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.
func (NoUnderlyings) SetUnderlyingPriceUnitOfMeasure ¶
func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasure(v string)
SetUnderlyingPriceUnitOfMeasure sets UnderlyingPriceUnitOfMeasure, Tag 1424.
func (NoUnderlyings) SetUnderlyingPriceUnitOfMeasureQty ¶
func (m NoUnderlyings) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32)
SetUnderlyingPriceUnitOfMeasureQty sets UnderlyingPriceUnitOfMeasureQty, Tag 1425.
func (NoUnderlyings) SetUnderlyingProduct ¶
func (m NoUnderlyings) SetUnderlyingProduct(v int)
SetUnderlyingProduct sets UnderlyingProduct, Tag 462.
func (NoUnderlyings) SetUnderlyingPutOrCall ¶
func (m NoUnderlyings) SetUnderlyingPutOrCall(v int)
SetUnderlyingPutOrCall sets UnderlyingPutOrCall, Tag 315.
func (NoUnderlyings) SetUnderlyingPx ¶
func (m NoUnderlyings) SetUnderlyingPx(value decimal.Decimal, scale int32)
SetUnderlyingPx sets UnderlyingPx, Tag 810.
func (NoUnderlyings) SetUnderlyingQty ¶
func (m NoUnderlyings) SetUnderlyingQty(value decimal.Decimal, scale int32)
SetUnderlyingQty sets UnderlyingQty, Tag 879.
func (NoUnderlyings) SetUnderlyingRedemptionDate ¶
func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)
SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.
func (NoUnderlyings) SetUnderlyingRepoCollateralSecurityType ¶
func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)
SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.
func (NoUnderlyings) SetUnderlyingRepurchaseRate ¶
func (m NoUnderlyings) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)
SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.
func (NoUnderlyings) SetUnderlyingRepurchaseTerm ¶
func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)
SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.
func (NoUnderlyings) SetUnderlyingSecurityDesc ¶
func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)
SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.
func (NoUnderlyings) SetUnderlyingSecurityExchange ¶
func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)
SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.
func (NoUnderlyings) SetUnderlyingSecurityID ¶
func (m NoUnderlyings) SetUnderlyingSecurityID(v string)
SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.
func (NoUnderlyings) SetUnderlyingSecurityIDSource ¶
func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)
SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.
func (NoUnderlyings) SetUnderlyingSecuritySubType ¶
func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)
SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.
func (NoUnderlyings) SetUnderlyingSecurityType ¶
func (m NoUnderlyings) SetUnderlyingSecurityType(v string)
SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.
func (NoUnderlyings) SetUnderlyingSettlMethod ¶
func (m NoUnderlyings) SetUnderlyingSettlMethod(v string)
SetUnderlyingSettlMethod sets UnderlyingSettlMethod, Tag 1039.
func (NoUnderlyings) SetUnderlyingSettlementType ¶
func (m NoUnderlyings) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType)
SetUnderlyingSettlementType sets UnderlyingSettlementType, Tag 975.
func (NoUnderlyings) SetUnderlyingStartValue ¶
func (m NoUnderlyings) SetUnderlyingStartValue(value decimal.Decimal, scale int32)
SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.
func (NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue ¶
func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)
SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.
func (NoUnderlyings) SetUnderlyingStrikeCurrency ¶
func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)
SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.
func (NoUnderlyings) SetUnderlyingStrikePrice ¶
func (m NoUnderlyings) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)
SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.
func (NoUnderlyings) SetUnderlyingSymbol ¶
func (m NoUnderlyings) SetUnderlyingSymbol(v string)
SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.
func (NoUnderlyings) SetUnderlyingSymbolSfx ¶
func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)
SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.
func (NoUnderlyings) SetUnderlyingTimeUnit ¶
func (m NoUnderlyings) SetUnderlyingTimeUnit(v string)
SetUnderlyingTimeUnit sets UnderlyingTimeUnit, Tag 1000.
func (NoUnderlyings) SetUnderlyingUnitOfMeasure ¶
func (m NoUnderlyings) SetUnderlyingUnitOfMeasure(v string)
SetUnderlyingUnitOfMeasure sets UnderlyingUnitOfMeasure, Tag 998.
func (NoUnderlyings) SetUnderlyingUnitOfMeasureQty ¶
func (m NoUnderlyings) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32)
SetUnderlyingUnitOfMeasureQty sets UnderlyingUnitOfMeasureQty, Tag 1423.
type NoUnderlyingsRepeatingGroup ¶
type NoUnderlyingsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUnderlyingsRepeatingGroup is a repeating group, Tag 711.
func NewNoUnderlyingsRepeatingGroup ¶
func NewNoUnderlyingsRepeatingGroup() NoUnderlyingsRepeatingGroup
NewNoUnderlyingsRepeatingGroup returns an initialized, NoUnderlyingsRepeatingGroup.
func (NoUnderlyingsRepeatingGroup) Add ¶
func (m NoUnderlyingsRepeatingGroup) Add() NoUnderlyings
Add create and append a new NoUnderlyings to this group.
func (NoUnderlyingsRepeatingGroup) Get ¶
func (m NoUnderlyingsRepeatingGroup) Get(i int) NoUnderlyings
Get returns the ith NoUnderlyings in the NoUnderlyingsRepeatinGroup.
type NoUndlyInstrumentParties ¶
NoUndlyInstrumentParties is a repeating group element, Tag 1058.
func (NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs ¶
func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoUndlyInstrumentPartySubIDs gets NoUndlyInstrumentPartySubIDs, Tag 1062.
func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyID ¶
func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyID() (v string, err quickfix.MessageRejectError)
GetUndlyInstrumentPartyID gets UndlyInstrumentPartyID, Tag 1059.
func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource ¶
func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError)
GetUndlyInstrumentPartyIDSource gets UndlyInstrumentPartyIDSource, Tag 1060.
func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole ¶
func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (v int, err quickfix.MessageRejectError)
GetUndlyInstrumentPartyRole gets UndlyInstrumentPartyRole, Tag 1061.
func (NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs ¶
func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool
HasNoUndlyInstrumentPartySubIDs returns true if NoUndlyInstrumentPartySubIDs is present, Tag 1062.
func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyID ¶
func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool
HasUndlyInstrumentPartyID returns true if UndlyInstrumentPartyID is present, Tag 1059.
func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource ¶
func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool
HasUndlyInstrumentPartyIDSource returns true if UndlyInstrumentPartyIDSource is present, Tag 1060.
func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole ¶
func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool
HasUndlyInstrumentPartyRole returns true if UndlyInstrumentPartyRole is present, Tag 1061.
func (NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs ¶
func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup)
SetNoUndlyInstrumentPartySubIDs sets NoUndlyInstrumentPartySubIDs, Tag 1062.
func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyID ¶
func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string)
SetUndlyInstrumentPartyID sets UndlyInstrumentPartyID, Tag 1059.
func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource ¶
func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string)
SetUndlyInstrumentPartyIDSource sets UndlyInstrumentPartyIDSource, Tag 1060.
func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole ¶
func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int)
SetUndlyInstrumentPartyRole sets UndlyInstrumentPartyRole, Tag 1061.
type NoUndlyInstrumentPartiesRepeatingGroup ¶
type NoUndlyInstrumentPartiesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUndlyInstrumentPartiesRepeatingGroup is a repeating group, Tag 1058.
func NewNoUndlyInstrumentPartiesRepeatingGroup ¶
func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup
NewNoUndlyInstrumentPartiesRepeatingGroup returns an initialized, NoUndlyInstrumentPartiesRepeatingGroup.
func (NoUndlyInstrumentPartiesRepeatingGroup) Add ¶
func (m NoUndlyInstrumentPartiesRepeatingGroup) Add() NoUndlyInstrumentParties
Add create and append a new NoUndlyInstrumentParties to this group.
func (NoUndlyInstrumentPartiesRepeatingGroup) Get ¶
func (m NoUndlyInstrumentPartiesRepeatingGroup) Get(i int) NoUndlyInstrumentParties
Get returns the ith NoUndlyInstrumentParties in the NoUndlyInstrumentPartiesRepeatinGroup.
type NoUndlyInstrumentPartySubIDs ¶
NoUndlyInstrumentPartySubIDs is a repeating group element, Tag 1062.
func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID ¶
func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID() (v string, err quickfix.MessageRejectError)
GetUndlyInstrumentPartySubID gets UndlyInstrumentPartySubID, Tag 1063.
func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType ¶
func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError)
GetUndlyInstrumentPartySubIDType gets UndlyInstrumentPartySubIDType, Tag 1064.
func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID ¶
func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool
HasUndlyInstrumentPartySubID returns true if UndlyInstrumentPartySubID is present, Tag 1063.
func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType ¶
func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool
HasUndlyInstrumentPartySubIDType returns true if UndlyInstrumentPartySubIDType is present, Tag 1064.
func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID ¶
func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string)
SetUndlyInstrumentPartySubID sets UndlyInstrumentPartySubID, Tag 1063.
func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType ¶
func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int)
SetUndlyInstrumentPartySubIDType sets UndlyInstrumentPartySubIDType, Tag 1064.
type NoUndlyInstrumentPartySubIDsRepeatingGroup ¶
type NoUndlyInstrumentPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoUndlyInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1062.
func NewNoUndlyInstrumentPartySubIDsRepeatingGroup ¶
func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup
NewNoUndlyInstrumentPartySubIDsRepeatingGroup returns an initialized, NoUndlyInstrumentPartySubIDsRepeatingGroup.
func (NoUndlyInstrumentPartySubIDsRepeatingGroup) Add ¶
Add create and append a new NoUndlyInstrumentPartySubIDs to this group.
type RouteOut ¶
type RouteOut func(msg ListStrikePrice, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message.