Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type AdjustedPositionReport
- func (m AdjustedPositionReport) GetClearingBusinessDate() (v string, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetNoPositions() (NoPositionsRepeatingGroup, quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetPosMaintRptID() (v string, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetPosMaintRptRefID() (v string, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetPosReqType() (v enum.PosReqType, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetPriorSettlPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetSettlPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) GetSettlSessID() (v enum.SettlSessID, err quickfix.MessageRejectError)
- func (m AdjustedPositionReport) HasClearingBusinessDate() bool
- func (m AdjustedPositionReport) HasNoPartyIDs() bool
- func (m AdjustedPositionReport) HasNoPositions() bool
- func (m AdjustedPositionReport) HasNoRelatedSym() bool
- func (m AdjustedPositionReport) HasPosMaintRptID() bool
- func (m AdjustedPositionReport) HasPosMaintRptRefID() bool
- func (m AdjustedPositionReport) HasPosReqType() bool
- func (m AdjustedPositionReport) HasPriorSettlPrice() bool
- func (m AdjustedPositionReport) HasSettlPrice() bool
- func (m AdjustedPositionReport) HasSettlSessID() bool
- func (m AdjustedPositionReport) SetClearingBusinessDate(v string)
- func (m AdjustedPositionReport) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
- func (m AdjustedPositionReport) SetNoPositions(f NoPositionsRepeatingGroup)
- func (m AdjustedPositionReport) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
- func (m AdjustedPositionReport) SetPosMaintRptID(v string)
- func (m AdjustedPositionReport) SetPosMaintRptRefID(v string)
- func (m AdjustedPositionReport) SetPosReqType(v enum.PosReqType)
- func (m AdjustedPositionReport) SetPriorSettlPrice(value decimal.Decimal, scale int32)
- func (m AdjustedPositionReport) SetSettlPrice(value decimal.Decimal, scale int32)
- func (m AdjustedPositionReport) SetSettlSessID(v enum.SettlSessID)
- func (m AdjustedPositionReport) ToMessage() *quickfix.Message
- type NoComplexEventDates
- func (m NoComplexEventDates) GetComplexEventEndDate() (v time.Time, err quickfix.MessageRejectError)
- func (m NoComplexEventDates) GetComplexEventStartDate() (v time.Time, err quickfix.MessageRejectError)
- func (m NoComplexEventDates) GetNoComplexEventTimes() (NoComplexEventTimesRepeatingGroup, quickfix.MessageRejectError)
- func (m NoComplexEventDates) HasComplexEventEndDate() bool
- func (m NoComplexEventDates) HasComplexEventStartDate() bool
- func (m NoComplexEventDates) HasNoComplexEventTimes() bool
- func (m NoComplexEventDates) SetComplexEventEndDate(v time.Time)
- func (m NoComplexEventDates) SetComplexEventStartDate(v time.Time)
- func (m NoComplexEventDates) SetNoComplexEventTimes(f NoComplexEventTimesRepeatingGroup)
- type NoComplexEventDatesRepeatingGroup
- type NoComplexEventTimes
- func (m NoComplexEventTimes) GetComplexEventEndTime() (v string, err quickfix.MessageRejectError)
- func (m NoComplexEventTimes) GetComplexEventStartTime() (v string, err quickfix.MessageRejectError)
- func (m NoComplexEventTimes) HasComplexEventEndTime() bool
- func (m NoComplexEventTimes) HasComplexEventStartTime() bool
- func (m NoComplexEventTimes) SetComplexEventEndTime(v string)
- func (m NoComplexEventTimes) SetComplexEventStartTime(v string)
- type NoComplexEventTimesRepeatingGroup
- type NoComplexEvents
- func (m NoComplexEvents) GetComplexEventCondition() (v enum.ComplexEventCondition, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexEventPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (v enum.ComplexEventPriceBoundaryMethod, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexEventPriceTimeType() (v enum.ComplexEventPriceTimeType, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexEventType() (v enum.ComplexEventType, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetComplexOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoComplexEvents) GetNoComplexEventDates() (NoComplexEventDatesRepeatingGroup, quickfix.MessageRejectError)
- func (m NoComplexEvents) HasComplexEventCondition() bool
- func (m NoComplexEvents) HasComplexEventPrice() bool
- func (m NoComplexEvents) HasComplexEventPriceBoundaryMethod() bool
- func (m NoComplexEvents) HasComplexEventPriceBoundaryPrecision() bool
- func (m NoComplexEvents) HasComplexEventPriceTimeType() bool
- func (m NoComplexEvents) HasComplexEventType() bool
- func (m NoComplexEvents) HasComplexOptPayoutAmount() bool
- func (m NoComplexEvents) HasNoComplexEventDates() bool
- func (m NoComplexEvents) SetComplexEventCondition(v enum.ComplexEventCondition)
- func (m NoComplexEvents) SetComplexEventPrice(value decimal.Decimal, scale int32)
- func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v enum.ComplexEventPriceBoundaryMethod)
- func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32)
- func (m NoComplexEvents) SetComplexEventPriceTimeType(v enum.ComplexEventPriceTimeType)
- func (m NoComplexEvents) SetComplexEventType(v enum.ComplexEventType)
- func (m NoComplexEvents) SetComplexOptPayoutAmount(value decimal.Decimal, scale int32)
- func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup)
- type NoComplexEventsRepeatingGroup
- 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 NoNestedPartyIDs
- func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError)
- func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError)
- func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError)
- func (m NoNestedPartyIDs) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoNestedPartyIDs) HasNestedPartyID() bool
- func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool
- func (m NoNestedPartyIDs) HasNestedPartyRole() bool
- func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool
- func (m NoNestedPartyIDs) SetNestedPartyID(v string)
- func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)
- func (m NoNestedPartyIDs) SetNestedPartyRole(v int)
- func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)
- type NoNestedPartyIDsRepeatingGroup
- type NoNestedPartySubIDs
- func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError)
- func (m NoNestedPartySubIDs) HasNestedPartySubID() bool
- func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool
- func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)
- func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)
- type NoNestedPartySubIDsRepeatingGroup
- type NoPartyIDs
- func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)
- func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)
- func (m NoPartyIDs) HasNoPartySubIDs() bool
- func (m NoPartyIDs) HasPartyID() bool
- func (m NoPartyIDs) HasPartyIDSource() bool
- func (m NoPartyIDs) HasPartyRole() bool
- func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
- func (m NoPartyIDs) SetPartyID(v string)
- func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
- func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
- type NoPartyIDsRepeatingGroup
- type NoPartySubIDs
- func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)
- func (m NoPartySubIDs) HasPartySubID() bool
- func (m NoPartySubIDs) HasPartySubIDType() bool
- func (m NoPartySubIDs) SetPartySubID(v string)
- func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)
- type NoPartySubIDsRepeatingGroup
- type NoPositions
- func (m NoPositions) GetLongQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoPositions) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoPositions) GetPosQtyStatus() (v enum.PosQtyStatus, err quickfix.MessageRejectError)
- func (m NoPositions) GetPosType() (v enum.PosType, err quickfix.MessageRejectError)
- func (m NoPositions) GetQuantityDate() (v string, err quickfix.MessageRejectError)
- func (m NoPositions) GetShortQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoPositions) HasLongQty() bool
- func (m NoPositions) HasNoNestedPartyIDs() bool
- func (m NoPositions) HasPosQtyStatus() bool
- func (m NoPositions) HasPosType() bool
- func (m NoPositions) HasQuantityDate() bool
- func (m NoPositions) HasShortQty() bool
- func (m NoPositions) SetLongQty(value decimal.Decimal, scale int32)
- func (m NoPositions) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)
- func (m NoPositions) SetPosQtyStatus(v enum.PosQtyStatus)
- func (m NoPositions) SetPosType(v enum.PosType)
- func (m NoPositions) SetQuantityDate(v string)
- func (m NoPositions) SetShortQty(value decimal.Decimal, scale int32)
- type NoPositionsRepeatingGroup
- type NoRelatedSym
- func (m NoRelatedSym) GetAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCFICode() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCPRegType() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetContractMultiplierUnit() (v enum.ContractMultiplierUnit, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetCreditRating() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetDatedDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetFlowScheduleType() (v enum.FlowScheduleType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssueDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMaturityTime() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNTPositionLimit() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
- func (m NoRelatedSym) GetNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOptPayoutType() (v enum.OptPayoutType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPool() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPositionLimit() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetProductComplex() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetRestructuringType() (v enum.RestructuringType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityGroup() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityXML() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSeniority() (v enum.Seniority, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePriceBoundaryMethod() (v enum.StrikePriceBoundaryMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikePriceDeterminationMethod() (v enum.StrikePriceDeterminationMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbol() (v string, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetUnderlyingPriceDeterminationMethod() (v enum.UnderlyingPriceDeterminationMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
- func (m NoRelatedSym) GetValuationMethod() (v enum.ValuationMethod, err quickfix.MessageRejectError)
- func (m NoRelatedSym) HasAttachmentPoint() bool
- func (m NoRelatedSym) HasCFICode() bool
- func (m NoRelatedSym) HasCPProgram() bool
- func (m NoRelatedSym) HasCPRegType() bool
- func (m NoRelatedSym) HasCapPrice() bool
- func (m NoRelatedSym) HasContractMultiplier() bool
- func (m NoRelatedSym) HasContractMultiplierUnit() bool
- func (m NoRelatedSym) HasContractSettlMonth() bool
- func (m NoRelatedSym) HasCountryOfIssue() bool
- func (m NoRelatedSym) HasCouponPaymentDate() bool
- func (m NoRelatedSym) HasCouponRate() bool
- func (m NoRelatedSym) HasCreditRating() bool
- func (m NoRelatedSym) HasDatedDate() bool
- func (m NoRelatedSym) HasDetachmentPoint() bool
- func (m NoRelatedSym) HasEncodedIssuer() bool
- func (m NoRelatedSym) HasEncodedIssuerLen() bool
- func (m NoRelatedSym) HasEncodedSecurityDesc() bool
- func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
- func (m NoRelatedSym) HasExerciseStyle() bool
- func (m NoRelatedSym) HasFactor() bool
- func (m NoRelatedSym) HasFlexProductEligibilityIndicator() bool
- func (m NoRelatedSym) HasFlexibleIndicator() bool
- func (m NoRelatedSym) HasFloorPrice() bool
- func (m NoRelatedSym) HasFlowScheduleType() bool
- func (m NoRelatedSym) HasInstrRegistry() bool
- func (m NoRelatedSym) HasInstrmtAssignmentMethod() bool
- func (m NoRelatedSym) HasInterestAccrualDate() bool
- func (m NoRelatedSym) HasIssueDate() bool
- func (m NoRelatedSym) HasIssuer() bool
- func (m NoRelatedSym) HasListMethod() bool
- func (m NoRelatedSym) HasLocaleOfIssue() bool
- func (m NoRelatedSym) HasMaturityDate() bool
- func (m NoRelatedSym) HasMaturityMonthYear() bool
- func (m NoRelatedSym) HasMaturityTime() bool
- func (m NoRelatedSym) HasMinPriceIncrement() bool
- func (m NoRelatedSym) HasMinPriceIncrementAmount() bool
- func (m NoRelatedSym) HasNTPositionLimit() bool
- func (m NoRelatedSym) HasNoComplexEvents() bool
- func (m NoRelatedSym) HasNoEvents() bool
- func (m NoRelatedSym) HasNoInstrumentParties() bool
- func (m NoRelatedSym) HasNoSecurityAltID() bool
- func (m NoRelatedSym) HasNotionalPercentageOutstanding() bool
- func (m NoRelatedSym) HasOptAttribute() bool
- func (m NoRelatedSym) HasOptPayoutAmount() bool
- func (m NoRelatedSym) HasOptPayoutType() bool
- func (m NoRelatedSym) HasOriginalNotionalPercentageOutstanding() bool
- func (m NoRelatedSym) HasPool() bool
- func (m NoRelatedSym) HasPositionLimit() bool
- func (m NoRelatedSym) HasPriceQuoteMethod() bool
- func (m NoRelatedSym) HasPriceUnitOfMeasure() bool
- func (m NoRelatedSym) HasPriceUnitOfMeasureQty() bool
- func (m NoRelatedSym) HasProduct() bool
- func (m NoRelatedSym) HasProductComplex() bool
- func (m NoRelatedSym) HasPutOrCall() bool
- func (m NoRelatedSym) HasRedemptionDate() bool
- func (m NoRelatedSym) HasRepoCollateralSecurityType() bool
- func (m NoRelatedSym) HasRepurchaseRate() bool
- func (m NoRelatedSym) HasRepurchaseTerm() bool
- func (m NoRelatedSym) HasRestructuringType() bool
- func (m NoRelatedSym) HasSecurityDesc() bool
- func (m NoRelatedSym) HasSecurityExchange() bool
- func (m NoRelatedSym) HasSecurityGroup() bool
- func (m NoRelatedSym) HasSecurityID() bool
- func (m NoRelatedSym) HasSecurityIDSource() bool
- func (m NoRelatedSym) HasSecurityStatus() bool
- func (m NoRelatedSym) HasSecuritySubType() bool
- func (m NoRelatedSym) HasSecurityType() bool
- func (m NoRelatedSym) HasSecurityXML() bool
- func (m NoRelatedSym) HasSecurityXMLLen() bool
- func (m NoRelatedSym) HasSecurityXMLSchema() bool
- func (m NoRelatedSym) HasSeniority() bool
- func (m NoRelatedSym) HasSettlMethod() bool
- func (m NoRelatedSym) HasSettleOnOpenFlag() bool
- func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool
- func (m NoRelatedSym) HasStrikeCurrency() bool
- func (m NoRelatedSym) HasStrikeMultiplier() bool
- func (m NoRelatedSym) HasStrikePrice() bool
- func (m NoRelatedSym) HasStrikePriceBoundaryMethod() bool
- func (m NoRelatedSym) HasStrikePriceBoundaryPrecision() bool
- func (m NoRelatedSym) HasStrikePriceDeterminationMethod() bool
- func (m NoRelatedSym) HasStrikeValue() bool
- func (m NoRelatedSym) HasSymbol() bool
- func (m NoRelatedSym) HasSymbolSfx() bool
- func (m NoRelatedSym) HasTimeUnit() bool
- func (m NoRelatedSym) HasUnderlyingPriceDeterminationMethod() bool
- func (m NoRelatedSym) HasUnitOfMeasure() bool
- func (m NoRelatedSym) HasUnitOfMeasureQty() bool
- func (m NoRelatedSym) HasValuationMethod() bool
- func (m NoRelatedSym) SetAttachmentPoint(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetCFICode(v string)
- func (m NoRelatedSym) SetCPProgram(v enum.CPProgram)
- func (m NoRelatedSym) SetCPRegType(v string)
- func (m NoRelatedSym) SetCapPrice(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetContractMultiplierUnit(v enum.ContractMultiplierUnit)
- func (m NoRelatedSym) SetContractSettlMonth(v string)
- func (m NoRelatedSym) SetCountryOfIssue(v string)
- func (m NoRelatedSym) SetCouponPaymentDate(v string)
- func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetCreditRating(v string)
- func (m NoRelatedSym) SetDatedDate(v string)
- func (m NoRelatedSym) SetDetachmentPoint(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetEncodedIssuer(v string)
- func (m NoRelatedSym) SetEncodedIssuerLen(v int)
- func (m NoRelatedSym) SetEncodedSecurityDesc(v string)
- func (m NoRelatedSym) SetEncodedSecurityDescLen(v int)
- func (m NoRelatedSym) SetExerciseStyle(v enum.ExerciseStyle)
- func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetFlexProductEligibilityIndicator(v bool)
- func (m NoRelatedSym) SetFlexibleIndicator(v bool)
- func (m NoRelatedSym) SetFloorPrice(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetFlowScheduleType(v enum.FlowScheduleType)
- func (m NoRelatedSym) SetInstrRegistry(v enum.InstrRegistry)
- func (m NoRelatedSym) SetInstrmtAssignmentMethod(v string)
- func (m NoRelatedSym) SetInterestAccrualDate(v string)
- func (m NoRelatedSym) SetIssueDate(v string)
- func (m NoRelatedSym) SetIssuer(v string)
- func (m NoRelatedSym) SetListMethod(v enum.ListMethod)
- func (m NoRelatedSym) SetLocaleOfIssue(v string)
- func (m NoRelatedSym) SetMaturityDate(v string)
- func (m NoRelatedSym) SetMaturityMonthYear(v string)
- func (m NoRelatedSym) SetMaturityTime(v string)
- func (m NoRelatedSym) SetMinPriceIncrement(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetNTPositionLimit(v int)
- func (m NoRelatedSym) SetNoComplexEvents(f NoComplexEventsRepeatingGroup)
- func (m NoRelatedSym) SetNoEvents(f NoEventsRepeatingGroup)
- func (m NoRelatedSym) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)
- func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
- func (m NoRelatedSym) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetOptAttribute(v string)
- func (m NoRelatedSym) SetOptPayoutAmount(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetOptPayoutType(v enum.OptPayoutType)
- func (m NoRelatedSym) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetPool(v string)
- func (m NoRelatedSym) SetPositionLimit(v int)
- func (m NoRelatedSym) SetPriceQuoteMethod(v enum.PriceQuoteMethod)
- func (m NoRelatedSym) SetPriceUnitOfMeasure(v string)
- func (m NoRelatedSym) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetProduct(v enum.Product)
- func (m NoRelatedSym) SetProductComplex(v string)
- func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall)
- func (m NoRelatedSym) SetRedemptionDate(v string)
- func (m NoRelatedSym) SetRepoCollateralSecurityType(v int)
- func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetRepurchaseTerm(v int)
- func (m NoRelatedSym) SetRestructuringType(v enum.RestructuringType)
- func (m NoRelatedSym) SetSecurityDesc(v string)
- func (m NoRelatedSym) SetSecurityExchange(v string)
- func (m NoRelatedSym) SetSecurityGroup(v string)
- func (m NoRelatedSym) SetSecurityID(v string)
- func (m NoRelatedSym) SetSecurityIDSource(v enum.SecurityIDSource)
- func (m NoRelatedSym) SetSecurityStatus(v enum.SecurityStatus)
- func (m NoRelatedSym) SetSecuritySubType(v string)
- func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
- func (m NoRelatedSym) SetSecurityXML(v string)
- func (m NoRelatedSym) SetSecurityXMLLen(v int)
- func (m NoRelatedSym) SetSecurityXMLSchema(v string)
- func (m NoRelatedSym) SetSeniority(v enum.Seniority)
- func (m NoRelatedSym) SetSettlMethod(v enum.SettlMethod)
- func (m NoRelatedSym) SetSettleOnOpenFlag(v string)
- func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string)
- func (m NoRelatedSym) SetStrikeCurrency(v string)
- func (m NoRelatedSym) SetStrikeMultiplier(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetStrikePriceBoundaryMethod(v enum.StrikePriceBoundaryMethod)
- func (m NoRelatedSym) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetStrikePriceDeterminationMethod(v enum.StrikePriceDeterminationMethod)
- func (m NoRelatedSym) SetStrikeValue(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetSymbol(v string)
- func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx)
- func (m NoRelatedSym) SetTimeUnit(v enum.TimeUnit)
- func (m NoRelatedSym) SetUnderlyingPriceDeterminationMethod(v enum.UnderlyingPriceDeterminationMethod)
- func (m NoRelatedSym) SetUnitOfMeasure(v enum.UnitOfMeasure)
- func (m NoRelatedSym) SetUnitOfMeasureQty(value decimal.Decimal, scale int32)
- func (m NoRelatedSym) SetValuationMethod(v enum.ValuationMethod)
- type NoRelatedSymRepeatingGroup
- 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 RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdjustedPositionReport ¶
type AdjustedPositionReport struct { fixt11.Header *quickfix.Body fixt11.Trailer Message *quickfix.Message }
AdjustedPositionReport is the fix50sp2 AdjustedPositionReport type, MsgType = BL
func FromMessage ¶
func FromMessage(m *quickfix.Message) AdjustedPositionReport
FromMessage creates a AdjustedPositionReport from a quickfix.Message instance
func New ¶
func New(posmaintrptid field.PosMaintRptIDField, clearingbusinessdate field.ClearingBusinessDateField) (m AdjustedPositionReport)
New returns a AdjustedPositionReport initialized with the required fields for AdjustedPositionReport
func (AdjustedPositionReport) GetClearingBusinessDate ¶
func (m AdjustedPositionReport) GetClearingBusinessDate() (v string, err quickfix.MessageRejectError)
GetClearingBusinessDate gets ClearingBusinessDate, Tag 715
func (AdjustedPositionReport) GetNoPartyIDs ¶
func (m AdjustedPositionReport) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartyIDs gets NoPartyIDs, Tag 453
func (AdjustedPositionReport) GetNoPositions ¶
func (m AdjustedPositionReport) GetNoPositions() (NoPositionsRepeatingGroup, quickfix.MessageRejectError)
GetNoPositions gets NoPositions, Tag 702
func (AdjustedPositionReport) GetNoRelatedSym ¶
func (m AdjustedPositionReport) GetNoRelatedSym() (NoRelatedSymRepeatingGroup, quickfix.MessageRejectError)
GetNoRelatedSym gets NoRelatedSym, Tag 146
func (AdjustedPositionReport) GetPosMaintRptID ¶
func (m AdjustedPositionReport) GetPosMaintRptID() (v string, err quickfix.MessageRejectError)
GetPosMaintRptID gets PosMaintRptID, Tag 721
func (AdjustedPositionReport) GetPosMaintRptRefID ¶
func (m AdjustedPositionReport) GetPosMaintRptRefID() (v string, err quickfix.MessageRejectError)
GetPosMaintRptRefID gets PosMaintRptRefID, Tag 714
func (AdjustedPositionReport) GetPosReqType ¶
func (m AdjustedPositionReport) GetPosReqType() (v enum.PosReqType, err quickfix.MessageRejectError)
GetPosReqType gets PosReqType, Tag 724
func (AdjustedPositionReport) GetPriorSettlPrice ¶
func (m AdjustedPositionReport) GetPriorSettlPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPriorSettlPrice gets PriorSettlPrice, Tag 734
func (AdjustedPositionReport) GetSettlPrice ¶
func (m AdjustedPositionReport) GetSettlPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetSettlPrice gets SettlPrice, Tag 730
func (AdjustedPositionReport) GetSettlSessID ¶
func (m AdjustedPositionReport) GetSettlSessID() (v enum.SettlSessID, err quickfix.MessageRejectError)
GetSettlSessID gets SettlSessID, Tag 716
func (AdjustedPositionReport) HasClearingBusinessDate ¶
func (m AdjustedPositionReport) HasClearingBusinessDate() bool
HasClearingBusinessDate returns true if ClearingBusinessDate is present, Tag 715
func (AdjustedPositionReport) HasNoPartyIDs ¶
func (m AdjustedPositionReport) HasNoPartyIDs() bool
HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453
func (AdjustedPositionReport) HasNoPositions ¶
func (m AdjustedPositionReport) HasNoPositions() bool
HasNoPositions returns true if NoPositions is present, Tag 702
func (AdjustedPositionReport) HasNoRelatedSym ¶
func (m AdjustedPositionReport) HasNoRelatedSym() bool
HasNoRelatedSym returns true if NoRelatedSym is present, Tag 146
func (AdjustedPositionReport) HasPosMaintRptID ¶
func (m AdjustedPositionReport) HasPosMaintRptID() bool
HasPosMaintRptID returns true if PosMaintRptID is present, Tag 721
func (AdjustedPositionReport) HasPosMaintRptRefID ¶
func (m AdjustedPositionReport) HasPosMaintRptRefID() bool
HasPosMaintRptRefID returns true if PosMaintRptRefID is present, Tag 714
func (AdjustedPositionReport) HasPosReqType ¶
func (m AdjustedPositionReport) HasPosReqType() bool
HasPosReqType returns true if PosReqType is present, Tag 724
func (AdjustedPositionReport) HasPriorSettlPrice ¶
func (m AdjustedPositionReport) HasPriorSettlPrice() bool
HasPriorSettlPrice returns true if PriorSettlPrice is present, Tag 734
func (AdjustedPositionReport) HasSettlPrice ¶
func (m AdjustedPositionReport) HasSettlPrice() bool
HasSettlPrice returns true if SettlPrice is present, Tag 730
func (AdjustedPositionReport) HasSettlSessID ¶
func (m AdjustedPositionReport) HasSettlSessID() bool
HasSettlSessID returns true if SettlSessID is present, Tag 716
func (AdjustedPositionReport) SetClearingBusinessDate ¶
func (m AdjustedPositionReport) SetClearingBusinessDate(v string)
SetClearingBusinessDate sets ClearingBusinessDate, Tag 715
func (AdjustedPositionReport) SetNoPartyIDs ¶
func (m AdjustedPositionReport) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)
SetNoPartyIDs sets NoPartyIDs, Tag 453
func (AdjustedPositionReport) SetNoPositions ¶
func (m AdjustedPositionReport) SetNoPositions(f NoPositionsRepeatingGroup)
SetNoPositions sets NoPositions, Tag 702
func (AdjustedPositionReport) SetNoRelatedSym ¶
func (m AdjustedPositionReport) SetNoRelatedSym(f NoRelatedSymRepeatingGroup)
SetNoRelatedSym sets NoRelatedSym, Tag 146
func (AdjustedPositionReport) SetPosMaintRptID ¶
func (m AdjustedPositionReport) SetPosMaintRptID(v string)
SetPosMaintRptID sets PosMaintRptID, Tag 721
func (AdjustedPositionReport) SetPosMaintRptRefID ¶
func (m AdjustedPositionReport) SetPosMaintRptRefID(v string)
SetPosMaintRptRefID sets PosMaintRptRefID, Tag 714
func (AdjustedPositionReport) SetPosReqType ¶
func (m AdjustedPositionReport) SetPosReqType(v enum.PosReqType)
SetPosReqType sets PosReqType, Tag 724
func (AdjustedPositionReport) SetPriorSettlPrice ¶
func (m AdjustedPositionReport) SetPriorSettlPrice(value decimal.Decimal, scale int32)
SetPriorSettlPrice sets PriorSettlPrice, Tag 734
func (AdjustedPositionReport) SetSettlPrice ¶
func (m AdjustedPositionReport) SetSettlPrice(value decimal.Decimal, scale int32)
SetSettlPrice sets SettlPrice, Tag 730
func (AdjustedPositionReport) SetSettlSessID ¶
func (m AdjustedPositionReport) SetSettlSessID(v enum.SettlSessID)
SetSettlSessID sets SettlSessID, Tag 716
func (AdjustedPositionReport) ToMessage ¶
func (m AdjustedPositionReport) ToMessage() *quickfix.Message
ToMessage returns a quickfix.Message instance
type NoComplexEventDates ¶
NoComplexEventDates is a repeating group element, Tag 1491
func (NoComplexEventDates) GetComplexEventEndDate ¶
func (m NoComplexEventDates) GetComplexEventEndDate() (v time.Time, err quickfix.MessageRejectError)
GetComplexEventEndDate gets ComplexEventEndDate, Tag 1493
func (NoComplexEventDates) GetComplexEventStartDate ¶
func (m NoComplexEventDates) GetComplexEventStartDate() (v time.Time, err quickfix.MessageRejectError)
GetComplexEventStartDate gets ComplexEventStartDate, Tag 1492
func (NoComplexEventDates) GetNoComplexEventTimes ¶
func (m NoComplexEventDates) GetNoComplexEventTimes() (NoComplexEventTimesRepeatingGroup, quickfix.MessageRejectError)
GetNoComplexEventTimes gets NoComplexEventTimes, Tag 1494
func (NoComplexEventDates) HasComplexEventEndDate ¶
func (m NoComplexEventDates) HasComplexEventEndDate() bool
HasComplexEventEndDate returns true if ComplexEventEndDate is present, Tag 1493
func (NoComplexEventDates) HasComplexEventStartDate ¶
func (m NoComplexEventDates) HasComplexEventStartDate() bool
HasComplexEventStartDate returns true if ComplexEventStartDate is present, Tag 1492
func (NoComplexEventDates) HasNoComplexEventTimes ¶
func (m NoComplexEventDates) HasNoComplexEventTimes() bool
HasNoComplexEventTimes returns true if NoComplexEventTimes is present, Tag 1494
func (NoComplexEventDates) SetComplexEventEndDate ¶
func (m NoComplexEventDates) SetComplexEventEndDate(v time.Time)
SetComplexEventEndDate sets ComplexEventEndDate, Tag 1493
func (NoComplexEventDates) SetComplexEventStartDate ¶
func (m NoComplexEventDates) SetComplexEventStartDate(v time.Time)
SetComplexEventStartDate sets ComplexEventStartDate, Tag 1492
func (NoComplexEventDates) SetNoComplexEventTimes ¶
func (m NoComplexEventDates) SetNoComplexEventTimes(f NoComplexEventTimesRepeatingGroup)
SetNoComplexEventTimes sets NoComplexEventTimes, Tag 1494
type NoComplexEventDatesRepeatingGroup ¶
type NoComplexEventDatesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoComplexEventDatesRepeatingGroup is a repeating group, Tag 1491
func NewNoComplexEventDatesRepeatingGroup ¶
func NewNoComplexEventDatesRepeatingGroup() NoComplexEventDatesRepeatingGroup
NewNoComplexEventDatesRepeatingGroup returns an initialized, NoComplexEventDatesRepeatingGroup
func (NoComplexEventDatesRepeatingGroup) Add ¶
func (m NoComplexEventDatesRepeatingGroup) Add() NoComplexEventDates
Add create and append a new NoComplexEventDates to this group
func (NoComplexEventDatesRepeatingGroup) Get ¶
func (m NoComplexEventDatesRepeatingGroup) Get(i int) NoComplexEventDates
Get returns the ith NoComplexEventDates in the NoComplexEventDatesRepeatinGroup
type NoComplexEventTimes ¶
NoComplexEventTimes is a repeating group element, Tag 1494
func (NoComplexEventTimes) GetComplexEventEndTime ¶
func (m NoComplexEventTimes) GetComplexEventEndTime() (v string, err quickfix.MessageRejectError)
GetComplexEventEndTime gets ComplexEventEndTime, Tag 1496
func (NoComplexEventTimes) GetComplexEventStartTime ¶
func (m NoComplexEventTimes) GetComplexEventStartTime() (v string, err quickfix.MessageRejectError)
GetComplexEventStartTime gets ComplexEventStartTime, Tag 1495
func (NoComplexEventTimes) HasComplexEventEndTime ¶
func (m NoComplexEventTimes) HasComplexEventEndTime() bool
HasComplexEventEndTime returns true if ComplexEventEndTime is present, Tag 1496
func (NoComplexEventTimes) HasComplexEventStartTime ¶
func (m NoComplexEventTimes) HasComplexEventStartTime() bool
HasComplexEventStartTime returns true if ComplexEventStartTime is present, Tag 1495
func (NoComplexEventTimes) SetComplexEventEndTime ¶
func (m NoComplexEventTimes) SetComplexEventEndTime(v string)
SetComplexEventEndTime sets ComplexEventEndTime, Tag 1496
func (NoComplexEventTimes) SetComplexEventStartTime ¶
func (m NoComplexEventTimes) SetComplexEventStartTime(v string)
SetComplexEventStartTime sets ComplexEventStartTime, Tag 1495
type NoComplexEventTimesRepeatingGroup ¶
type NoComplexEventTimesRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoComplexEventTimesRepeatingGroup is a repeating group, Tag 1494
func NewNoComplexEventTimesRepeatingGroup ¶
func NewNoComplexEventTimesRepeatingGroup() NoComplexEventTimesRepeatingGroup
NewNoComplexEventTimesRepeatingGroup returns an initialized, NoComplexEventTimesRepeatingGroup
func (NoComplexEventTimesRepeatingGroup) Add ¶
func (m NoComplexEventTimesRepeatingGroup) Add() NoComplexEventTimes
Add create and append a new NoComplexEventTimes to this group
func (NoComplexEventTimesRepeatingGroup) Get ¶
func (m NoComplexEventTimesRepeatingGroup) Get(i int) NoComplexEventTimes
Get returns the ith NoComplexEventTimes in the NoComplexEventTimesRepeatinGroup
type NoComplexEvents ¶
NoComplexEvents is a repeating group element, Tag 1483
func (NoComplexEvents) GetComplexEventCondition ¶
func (m NoComplexEvents) GetComplexEventCondition() (v enum.ComplexEventCondition, err quickfix.MessageRejectError)
GetComplexEventCondition gets ComplexEventCondition, Tag 1490
func (NoComplexEvents) GetComplexEventPrice ¶
func (m NoComplexEvents) GetComplexEventPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetComplexEventPrice gets ComplexEventPrice, Tag 1486
func (NoComplexEvents) GetComplexEventPriceBoundaryMethod ¶
func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (v enum.ComplexEventPriceBoundaryMethod, err quickfix.MessageRejectError)
GetComplexEventPriceBoundaryMethod gets ComplexEventPriceBoundaryMethod, Tag 1487
func (NoComplexEvents) GetComplexEventPriceBoundaryPrecision ¶
func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError)
GetComplexEventPriceBoundaryPrecision gets ComplexEventPriceBoundaryPrecision, Tag 1488
func (NoComplexEvents) GetComplexEventPriceTimeType ¶
func (m NoComplexEvents) GetComplexEventPriceTimeType() (v enum.ComplexEventPriceTimeType, err quickfix.MessageRejectError)
GetComplexEventPriceTimeType gets ComplexEventPriceTimeType, Tag 1489
func (NoComplexEvents) GetComplexEventType ¶
func (m NoComplexEvents) GetComplexEventType() (v enum.ComplexEventType, err quickfix.MessageRejectError)
GetComplexEventType gets ComplexEventType, Tag 1484
func (NoComplexEvents) GetComplexOptPayoutAmount ¶
func (m NoComplexEvents) GetComplexOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetComplexOptPayoutAmount gets ComplexOptPayoutAmount, Tag 1485
func (NoComplexEvents) GetNoComplexEventDates ¶
func (m NoComplexEvents) GetNoComplexEventDates() (NoComplexEventDatesRepeatingGroup, quickfix.MessageRejectError)
GetNoComplexEventDates gets NoComplexEventDates, Tag 1491
func (NoComplexEvents) HasComplexEventCondition ¶
func (m NoComplexEvents) HasComplexEventCondition() bool
HasComplexEventCondition returns true if ComplexEventCondition is present, Tag 1490
func (NoComplexEvents) HasComplexEventPrice ¶
func (m NoComplexEvents) HasComplexEventPrice() bool
HasComplexEventPrice returns true if ComplexEventPrice is present, Tag 1486
func (NoComplexEvents) HasComplexEventPriceBoundaryMethod ¶
func (m NoComplexEvents) HasComplexEventPriceBoundaryMethod() bool
HasComplexEventPriceBoundaryMethod returns true if ComplexEventPriceBoundaryMethod is present, Tag 1487
func (NoComplexEvents) HasComplexEventPriceBoundaryPrecision ¶
func (m NoComplexEvents) HasComplexEventPriceBoundaryPrecision() bool
HasComplexEventPriceBoundaryPrecision returns true if ComplexEventPriceBoundaryPrecision is present, Tag 1488
func (NoComplexEvents) HasComplexEventPriceTimeType ¶
func (m NoComplexEvents) HasComplexEventPriceTimeType() bool
HasComplexEventPriceTimeType returns true if ComplexEventPriceTimeType is present, Tag 1489
func (NoComplexEvents) HasComplexEventType ¶
func (m NoComplexEvents) HasComplexEventType() bool
HasComplexEventType returns true if ComplexEventType is present, Tag 1484
func (NoComplexEvents) HasComplexOptPayoutAmount ¶
func (m NoComplexEvents) HasComplexOptPayoutAmount() bool
HasComplexOptPayoutAmount returns true if ComplexOptPayoutAmount is present, Tag 1485
func (NoComplexEvents) HasNoComplexEventDates ¶
func (m NoComplexEvents) HasNoComplexEventDates() bool
HasNoComplexEventDates returns true if NoComplexEventDates is present, Tag 1491
func (NoComplexEvents) SetComplexEventCondition ¶
func (m NoComplexEvents) SetComplexEventCondition(v enum.ComplexEventCondition)
SetComplexEventCondition sets ComplexEventCondition, Tag 1490
func (NoComplexEvents) SetComplexEventPrice ¶
func (m NoComplexEvents) SetComplexEventPrice(value decimal.Decimal, scale int32)
SetComplexEventPrice sets ComplexEventPrice, Tag 1486
func (NoComplexEvents) SetComplexEventPriceBoundaryMethod ¶
func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v enum.ComplexEventPriceBoundaryMethod)
SetComplexEventPriceBoundaryMethod sets ComplexEventPriceBoundaryMethod, Tag 1487
func (NoComplexEvents) SetComplexEventPriceBoundaryPrecision ¶
func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32)
SetComplexEventPriceBoundaryPrecision sets ComplexEventPriceBoundaryPrecision, Tag 1488
func (NoComplexEvents) SetComplexEventPriceTimeType ¶
func (m NoComplexEvents) SetComplexEventPriceTimeType(v enum.ComplexEventPriceTimeType)
SetComplexEventPriceTimeType sets ComplexEventPriceTimeType, Tag 1489
func (NoComplexEvents) SetComplexEventType ¶
func (m NoComplexEvents) SetComplexEventType(v enum.ComplexEventType)
SetComplexEventType sets ComplexEventType, Tag 1484
func (NoComplexEvents) SetComplexOptPayoutAmount ¶
func (m NoComplexEvents) SetComplexOptPayoutAmount(value decimal.Decimal, scale int32)
SetComplexOptPayoutAmount sets ComplexOptPayoutAmount, Tag 1485
func (NoComplexEvents) SetNoComplexEventDates ¶
func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup)
SetNoComplexEventDates sets NoComplexEventDates, Tag 1491
type NoComplexEventsRepeatingGroup ¶
type NoComplexEventsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoComplexEventsRepeatingGroup is a repeating group, Tag 1483
func NewNoComplexEventsRepeatingGroup ¶
func NewNoComplexEventsRepeatingGroup() NoComplexEventsRepeatingGroup
NewNoComplexEventsRepeatingGroup returns an initialized, NoComplexEventsRepeatingGroup
func (NoComplexEventsRepeatingGroup) Add ¶
func (m NoComplexEventsRepeatingGroup) Add() NoComplexEvents
Add create and append a new NoComplexEvents to this group
func (NoComplexEventsRepeatingGroup) Get ¶
func (m NoComplexEventsRepeatingGroup) Get(i int) NoComplexEvents
Get returns the ith NoComplexEvents in the NoComplexEventsRepeatinGroup
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 NoNestedPartyIDs ¶
NoNestedPartyIDs is a repeating group element, Tag 539
func (NoNestedPartyIDs) GetNestedPartyID ¶
func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError)
GetNestedPartyID gets NestedPartyID, Tag 524
func (NoNestedPartyIDs) GetNestedPartyIDSource ¶
func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError)
GetNestedPartyIDSource gets NestedPartyIDSource, Tag 525
func (NoNestedPartyIDs) GetNestedPartyRole ¶
func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError)
GetNestedPartyRole gets NestedPartyRole, Tag 538
func (NoNestedPartyIDs) GetNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoNestedPartySubIDs gets NoNestedPartySubIDs, Tag 804
func (NoNestedPartyIDs) HasNestedPartyID ¶
func (m NoNestedPartyIDs) HasNestedPartyID() bool
HasNestedPartyID returns true if NestedPartyID is present, Tag 524
func (NoNestedPartyIDs) HasNestedPartyIDSource ¶
func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool
HasNestedPartyIDSource returns true if NestedPartyIDSource is present, Tag 525
func (NoNestedPartyIDs) HasNestedPartyRole ¶
func (m NoNestedPartyIDs) HasNestedPartyRole() bool
HasNestedPartyRole returns true if NestedPartyRole is present, Tag 538
func (NoNestedPartyIDs) HasNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool
HasNoNestedPartySubIDs returns true if NoNestedPartySubIDs is present, Tag 804
func (NoNestedPartyIDs) SetNestedPartyID ¶
func (m NoNestedPartyIDs) SetNestedPartyID(v string)
SetNestedPartyID sets NestedPartyID, Tag 524
func (NoNestedPartyIDs) SetNestedPartyIDSource ¶
func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)
SetNestedPartyIDSource sets NestedPartyIDSource, Tag 525
func (NoNestedPartyIDs) SetNestedPartyRole ¶
func (m NoNestedPartyIDs) SetNestedPartyRole(v int)
SetNestedPartyRole sets NestedPartyRole, Tag 538
func (NoNestedPartyIDs) SetNoNestedPartySubIDs ¶
func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)
SetNoNestedPartySubIDs sets NoNestedPartySubIDs, Tag 804
type NoNestedPartyIDsRepeatingGroup ¶
type NoNestedPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoNestedPartyIDsRepeatingGroup is a repeating group, Tag 539
func NewNoNestedPartyIDsRepeatingGroup ¶
func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup
NewNoNestedPartyIDsRepeatingGroup returns an initialized, NoNestedPartyIDsRepeatingGroup
func (NoNestedPartyIDsRepeatingGroup) Add ¶
func (m NoNestedPartyIDsRepeatingGroup) Add() NoNestedPartyIDs
Add create and append a new NoNestedPartyIDs to this group
func (NoNestedPartyIDsRepeatingGroup) Get ¶
func (m NoNestedPartyIDsRepeatingGroup) Get(i int) NoNestedPartyIDs
Get returns the ith NoNestedPartyIDs in the NoNestedPartyIDsRepeatinGroup
type NoNestedPartySubIDs ¶
NoNestedPartySubIDs is a repeating group element, Tag 804
func (NoNestedPartySubIDs) GetNestedPartySubID ¶
func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError)
GetNestedPartySubID gets NestedPartySubID, Tag 545
func (NoNestedPartySubIDs) GetNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError)
GetNestedPartySubIDType gets NestedPartySubIDType, Tag 805
func (NoNestedPartySubIDs) HasNestedPartySubID ¶
func (m NoNestedPartySubIDs) HasNestedPartySubID() bool
HasNestedPartySubID returns true if NestedPartySubID is present, Tag 545
func (NoNestedPartySubIDs) HasNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool
HasNestedPartySubIDType returns true if NestedPartySubIDType is present, Tag 805
func (NoNestedPartySubIDs) SetNestedPartySubID ¶
func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)
SetNestedPartySubID sets NestedPartySubID, Tag 545
func (NoNestedPartySubIDs) SetNestedPartySubIDType ¶
func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)
SetNestedPartySubIDType sets NestedPartySubIDType, Tag 805
type NoNestedPartySubIDsRepeatingGroup ¶
type NoNestedPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoNestedPartySubIDsRepeatingGroup is a repeating group, Tag 804
func NewNoNestedPartySubIDsRepeatingGroup ¶
func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup
NewNoNestedPartySubIDsRepeatingGroup returns an initialized, NoNestedPartySubIDsRepeatingGroup
func (NoNestedPartySubIDsRepeatingGroup) Add ¶
func (m NoNestedPartySubIDsRepeatingGroup) Add() NoNestedPartySubIDs
Add create and append a new NoNestedPartySubIDs to this group
func (NoNestedPartySubIDsRepeatingGroup) Get ¶
func (m NoNestedPartySubIDsRepeatingGroup) Get(i int) NoNestedPartySubIDs
Get returns the ith NoNestedPartySubIDs in the NoNestedPartySubIDsRepeatinGroup
type NoPartyIDs ¶
NoPartyIDs is a repeating group element, Tag 453
func (NoPartyIDs) GetNoPartySubIDs ¶
func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoPartySubIDs gets NoPartySubIDs, Tag 802
func (NoPartyIDs) GetPartyID ¶
func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)
GetPartyID gets PartyID, Tag 448
func (NoPartyIDs) GetPartyIDSource ¶
func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)
GetPartyIDSource gets PartyIDSource, Tag 447
func (NoPartyIDs) GetPartyRole ¶
func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)
GetPartyRole gets PartyRole, Tag 452
func (NoPartyIDs) HasNoPartySubIDs ¶
func (m NoPartyIDs) HasNoPartySubIDs() bool
HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802
func (NoPartyIDs) HasPartyID ¶
func (m NoPartyIDs) HasPartyID() bool
HasPartyID returns true if PartyID is present, Tag 448
func (NoPartyIDs) HasPartyIDSource ¶
func (m NoPartyIDs) HasPartyIDSource() bool
HasPartyIDSource returns true if PartyIDSource is present, Tag 447
func (NoPartyIDs) HasPartyRole ¶
func (m NoPartyIDs) HasPartyRole() bool
HasPartyRole returns true if PartyRole is present, Tag 452
func (NoPartyIDs) SetNoPartySubIDs ¶
func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)
SetNoPartySubIDs sets NoPartySubIDs, Tag 802
func (NoPartyIDs) SetPartyID ¶
func (m NoPartyIDs) SetPartyID(v string)
SetPartyID sets PartyID, Tag 448
func (NoPartyIDs) SetPartyIDSource ¶
func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)
SetPartyIDSource sets PartyIDSource, Tag 447
func (NoPartyIDs) SetPartyRole ¶
func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)
SetPartyRole sets PartyRole, Tag 452
type NoPartyIDsRepeatingGroup ¶
type NoPartyIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartyIDsRepeatingGroup is a repeating group, Tag 453
func NewNoPartyIDsRepeatingGroup ¶
func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup
NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup
func (NoPartyIDsRepeatingGroup) Add ¶
func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs
Add create and append a new NoPartyIDs to this group
func (NoPartyIDsRepeatingGroup) Get ¶
func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs
Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup
type NoPartySubIDs ¶
NoPartySubIDs is a repeating group element, Tag 802
func (NoPartySubIDs) GetPartySubID ¶
func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)
GetPartySubID gets PartySubID, Tag 523
func (NoPartySubIDs) GetPartySubIDType ¶
func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)
GetPartySubIDType gets PartySubIDType, Tag 803
func (NoPartySubIDs) HasPartySubID ¶
func (m NoPartySubIDs) HasPartySubID() bool
HasPartySubID returns true if PartySubID is present, Tag 523
func (NoPartySubIDs) HasPartySubIDType ¶
func (m NoPartySubIDs) HasPartySubIDType() bool
HasPartySubIDType returns true if PartySubIDType is present, Tag 803
func (NoPartySubIDs) SetPartySubID ¶
func (m NoPartySubIDs) SetPartySubID(v string)
SetPartySubID sets PartySubID, Tag 523
func (NoPartySubIDs) SetPartySubIDType ¶
func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)
SetPartySubIDType sets PartySubIDType, Tag 803
type NoPartySubIDsRepeatingGroup ¶
type NoPartySubIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPartySubIDsRepeatingGroup is a repeating group, Tag 802
func NewNoPartySubIDsRepeatingGroup ¶
func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup
NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup
func (NoPartySubIDsRepeatingGroup) Add ¶
func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs
Add create and append a new NoPartySubIDs to this group
func (NoPartySubIDsRepeatingGroup) Get ¶
func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs
Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup
type NoPositions ¶
NoPositions is a repeating group element, Tag 702
func (NoPositions) GetLongQty ¶
func (m NoPositions) GetLongQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetLongQty gets LongQty, Tag 704
func (NoPositions) GetNoNestedPartyIDs ¶
func (m NoPositions) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoNestedPartyIDs gets NoNestedPartyIDs, Tag 539
func (NoPositions) GetPosQtyStatus ¶
func (m NoPositions) GetPosQtyStatus() (v enum.PosQtyStatus, err quickfix.MessageRejectError)
GetPosQtyStatus gets PosQtyStatus, Tag 706
func (NoPositions) GetPosType ¶
func (m NoPositions) GetPosType() (v enum.PosType, err quickfix.MessageRejectError)
GetPosType gets PosType, Tag 703
func (NoPositions) GetQuantityDate ¶
func (m NoPositions) GetQuantityDate() (v string, err quickfix.MessageRejectError)
GetQuantityDate gets QuantityDate, Tag 976
func (NoPositions) GetShortQty ¶
func (m NoPositions) GetShortQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetShortQty gets ShortQty, Tag 705
func (NoPositions) HasLongQty ¶
func (m NoPositions) HasLongQty() bool
HasLongQty returns true if LongQty is present, Tag 704
func (NoPositions) HasNoNestedPartyIDs ¶
func (m NoPositions) HasNoNestedPartyIDs() bool
HasNoNestedPartyIDs returns true if NoNestedPartyIDs is present, Tag 539
func (NoPositions) HasPosQtyStatus ¶
func (m NoPositions) HasPosQtyStatus() bool
HasPosQtyStatus returns true if PosQtyStatus is present, Tag 706
func (NoPositions) HasPosType ¶
func (m NoPositions) HasPosType() bool
HasPosType returns true if PosType is present, Tag 703
func (NoPositions) HasQuantityDate ¶
func (m NoPositions) HasQuantityDate() bool
HasQuantityDate returns true if QuantityDate is present, Tag 976
func (NoPositions) HasShortQty ¶
func (m NoPositions) HasShortQty() bool
HasShortQty returns true if ShortQty is present, Tag 705
func (NoPositions) SetLongQty ¶
func (m NoPositions) SetLongQty(value decimal.Decimal, scale int32)
SetLongQty sets LongQty, Tag 704
func (NoPositions) SetNoNestedPartyIDs ¶
func (m NoPositions) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)
SetNoNestedPartyIDs sets NoNestedPartyIDs, Tag 539
func (NoPositions) SetPosQtyStatus ¶
func (m NoPositions) SetPosQtyStatus(v enum.PosQtyStatus)
SetPosQtyStatus sets PosQtyStatus, Tag 706
func (NoPositions) SetPosType ¶
func (m NoPositions) SetPosType(v enum.PosType)
SetPosType sets PosType, Tag 703
func (NoPositions) SetQuantityDate ¶
func (m NoPositions) SetQuantityDate(v string)
SetQuantityDate sets QuantityDate, Tag 976
func (NoPositions) SetShortQty ¶
func (m NoPositions) SetShortQty(value decimal.Decimal, scale int32)
SetShortQty sets ShortQty, Tag 705
type NoPositionsRepeatingGroup ¶
type NoPositionsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoPositionsRepeatingGroup is a repeating group, Tag 702
func NewNoPositionsRepeatingGroup ¶
func NewNoPositionsRepeatingGroup() NoPositionsRepeatingGroup
NewNoPositionsRepeatingGroup returns an initialized, NoPositionsRepeatingGroup
func (NoPositionsRepeatingGroup) Add ¶
func (m NoPositionsRepeatingGroup) Add() NoPositions
Add create and append a new NoPositions to this group
func (NoPositionsRepeatingGroup) Get ¶
func (m NoPositionsRepeatingGroup) Get(i int) NoPositions
Get returns the ith NoPositions in the NoPositionsRepeatinGroup
type NoRelatedSym ¶
NoRelatedSym is a repeating group element, Tag 146
func (NoRelatedSym) GetAttachmentPoint ¶
func (m NoRelatedSym) GetAttachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError)
GetAttachmentPoint gets AttachmentPoint, Tag 1457
func (NoRelatedSym) GetCFICode ¶
func (m NoRelatedSym) GetCFICode() (v string, err quickfix.MessageRejectError)
GetCFICode gets CFICode, Tag 461
func (NoRelatedSym) GetCPProgram ¶
func (m NoRelatedSym) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)
GetCPProgram gets CPProgram, Tag 875
func (NoRelatedSym) GetCPRegType ¶
func (m NoRelatedSym) GetCPRegType() (v string, err quickfix.MessageRejectError)
GetCPRegType gets CPRegType, Tag 876
func (NoRelatedSym) GetCapPrice ¶
func (m NoRelatedSym) GetCapPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCapPrice gets CapPrice, Tag 1199
func (NoRelatedSym) GetContractMultiplier ¶
func (m NoRelatedSym) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetContractMultiplier gets ContractMultiplier, Tag 231
func (NoRelatedSym) GetContractMultiplierUnit ¶
func (m NoRelatedSym) GetContractMultiplierUnit() (v enum.ContractMultiplierUnit, err quickfix.MessageRejectError)
GetContractMultiplierUnit gets ContractMultiplierUnit, Tag 1435
func (NoRelatedSym) GetContractSettlMonth ¶
func (m NoRelatedSym) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)
GetContractSettlMonth gets ContractSettlMonth, Tag 667
func (NoRelatedSym) GetCountryOfIssue ¶
func (m NoRelatedSym) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)
GetCountryOfIssue gets CountryOfIssue, Tag 470
func (NoRelatedSym) GetCouponPaymentDate ¶
func (m NoRelatedSym) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)
GetCouponPaymentDate gets CouponPaymentDate, Tag 224
func (NoRelatedSym) GetCouponRate ¶
func (m NoRelatedSym) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetCouponRate gets CouponRate, Tag 223
func (NoRelatedSym) GetCreditRating ¶
func (m NoRelatedSym) GetCreditRating() (v string, err quickfix.MessageRejectError)
GetCreditRating gets CreditRating, Tag 255
func (NoRelatedSym) GetDatedDate ¶
func (m NoRelatedSym) GetDatedDate() (v string, err quickfix.MessageRejectError)
GetDatedDate gets DatedDate, Tag 873
func (NoRelatedSym) GetDetachmentPoint ¶
func (m NoRelatedSym) GetDetachmentPoint() (v decimal.Decimal, err quickfix.MessageRejectError)
GetDetachmentPoint gets DetachmentPoint, Tag 1458
func (NoRelatedSym) GetEncodedIssuer ¶
func (m NoRelatedSym) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)
GetEncodedIssuer gets EncodedIssuer, Tag 349
func (NoRelatedSym) GetEncodedIssuerLen ¶
func (m NoRelatedSym) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)
GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348
func (NoRelatedSym) GetEncodedSecurityDesc ¶
func (m NoRelatedSym) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)
GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351
func (NoRelatedSym) GetEncodedSecurityDescLen ¶
func (m NoRelatedSym) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)
GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350
func (NoRelatedSym) GetExerciseStyle ¶
func (m NoRelatedSym) GetExerciseStyle() (v enum.ExerciseStyle, err quickfix.MessageRejectError)
GetExerciseStyle gets ExerciseStyle, Tag 1194
func (NoRelatedSym) GetFactor ¶
func (m NoRelatedSym) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFactor gets Factor, Tag 228
func (NoRelatedSym) GetFlexProductEligibilityIndicator ¶
func (m NoRelatedSym) GetFlexProductEligibilityIndicator() (v bool, err quickfix.MessageRejectError)
GetFlexProductEligibilityIndicator gets FlexProductEligibilityIndicator, Tag 1242
func (NoRelatedSym) GetFlexibleIndicator ¶
func (m NoRelatedSym) GetFlexibleIndicator() (v bool, err quickfix.MessageRejectError)
GetFlexibleIndicator gets FlexibleIndicator, Tag 1244
func (NoRelatedSym) GetFloorPrice ¶
func (m NoRelatedSym) GetFloorPrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetFloorPrice gets FloorPrice, Tag 1200
func (NoRelatedSym) GetFlowScheduleType ¶
func (m NoRelatedSym) GetFlowScheduleType() (v enum.FlowScheduleType, err quickfix.MessageRejectError)
GetFlowScheduleType gets FlowScheduleType, Tag 1439
func (NoRelatedSym) GetInstrRegistry ¶
func (m NoRelatedSym) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)
GetInstrRegistry gets InstrRegistry, Tag 543
func (NoRelatedSym) GetInstrmtAssignmentMethod ¶
func (m NoRelatedSym) GetInstrmtAssignmentMethod() (v string, err quickfix.MessageRejectError)
GetInstrmtAssignmentMethod gets InstrmtAssignmentMethod, Tag 1049
func (NoRelatedSym) GetInterestAccrualDate ¶
func (m NoRelatedSym) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)
GetInterestAccrualDate gets InterestAccrualDate, Tag 874
func (NoRelatedSym) GetIssueDate ¶
func (m NoRelatedSym) GetIssueDate() (v string, err quickfix.MessageRejectError)
GetIssueDate gets IssueDate, Tag 225
func (NoRelatedSym) GetIssuer ¶
func (m NoRelatedSym) GetIssuer() (v string, err quickfix.MessageRejectError)
GetIssuer gets Issuer, Tag 106
func (NoRelatedSym) GetListMethod ¶
func (m NoRelatedSym) GetListMethod() (v enum.ListMethod, err quickfix.MessageRejectError)
GetListMethod gets ListMethod, Tag 1198
func (NoRelatedSym) GetLocaleOfIssue ¶
func (m NoRelatedSym) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)
GetLocaleOfIssue gets LocaleOfIssue, Tag 472
func (NoRelatedSym) GetMaturityDate ¶
func (m NoRelatedSym) GetMaturityDate() (v string, err quickfix.MessageRejectError)
GetMaturityDate gets MaturityDate, Tag 541
func (NoRelatedSym) GetMaturityMonthYear ¶
func (m NoRelatedSym) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)
GetMaturityMonthYear gets MaturityMonthYear, Tag 200
func (NoRelatedSym) GetMaturityTime ¶
func (m NoRelatedSym) GetMaturityTime() (v string, err quickfix.MessageRejectError)
GetMaturityTime gets MaturityTime, Tag 1079
func (NoRelatedSym) GetMinPriceIncrement ¶
func (m NoRelatedSym) GetMinPriceIncrement() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMinPriceIncrement gets MinPriceIncrement, Tag 969
func (NoRelatedSym) GetMinPriceIncrementAmount ¶
func (m NoRelatedSym) GetMinPriceIncrementAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetMinPriceIncrementAmount gets MinPriceIncrementAmount, Tag 1146
func (NoRelatedSym) GetNTPositionLimit ¶
func (m NoRelatedSym) GetNTPositionLimit() (v int, err quickfix.MessageRejectError)
GetNTPositionLimit gets NTPositionLimit, Tag 971
func (NoRelatedSym) GetNoComplexEvents ¶
func (m NoRelatedSym) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError)
GetNoComplexEvents gets NoComplexEvents, Tag 1483
func (NoRelatedSym) GetNoEvents ¶
func (m NoRelatedSym) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)
GetNoEvents gets NoEvents, Tag 864
func (NoRelatedSym) GetNoInstrumentParties ¶
func (m NoRelatedSym) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError)
GetNoInstrumentParties gets NoInstrumentParties, Tag 1018
func (NoRelatedSym) GetNoSecurityAltID ¶
func (m NoRelatedSym) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)
GetNoSecurityAltID gets NoSecurityAltID, Tag 454
func (NoRelatedSym) GetNotionalPercentageOutstanding ¶
func (m NoRelatedSym) GetNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError)
GetNotionalPercentageOutstanding gets NotionalPercentageOutstanding, Tag 1451
func (NoRelatedSym) GetOptAttribute ¶
func (m NoRelatedSym) GetOptAttribute() (v string, err quickfix.MessageRejectError)
GetOptAttribute gets OptAttribute, Tag 206
func (NoRelatedSym) GetOptPayoutAmount ¶
func (m NoRelatedSym) GetOptPayoutAmount() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOptPayoutAmount gets OptPayoutAmount, Tag 1195
func (NoRelatedSym) GetOptPayoutType ¶
func (m NoRelatedSym) GetOptPayoutType() (v enum.OptPayoutType, err quickfix.MessageRejectError)
GetOptPayoutType gets OptPayoutType, Tag 1482
func (NoRelatedSym) GetOriginalNotionalPercentageOutstanding ¶
func (m NoRelatedSym) GetOriginalNotionalPercentageOutstanding() (v decimal.Decimal, err quickfix.MessageRejectError)
GetOriginalNotionalPercentageOutstanding gets OriginalNotionalPercentageOutstanding, Tag 1452
func (NoRelatedSym) GetPool ¶
func (m NoRelatedSym) GetPool() (v string, err quickfix.MessageRejectError)
GetPool gets Pool, Tag 691
func (NoRelatedSym) GetPositionLimit ¶
func (m NoRelatedSym) GetPositionLimit() (v int, err quickfix.MessageRejectError)
GetPositionLimit gets PositionLimit, Tag 970
func (NoRelatedSym) GetPriceQuoteMethod ¶
func (m NoRelatedSym) GetPriceQuoteMethod() (v enum.PriceQuoteMethod, err quickfix.MessageRejectError)
GetPriceQuoteMethod gets PriceQuoteMethod, Tag 1196
func (NoRelatedSym) GetPriceUnitOfMeasure ¶
func (m NoRelatedSym) GetPriceUnitOfMeasure() (v string, err quickfix.MessageRejectError)
GetPriceUnitOfMeasure gets PriceUnitOfMeasure, Tag 1191
func (NoRelatedSym) GetPriceUnitOfMeasureQty ¶
func (m NoRelatedSym) GetPriceUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetPriceUnitOfMeasureQty gets PriceUnitOfMeasureQty, Tag 1192
func (NoRelatedSym) GetProduct ¶
func (m NoRelatedSym) GetProduct() (v enum.Product, err quickfix.MessageRejectError)
GetProduct gets Product, Tag 460
func (NoRelatedSym) GetProductComplex ¶
func (m NoRelatedSym) GetProductComplex() (v string, err quickfix.MessageRejectError)
GetProductComplex gets ProductComplex, Tag 1227
func (NoRelatedSym) GetPutOrCall ¶
func (m NoRelatedSym) GetPutOrCall() (v enum.PutOrCall, err quickfix.MessageRejectError)
GetPutOrCall gets PutOrCall, Tag 201
func (NoRelatedSym) GetRedemptionDate ¶
func (m NoRelatedSym) GetRedemptionDate() (v string, err quickfix.MessageRejectError)
GetRedemptionDate gets RedemptionDate, Tag 240
func (NoRelatedSym) GetRepoCollateralSecurityType ¶
func (m NoRelatedSym) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)
GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239
func (NoRelatedSym) GetRepurchaseRate ¶
func (m NoRelatedSym) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)
GetRepurchaseRate gets RepurchaseRate, Tag 227
func (NoRelatedSym) GetRepurchaseTerm ¶
func (m NoRelatedSym) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)
GetRepurchaseTerm gets RepurchaseTerm, Tag 226
func (NoRelatedSym) GetRestructuringType ¶
func (m NoRelatedSym) GetRestructuringType() (v enum.RestructuringType, err quickfix.MessageRejectError)
GetRestructuringType gets RestructuringType, Tag 1449
func (NoRelatedSym) GetSecurityDesc ¶
func (m NoRelatedSym) GetSecurityDesc() (v string, err quickfix.MessageRejectError)
GetSecurityDesc gets SecurityDesc, Tag 107
func (NoRelatedSym) GetSecurityExchange ¶
func (m NoRelatedSym) GetSecurityExchange() (v string, err quickfix.MessageRejectError)
GetSecurityExchange gets SecurityExchange, Tag 207
func (NoRelatedSym) GetSecurityGroup ¶
func (m NoRelatedSym) GetSecurityGroup() (v string, err quickfix.MessageRejectError)
GetSecurityGroup gets SecurityGroup, Tag 1151
func (NoRelatedSym) GetSecurityID ¶
func (m NoRelatedSym) GetSecurityID() (v string, err quickfix.MessageRejectError)
GetSecurityID gets SecurityID, Tag 48
func (NoRelatedSym) GetSecurityIDSource ¶
func (m NoRelatedSym) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)
GetSecurityIDSource gets SecurityIDSource, Tag 22
func (NoRelatedSym) GetSecurityStatus ¶
func (m NoRelatedSym) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError)
GetSecurityStatus gets SecurityStatus, Tag 965
func (NoRelatedSym) GetSecuritySubType ¶
func (m NoRelatedSym) GetSecuritySubType() (v string, err quickfix.MessageRejectError)
GetSecuritySubType gets SecuritySubType, Tag 762
func (NoRelatedSym) GetSecurityType ¶
func (m NoRelatedSym) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)
GetSecurityType gets SecurityType, Tag 167
func (NoRelatedSym) GetSecurityXML ¶
func (m NoRelatedSym) GetSecurityXML() (v string, err quickfix.MessageRejectError)
GetSecurityXML gets SecurityXML, Tag 1185
func (NoRelatedSym) GetSecurityXMLLen ¶
func (m NoRelatedSym) GetSecurityXMLLen() (v int, err quickfix.MessageRejectError)
GetSecurityXMLLen gets SecurityXMLLen, Tag 1184
func (NoRelatedSym) GetSecurityXMLSchema ¶
func (m NoRelatedSym) GetSecurityXMLSchema() (v string, err quickfix.MessageRejectError)
GetSecurityXMLSchema gets SecurityXMLSchema, Tag 1186
func (NoRelatedSym) GetSeniority ¶
func (m NoRelatedSym) GetSeniority() (v enum.Seniority, err quickfix.MessageRejectError)
GetSeniority gets Seniority, Tag 1450
func (NoRelatedSym) GetSettlMethod ¶
func (m NoRelatedSym) GetSettlMethod() (v enum.SettlMethod, err quickfix.MessageRejectError)
GetSettlMethod gets SettlMethod, Tag 1193
func (NoRelatedSym) GetSettleOnOpenFlag ¶
func (m NoRelatedSym) GetSettleOnOpenFlag() (v string, err quickfix.MessageRejectError)
GetSettleOnOpenFlag gets SettleOnOpenFlag, Tag 966
func (NoRelatedSym) GetStateOrProvinceOfIssue ¶
func (m NoRelatedSym) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)
GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471
func (NoRelatedSym) GetStrikeCurrency ¶
func (m NoRelatedSym) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)
GetStrikeCurrency gets StrikeCurrency, Tag 947
func (NoRelatedSym) GetStrikeMultiplier ¶
func (m NoRelatedSym) GetStrikeMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikeMultiplier gets StrikeMultiplier, Tag 967
func (NoRelatedSym) GetStrikePrice ¶
func (m NoRelatedSym) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePrice gets StrikePrice, Tag 202
func (NoRelatedSym) GetStrikePriceBoundaryMethod ¶
func (m NoRelatedSym) GetStrikePriceBoundaryMethod() (v enum.StrikePriceBoundaryMethod, err quickfix.MessageRejectError)
GetStrikePriceBoundaryMethod gets StrikePriceBoundaryMethod, Tag 1479
func (NoRelatedSym) GetStrikePriceBoundaryPrecision ¶
func (m NoRelatedSym) GetStrikePriceBoundaryPrecision() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikePriceBoundaryPrecision gets StrikePriceBoundaryPrecision, Tag 1480
func (NoRelatedSym) GetStrikePriceDeterminationMethod ¶
func (m NoRelatedSym) GetStrikePriceDeterminationMethod() (v enum.StrikePriceDeterminationMethod, err quickfix.MessageRejectError)
GetStrikePriceDeterminationMethod gets StrikePriceDeterminationMethod, Tag 1478
func (NoRelatedSym) GetStrikeValue ¶
func (m NoRelatedSym) GetStrikeValue() (v decimal.Decimal, err quickfix.MessageRejectError)
GetStrikeValue gets StrikeValue, Tag 968
func (NoRelatedSym) GetSymbol ¶
func (m NoRelatedSym) GetSymbol() (v string, err quickfix.MessageRejectError)
GetSymbol gets Symbol, Tag 55
func (NoRelatedSym) GetSymbolSfx ¶
func (m NoRelatedSym) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)
GetSymbolSfx gets SymbolSfx, Tag 65
func (NoRelatedSym) GetTimeUnit ¶
func (m NoRelatedSym) GetTimeUnit() (v enum.TimeUnit, err quickfix.MessageRejectError)
GetTimeUnit gets TimeUnit, Tag 997
func (NoRelatedSym) GetUnderlyingPriceDeterminationMethod ¶
func (m NoRelatedSym) GetUnderlyingPriceDeterminationMethod() (v enum.UnderlyingPriceDeterminationMethod, err quickfix.MessageRejectError)
GetUnderlyingPriceDeterminationMethod gets UnderlyingPriceDeterminationMethod, Tag 1481
func (NoRelatedSym) GetUnitOfMeasure ¶
func (m NoRelatedSym) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError)
GetUnitOfMeasure gets UnitOfMeasure, Tag 996
func (NoRelatedSym) GetUnitOfMeasureQty ¶
func (m NoRelatedSym) GetUnitOfMeasureQty() (v decimal.Decimal, err quickfix.MessageRejectError)
GetUnitOfMeasureQty gets UnitOfMeasureQty, Tag 1147
func (NoRelatedSym) GetValuationMethod ¶
func (m NoRelatedSym) GetValuationMethod() (v enum.ValuationMethod, err quickfix.MessageRejectError)
GetValuationMethod gets ValuationMethod, Tag 1197
func (NoRelatedSym) HasAttachmentPoint ¶
func (m NoRelatedSym) HasAttachmentPoint() bool
HasAttachmentPoint returns true if AttachmentPoint is present, Tag 1457
func (NoRelatedSym) HasCFICode ¶
func (m NoRelatedSym) HasCFICode() bool
HasCFICode returns true if CFICode is present, Tag 461
func (NoRelatedSym) HasCPProgram ¶
func (m NoRelatedSym) HasCPProgram() bool
HasCPProgram returns true if CPProgram is present, Tag 875
func (NoRelatedSym) HasCPRegType ¶
func (m NoRelatedSym) HasCPRegType() bool
HasCPRegType returns true if CPRegType is present, Tag 876
func (NoRelatedSym) HasCapPrice ¶
func (m NoRelatedSym) HasCapPrice() bool
HasCapPrice returns true if CapPrice is present, Tag 1199
func (NoRelatedSym) HasContractMultiplier ¶
func (m NoRelatedSym) HasContractMultiplier() bool
HasContractMultiplier returns true if ContractMultiplier is present, Tag 231
func (NoRelatedSym) HasContractMultiplierUnit ¶
func (m NoRelatedSym) HasContractMultiplierUnit() bool
HasContractMultiplierUnit returns true if ContractMultiplierUnit is present, Tag 1435
func (NoRelatedSym) HasContractSettlMonth ¶
func (m NoRelatedSym) HasContractSettlMonth() bool
HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667
func (NoRelatedSym) HasCountryOfIssue ¶
func (m NoRelatedSym) HasCountryOfIssue() bool
HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470
func (NoRelatedSym) HasCouponPaymentDate ¶
func (m NoRelatedSym) HasCouponPaymentDate() bool
HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224
func (NoRelatedSym) HasCouponRate ¶
func (m NoRelatedSym) HasCouponRate() bool
HasCouponRate returns true if CouponRate is present, Tag 223
func (NoRelatedSym) HasCreditRating ¶
func (m NoRelatedSym) HasCreditRating() bool
HasCreditRating returns true if CreditRating is present, Tag 255
func (NoRelatedSym) HasDatedDate ¶
func (m NoRelatedSym) HasDatedDate() bool
HasDatedDate returns true if DatedDate is present, Tag 873
func (NoRelatedSym) HasDetachmentPoint ¶
func (m NoRelatedSym) HasDetachmentPoint() bool
HasDetachmentPoint returns true if DetachmentPoint is present, Tag 1458
func (NoRelatedSym) HasEncodedIssuer ¶
func (m NoRelatedSym) HasEncodedIssuer() bool
HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349
func (NoRelatedSym) HasEncodedIssuerLen ¶
func (m NoRelatedSym) HasEncodedIssuerLen() bool
HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348
func (NoRelatedSym) HasEncodedSecurityDesc ¶
func (m NoRelatedSym) HasEncodedSecurityDesc() bool
HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351
func (NoRelatedSym) HasEncodedSecurityDescLen ¶
func (m NoRelatedSym) HasEncodedSecurityDescLen() bool
HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350
func (NoRelatedSym) HasExerciseStyle ¶
func (m NoRelatedSym) HasExerciseStyle() bool
HasExerciseStyle returns true if ExerciseStyle is present, Tag 1194
func (NoRelatedSym) HasFactor ¶
func (m NoRelatedSym) HasFactor() bool
HasFactor returns true if Factor is present, Tag 228
func (NoRelatedSym) HasFlexProductEligibilityIndicator ¶
func (m NoRelatedSym) HasFlexProductEligibilityIndicator() bool
HasFlexProductEligibilityIndicator returns true if FlexProductEligibilityIndicator is present, Tag 1242
func (NoRelatedSym) HasFlexibleIndicator ¶
func (m NoRelatedSym) HasFlexibleIndicator() bool
HasFlexibleIndicator returns true if FlexibleIndicator is present, Tag 1244
func (NoRelatedSym) HasFloorPrice ¶
func (m NoRelatedSym) HasFloorPrice() bool
HasFloorPrice returns true if FloorPrice is present, Tag 1200
func (NoRelatedSym) HasFlowScheduleType ¶
func (m NoRelatedSym) HasFlowScheduleType() bool
HasFlowScheduleType returns true if FlowScheduleType is present, Tag 1439
func (NoRelatedSym) HasInstrRegistry ¶
func (m NoRelatedSym) HasInstrRegistry() bool
HasInstrRegistry returns true if InstrRegistry is present, Tag 543
func (NoRelatedSym) HasInstrmtAssignmentMethod ¶
func (m NoRelatedSym) HasInstrmtAssignmentMethod() bool
HasInstrmtAssignmentMethod returns true if InstrmtAssignmentMethod is present, Tag 1049
func (NoRelatedSym) HasInterestAccrualDate ¶
func (m NoRelatedSym) HasInterestAccrualDate() bool
HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874
func (NoRelatedSym) HasIssueDate ¶
func (m NoRelatedSym) HasIssueDate() bool
HasIssueDate returns true if IssueDate is present, Tag 225
func (NoRelatedSym) HasIssuer ¶
func (m NoRelatedSym) HasIssuer() bool
HasIssuer returns true if Issuer is present, Tag 106
func (NoRelatedSym) HasListMethod ¶
func (m NoRelatedSym) HasListMethod() bool
HasListMethod returns true if ListMethod is present, Tag 1198
func (NoRelatedSym) HasLocaleOfIssue ¶
func (m NoRelatedSym) HasLocaleOfIssue() bool
HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472
func (NoRelatedSym) HasMaturityDate ¶
func (m NoRelatedSym) HasMaturityDate() bool
HasMaturityDate returns true if MaturityDate is present, Tag 541
func (NoRelatedSym) HasMaturityMonthYear ¶
func (m NoRelatedSym) HasMaturityMonthYear() bool
HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200
func (NoRelatedSym) HasMaturityTime ¶
func (m NoRelatedSym) HasMaturityTime() bool
HasMaturityTime returns true if MaturityTime is present, Tag 1079
func (NoRelatedSym) HasMinPriceIncrement ¶
func (m NoRelatedSym) HasMinPriceIncrement() bool
HasMinPriceIncrement returns true if MinPriceIncrement is present, Tag 969
func (NoRelatedSym) HasMinPriceIncrementAmount ¶
func (m NoRelatedSym) HasMinPriceIncrementAmount() bool
HasMinPriceIncrementAmount returns true if MinPriceIncrementAmount is present, Tag 1146
func (NoRelatedSym) HasNTPositionLimit ¶
func (m NoRelatedSym) HasNTPositionLimit() bool
HasNTPositionLimit returns true if NTPositionLimit is present, Tag 971
func (NoRelatedSym) HasNoComplexEvents ¶
func (m NoRelatedSym) HasNoComplexEvents() bool
HasNoComplexEvents returns true if NoComplexEvents is present, Tag 1483
func (NoRelatedSym) HasNoEvents ¶
func (m NoRelatedSym) HasNoEvents() bool
HasNoEvents returns true if NoEvents is present, Tag 864
func (NoRelatedSym) HasNoInstrumentParties ¶
func (m NoRelatedSym) HasNoInstrumentParties() bool
HasNoInstrumentParties returns true if NoInstrumentParties is present, Tag 1018
func (NoRelatedSym) HasNoSecurityAltID ¶
func (m NoRelatedSym) HasNoSecurityAltID() bool
HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454
func (NoRelatedSym) HasNotionalPercentageOutstanding ¶
func (m NoRelatedSym) HasNotionalPercentageOutstanding() bool
HasNotionalPercentageOutstanding returns true if NotionalPercentageOutstanding is present, Tag 1451
func (NoRelatedSym) HasOptAttribute ¶
func (m NoRelatedSym) HasOptAttribute() bool
HasOptAttribute returns true if OptAttribute is present, Tag 206
func (NoRelatedSym) HasOptPayoutAmount ¶
func (m NoRelatedSym) HasOptPayoutAmount() bool
HasOptPayoutAmount returns true if OptPayoutAmount is present, Tag 1195
func (NoRelatedSym) HasOptPayoutType ¶
func (m NoRelatedSym) HasOptPayoutType() bool
HasOptPayoutType returns true if OptPayoutType is present, Tag 1482
func (NoRelatedSym) HasOriginalNotionalPercentageOutstanding ¶
func (m NoRelatedSym) HasOriginalNotionalPercentageOutstanding() bool
HasOriginalNotionalPercentageOutstanding returns true if OriginalNotionalPercentageOutstanding is present, Tag 1452
func (NoRelatedSym) HasPool ¶
func (m NoRelatedSym) HasPool() bool
HasPool returns true if Pool is present, Tag 691
func (NoRelatedSym) HasPositionLimit ¶
func (m NoRelatedSym) HasPositionLimit() bool
HasPositionLimit returns true if PositionLimit is present, Tag 970
func (NoRelatedSym) HasPriceQuoteMethod ¶
func (m NoRelatedSym) HasPriceQuoteMethod() bool
HasPriceQuoteMethod returns true if PriceQuoteMethod is present, Tag 1196
func (NoRelatedSym) HasPriceUnitOfMeasure ¶
func (m NoRelatedSym) HasPriceUnitOfMeasure() bool
HasPriceUnitOfMeasure returns true if PriceUnitOfMeasure is present, Tag 1191
func (NoRelatedSym) HasPriceUnitOfMeasureQty ¶
func (m NoRelatedSym) HasPriceUnitOfMeasureQty() bool
HasPriceUnitOfMeasureQty returns true if PriceUnitOfMeasureQty is present, Tag 1192
func (NoRelatedSym) HasProduct ¶
func (m NoRelatedSym) HasProduct() bool
HasProduct returns true if Product is present, Tag 460
func (NoRelatedSym) HasProductComplex ¶
func (m NoRelatedSym) HasProductComplex() bool
HasProductComplex returns true if ProductComplex is present, Tag 1227
func (NoRelatedSym) HasPutOrCall ¶
func (m NoRelatedSym) HasPutOrCall() bool
HasPutOrCall returns true if PutOrCall is present, Tag 201
func (NoRelatedSym) HasRedemptionDate ¶
func (m NoRelatedSym) HasRedemptionDate() bool
HasRedemptionDate returns true if RedemptionDate is present, Tag 240
func (NoRelatedSym) HasRepoCollateralSecurityType ¶
func (m NoRelatedSym) HasRepoCollateralSecurityType() bool
HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239
func (NoRelatedSym) HasRepurchaseRate ¶
func (m NoRelatedSym) HasRepurchaseRate() bool
HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227
func (NoRelatedSym) HasRepurchaseTerm ¶
func (m NoRelatedSym) HasRepurchaseTerm() bool
HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226
func (NoRelatedSym) HasRestructuringType ¶
func (m NoRelatedSym) HasRestructuringType() bool
HasRestructuringType returns true if RestructuringType is present, Tag 1449
func (NoRelatedSym) HasSecurityDesc ¶
func (m NoRelatedSym) HasSecurityDesc() bool
HasSecurityDesc returns true if SecurityDesc is present, Tag 107
func (NoRelatedSym) HasSecurityExchange ¶
func (m NoRelatedSym) HasSecurityExchange() bool
HasSecurityExchange returns true if SecurityExchange is present, Tag 207
func (NoRelatedSym) HasSecurityGroup ¶
func (m NoRelatedSym) HasSecurityGroup() bool
HasSecurityGroup returns true if SecurityGroup is present, Tag 1151
func (NoRelatedSym) HasSecurityID ¶
func (m NoRelatedSym) HasSecurityID() bool
HasSecurityID returns true if SecurityID is present, Tag 48
func (NoRelatedSym) HasSecurityIDSource ¶
func (m NoRelatedSym) HasSecurityIDSource() bool
HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22
func (NoRelatedSym) HasSecurityStatus ¶
func (m NoRelatedSym) HasSecurityStatus() bool
HasSecurityStatus returns true if SecurityStatus is present, Tag 965
func (NoRelatedSym) HasSecuritySubType ¶
func (m NoRelatedSym) HasSecuritySubType() bool
HasSecuritySubType returns true if SecuritySubType is present, Tag 762
func (NoRelatedSym) HasSecurityType ¶
func (m NoRelatedSym) HasSecurityType() bool
HasSecurityType returns true if SecurityType is present, Tag 167
func (NoRelatedSym) HasSecurityXML ¶
func (m NoRelatedSym) HasSecurityXML() bool
HasSecurityXML returns true if SecurityXML is present, Tag 1185
func (NoRelatedSym) HasSecurityXMLLen ¶
func (m NoRelatedSym) HasSecurityXMLLen() bool
HasSecurityXMLLen returns true if SecurityXMLLen is present, Tag 1184
func (NoRelatedSym) HasSecurityXMLSchema ¶
func (m NoRelatedSym) HasSecurityXMLSchema() bool
HasSecurityXMLSchema returns true if SecurityXMLSchema is present, Tag 1186
func (NoRelatedSym) HasSeniority ¶
func (m NoRelatedSym) HasSeniority() bool
HasSeniority returns true if Seniority is present, Tag 1450
func (NoRelatedSym) HasSettlMethod ¶
func (m NoRelatedSym) HasSettlMethod() bool
HasSettlMethod returns true if SettlMethod is present, Tag 1193
func (NoRelatedSym) HasSettleOnOpenFlag ¶
func (m NoRelatedSym) HasSettleOnOpenFlag() bool
HasSettleOnOpenFlag returns true if SettleOnOpenFlag is present, Tag 966
func (NoRelatedSym) HasStateOrProvinceOfIssue ¶
func (m NoRelatedSym) HasStateOrProvinceOfIssue() bool
HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471
func (NoRelatedSym) HasStrikeCurrency ¶
func (m NoRelatedSym) HasStrikeCurrency() bool
HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947
func (NoRelatedSym) HasStrikeMultiplier ¶
func (m NoRelatedSym) HasStrikeMultiplier() bool
HasStrikeMultiplier returns true if StrikeMultiplier is present, Tag 967
func (NoRelatedSym) HasStrikePrice ¶
func (m NoRelatedSym) HasStrikePrice() bool
HasStrikePrice returns true if StrikePrice is present, Tag 202
func (NoRelatedSym) HasStrikePriceBoundaryMethod ¶
func (m NoRelatedSym) HasStrikePriceBoundaryMethod() bool
HasStrikePriceBoundaryMethod returns true if StrikePriceBoundaryMethod is present, Tag 1479
func (NoRelatedSym) HasStrikePriceBoundaryPrecision ¶
func (m NoRelatedSym) HasStrikePriceBoundaryPrecision() bool
HasStrikePriceBoundaryPrecision returns true if StrikePriceBoundaryPrecision is present, Tag 1480
func (NoRelatedSym) HasStrikePriceDeterminationMethod ¶
func (m NoRelatedSym) HasStrikePriceDeterminationMethod() bool
HasStrikePriceDeterminationMethod returns true if StrikePriceDeterminationMethod is present, Tag 1478
func (NoRelatedSym) HasStrikeValue ¶
func (m NoRelatedSym) HasStrikeValue() bool
HasStrikeValue returns true if StrikeValue is present, Tag 968
func (NoRelatedSym) HasSymbol ¶
func (m NoRelatedSym) HasSymbol() bool
HasSymbol returns true if Symbol is present, Tag 55
func (NoRelatedSym) HasSymbolSfx ¶
func (m NoRelatedSym) HasSymbolSfx() bool
HasSymbolSfx returns true if SymbolSfx is present, Tag 65
func (NoRelatedSym) HasTimeUnit ¶
func (m NoRelatedSym) HasTimeUnit() bool
HasTimeUnit returns true if TimeUnit is present, Tag 997
func (NoRelatedSym) HasUnderlyingPriceDeterminationMethod ¶
func (m NoRelatedSym) HasUnderlyingPriceDeterminationMethod() bool
HasUnderlyingPriceDeterminationMethod returns true if UnderlyingPriceDeterminationMethod is present, Tag 1481
func (NoRelatedSym) HasUnitOfMeasure ¶
func (m NoRelatedSym) HasUnitOfMeasure() bool
HasUnitOfMeasure returns true if UnitOfMeasure is present, Tag 996
func (NoRelatedSym) HasUnitOfMeasureQty ¶
func (m NoRelatedSym) HasUnitOfMeasureQty() bool
HasUnitOfMeasureQty returns true if UnitOfMeasureQty is present, Tag 1147
func (NoRelatedSym) HasValuationMethod ¶
func (m NoRelatedSym) HasValuationMethod() bool
HasValuationMethod returns true if ValuationMethod is present, Tag 1197
func (NoRelatedSym) SetAttachmentPoint ¶
func (m NoRelatedSym) SetAttachmentPoint(value decimal.Decimal, scale int32)
SetAttachmentPoint sets AttachmentPoint, Tag 1457
func (NoRelatedSym) SetCFICode ¶
func (m NoRelatedSym) SetCFICode(v string)
SetCFICode sets CFICode, Tag 461
func (NoRelatedSym) SetCPProgram ¶
func (m NoRelatedSym) SetCPProgram(v enum.CPProgram)
SetCPProgram sets CPProgram, Tag 875
func (NoRelatedSym) SetCPRegType ¶
func (m NoRelatedSym) SetCPRegType(v string)
SetCPRegType sets CPRegType, Tag 876
func (NoRelatedSym) SetCapPrice ¶
func (m NoRelatedSym) SetCapPrice(value decimal.Decimal, scale int32)
SetCapPrice sets CapPrice, Tag 1199
func (NoRelatedSym) SetContractMultiplier ¶
func (m NoRelatedSym) SetContractMultiplier(value decimal.Decimal, scale int32)
SetContractMultiplier sets ContractMultiplier, Tag 231
func (NoRelatedSym) SetContractMultiplierUnit ¶
func (m NoRelatedSym) SetContractMultiplierUnit(v enum.ContractMultiplierUnit)
SetContractMultiplierUnit sets ContractMultiplierUnit, Tag 1435
func (NoRelatedSym) SetContractSettlMonth ¶
func (m NoRelatedSym) SetContractSettlMonth(v string)
SetContractSettlMonth sets ContractSettlMonth, Tag 667
func (NoRelatedSym) SetCountryOfIssue ¶
func (m NoRelatedSym) SetCountryOfIssue(v string)
SetCountryOfIssue sets CountryOfIssue, Tag 470
func (NoRelatedSym) SetCouponPaymentDate ¶
func (m NoRelatedSym) SetCouponPaymentDate(v string)
SetCouponPaymentDate sets CouponPaymentDate, Tag 224
func (NoRelatedSym) SetCouponRate ¶
func (m NoRelatedSym) SetCouponRate(value decimal.Decimal, scale int32)
SetCouponRate sets CouponRate, Tag 223
func (NoRelatedSym) SetCreditRating ¶
func (m NoRelatedSym) SetCreditRating(v string)
SetCreditRating sets CreditRating, Tag 255
func (NoRelatedSym) SetDatedDate ¶
func (m NoRelatedSym) SetDatedDate(v string)
SetDatedDate sets DatedDate, Tag 873
func (NoRelatedSym) SetDetachmentPoint ¶
func (m NoRelatedSym) SetDetachmentPoint(value decimal.Decimal, scale int32)
SetDetachmentPoint sets DetachmentPoint, Tag 1458
func (NoRelatedSym) SetEncodedIssuer ¶
func (m NoRelatedSym) SetEncodedIssuer(v string)
SetEncodedIssuer sets EncodedIssuer, Tag 349
func (NoRelatedSym) SetEncodedIssuerLen ¶
func (m NoRelatedSym) SetEncodedIssuerLen(v int)
SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348
func (NoRelatedSym) SetEncodedSecurityDesc ¶
func (m NoRelatedSym) SetEncodedSecurityDesc(v string)
SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351
func (NoRelatedSym) SetEncodedSecurityDescLen ¶
func (m NoRelatedSym) SetEncodedSecurityDescLen(v int)
SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350
func (NoRelatedSym) SetExerciseStyle ¶
func (m NoRelatedSym) SetExerciseStyle(v enum.ExerciseStyle)
SetExerciseStyle sets ExerciseStyle, Tag 1194
func (NoRelatedSym) SetFactor ¶
func (m NoRelatedSym) SetFactor(value decimal.Decimal, scale int32)
SetFactor sets Factor, Tag 228
func (NoRelatedSym) SetFlexProductEligibilityIndicator ¶
func (m NoRelatedSym) SetFlexProductEligibilityIndicator(v bool)
SetFlexProductEligibilityIndicator sets FlexProductEligibilityIndicator, Tag 1242
func (NoRelatedSym) SetFlexibleIndicator ¶
func (m NoRelatedSym) SetFlexibleIndicator(v bool)
SetFlexibleIndicator sets FlexibleIndicator, Tag 1244
func (NoRelatedSym) SetFloorPrice ¶
func (m NoRelatedSym) SetFloorPrice(value decimal.Decimal, scale int32)
SetFloorPrice sets FloorPrice, Tag 1200
func (NoRelatedSym) SetFlowScheduleType ¶
func (m NoRelatedSym) SetFlowScheduleType(v enum.FlowScheduleType)
SetFlowScheduleType sets FlowScheduleType, Tag 1439
func (NoRelatedSym) SetInstrRegistry ¶
func (m NoRelatedSym) SetInstrRegistry(v enum.InstrRegistry)
SetInstrRegistry sets InstrRegistry, Tag 543
func (NoRelatedSym) SetInstrmtAssignmentMethod ¶
func (m NoRelatedSym) SetInstrmtAssignmentMethod(v string)
SetInstrmtAssignmentMethod sets InstrmtAssignmentMethod, Tag 1049
func (NoRelatedSym) SetInterestAccrualDate ¶
func (m NoRelatedSym) SetInterestAccrualDate(v string)
SetInterestAccrualDate sets InterestAccrualDate, Tag 874
func (NoRelatedSym) SetIssueDate ¶
func (m NoRelatedSym) SetIssueDate(v string)
SetIssueDate sets IssueDate, Tag 225
func (NoRelatedSym) SetIssuer ¶
func (m NoRelatedSym) SetIssuer(v string)
SetIssuer sets Issuer, Tag 106
func (NoRelatedSym) SetListMethod ¶
func (m NoRelatedSym) SetListMethod(v enum.ListMethod)
SetListMethod sets ListMethod, Tag 1198
func (NoRelatedSym) SetLocaleOfIssue ¶
func (m NoRelatedSym) SetLocaleOfIssue(v string)
SetLocaleOfIssue sets LocaleOfIssue, Tag 472
func (NoRelatedSym) SetMaturityDate ¶
func (m NoRelatedSym) SetMaturityDate(v string)
SetMaturityDate sets MaturityDate, Tag 541
func (NoRelatedSym) SetMaturityMonthYear ¶
func (m NoRelatedSym) SetMaturityMonthYear(v string)
SetMaturityMonthYear sets MaturityMonthYear, Tag 200
func (NoRelatedSym) SetMaturityTime ¶
func (m NoRelatedSym) SetMaturityTime(v string)
SetMaturityTime sets MaturityTime, Tag 1079
func (NoRelatedSym) SetMinPriceIncrement ¶
func (m NoRelatedSym) SetMinPriceIncrement(value decimal.Decimal, scale int32)
SetMinPriceIncrement sets MinPriceIncrement, Tag 969
func (NoRelatedSym) SetMinPriceIncrementAmount ¶
func (m NoRelatedSym) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32)
SetMinPriceIncrementAmount sets MinPriceIncrementAmount, Tag 1146
func (NoRelatedSym) SetNTPositionLimit ¶
func (m NoRelatedSym) SetNTPositionLimit(v int)
SetNTPositionLimit sets NTPositionLimit, Tag 971
func (NoRelatedSym) SetNoComplexEvents ¶
func (m NoRelatedSym) SetNoComplexEvents(f NoComplexEventsRepeatingGroup)
SetNoComplexEvents sets NoComplexEvents, Tag 1483
func (NoRelatedSym) SetNoEvents ¶
func (m NoRelatedSym) SetNoEvents(f NoEventsRepeatingGroup)
SetNoEvents sets NoEvents, Tag 864
func (NoRelatedSym) SetNoInstrumentParties ¶
func (m NoRelatedSym) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)
SetNoInstrumentParties sets NoInstrumentParties, Tag 1018
func (NoRelatedSym) SetNoSecurityAltID ¶
func (m NoRelatedSym) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)
SetNoSecurityAltID sets NoSecurityAltID, Tag 454
func (NoRelatedSym) SetNotionalPercentageOutstanding ¶
func (m NoRelatedSym) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32)
SetNotionalPercentageOutstanding sets NotionalPercentageOutstanding, Tag 1451
func (NoRelatedSym) SetOptAttribute ¶
func (m NoRelatedSym) SetOptAttribute(v string)
SetOptAttribute sets OptAttribute, Tag 206
func (NoRelatedSym) SetOptPayoutAmount ¶
func (m NoRelatedSym) SetOptPayoutAmount(value decimal.Decimal, scale int32)
SetOptPayoutAmount sets OptPayoutAmount, Tag 1195
func (NoRelatedSym) SetOptPayoutType ¶
func (m NoRelatedSym) SetOptPayoutType(v enum.OptPayoutType)
SetOptPayoutType sets OptPayoutType, Tag 1482
func (NoRelatedSym) SetOriginalNotionalPercentageOutstanding ¶
func (m NoRelatedSym) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32)
SetOriginalNotionalPercentageOutstanding sets OriginalNotionalPercentageOutstanding, Tag 1452
func (NoRelatedSym) SetPositionLimit ¶
func (m NoRelatedSym) SetPositionLimit(v int)
SetPositionLimit sets PositionLimit, Tag 970
func (NoRelatedSym) SetPriceQuoteMethod ¶
func (m NoRelatedSym) SetPriceQuoteMethod(v enum.PriceQuoteMethod)
SetPriceQuoteMethod sets PriceQuoteMethod, Tag 1196
func (NoRelatedSym) SetPriceUnitOfMeasure ¶
func (m NoRelatedSym) SetPriceUnitOfMeasure(v string)
SetPriceUnitOfMeasure sets PriceUnitOfMeasure, Tag 1191
func (NoRelatedSym) SetPriceUnitOfMeasureQty ¶
func (m NoRelatedSym) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32)
SetPriceUnitOfMeasureQty sets PriceUnitOfMeasureQty, Tag 1192
func (NoRelatedSym) SetProduct ¶
func (m NoRelatedSym) SetProduct(v enum.Product)
SetProduct sets Product, Tag 460
func (NoRelatedSym) SetProductComplex ¶
func (m NoRelatedSym) SetProductComplex(v string)
SetProductComplex sets ProductComplex, Tag 1227
func (NoRelatedSym) SetPutOrCall ¶
func (m NoRelatedSym) SetPutOrCall(v enum.PutOrCall)
SetPutOrCall sets PutOrCall, Tag 201
func (NoRelatedSym) SetRedemptionDate ¶
func (m NoRelatedSym) SetRedemptionDate(v string)
SetRedemptionDate sets RedemptionDate, Tag 240
func (NoRelatedSym) SetRepoCollateralSecurityType ¶
func (m NoRelatedSym) SetRepoCollateralSecurityType(v int)
SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239
func (NoRelatedSym) SetRepurchaseRate ¶
func (m NoRelatedSym) SetRepurchaseRate(value decimal.Decimal, scale int32)
SetRepurchaseRate sets RepurchaseRate, Tag 227
func (NoRelatedSym) SetRepurchaseTerm ¶
func (m NoRelatedSym) SetRepurchaseTerm(v int)
SetRepurchaseTerm sets RepurchaseTerm, Tag 226
func (NoRelatedSym) SetRestructuringType ¶
func (m NoRelatedSym) SetRestructuringType(v enum.RestructuringType)
SetRestructuringType sets RestructuringType, Tag 1449
func (NoRelatedSym) SetSecurityDesc ¶
func (m NoRelatedSym) SetSecurityDesc(v string)
SetSecurityDesc sets SecurityDesc, Tag 107
func (NoRelatedSym) SetSecurityExchange ¶
func (m NoRelatedSym) SetSecurityExchange(v string)
SetSecurityExchange sets SecurityExchange, Tag 207
func (NoRelatedSym) SetSecurityGroup ¶
func (m NoRelatedSym) SetSecurityGroup(v string)
SetSecurityGroup sets SecurityGroup, Tag 1151
func (NoRelatedSym) SetSecurityID ¶
func (m NoRelatedSym) SetSecurityID(v string)
SetSecurityID sets SecurityID, Tag 48
func (NoRelatedSym) SetSecurityIDSource ¶
func (m NoRelatedSym) SetSecurityIDSource(v enum.SecurityIDSource)
SetSecurityIDSource sets SecurityIDSource, Tag 22
func (NoRelatedSym) SetSecurityStatus ¶
func (m NoRelatedSym) SetSecurityStatus(v enum.SecurityStatus)
SetSecurityStatus sets SecurityStatus, Tag 965
func (NoRelatedSym) SetSecuritySubType ¶
func (m NoRelatedSym) SetSecuritySubType(v string)
SetSecuritySubType sets SecuritySubType, Tag 762
func (NoRelatedSym) SetSecurityType ¶
func (m NoRelatedSym) SetSecurityType(v enum.SecurityType)
SetSecurityType sets SecurityType, Tag 167
func (NoRelatedSym) SetSecurityXML ¶
func (m NoRelatedSym) SetSecurityXML(v string)
SetSecurityXML sets SecurityXML, Tag 1185
func (NoRelatedSym) SetSecurityXMLLen ¶
func (m NoRelatedSym) SetSecurityXMLLen(v int)
SetSecurityXMLLen sets SecurityXMLLen, Tag 1184
func (NoRelatedSym) SetSecurityXMLSchema ¶
func (m NoRelatedSym) SetSecurityXMLSchema(v string)
SetSecurityXMLSchema sets SecurityXMLSchema, Tag 1186
func (NoRelatedSym) SetSeniority ¶
func (m NoRelatedSym) SetSeniority(v enum.Seniority)
SetSeniority sets Seniority, Tag 1450
func (NoRelatedSym) SetSettlMethod ¶
func (m NoRelatedSym) SetSettlMethod(v enum.SettlMethod)
SetSettlMethod sets SettlMethod, Tag 1193
func (NoRelatedSym) SetSettleOnOpenFlag ¶
func (m NoRelatedSym) SetSettleOnOpenFlag(v string)
SetSettleOnOpenFlag sets SettleOnOpenFlag, Tag 966
func (NoRelatedSym) SetStateOrProvinceOfIssue ¶
func (m NoRelatedSym) SetStateOrProvinceOfIssue(v string)
SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471
func (NoRelatedSym) SetStrikeCurrency ¶
func (m NoRelatedSym) SetStrikeCurrency(v string)
SetStrikeCurrency sets StrikeCurrency, Tag 947
func (NoRelatedSym) SetStrikeMultiplier ¶
func (m NoRelatedSym) SetStrikeMultiplier(value decimal.Decimal, scale int32)
SetStrikeMultiplier sets StrikeMultiplier, Tag 967
func (NoRelatedSym) SetStrikePrice ¶
func (m NoRelatedSym) SetStrikePrice(value decimal.Decimal, scale int32)
SetStrikePrice sets StrikePrice, Tag 202
func (NoRelatedSym) SetStrikePriceBoundaryMethod ¶
func (m NoRelatedSym) SetStrikePriceBoundaryMethod(v enum.StrikePriceBoundaryMethod)
SetStrikePriceBoundaryMethod sets StrikePriceBoundaryMethod, Tag 1479
func (NoRelatedSym) SetStrikePriceBoundaryPrecision ¶
func (m NoRelatedSym) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32)
SetStrikePriceBoundaryPrecision sets StrikePriceBoundaryPrecision, Tag 1480
func (NoRelatedSym) SetStrikePriceDeterminationMethod ¶
func (m NoRelatedSym) SetStrikePriceDeterminationMethod(v enum.StrikePriceDeterminationMethod)
SetStrikePriceDeterminationMethod sets StrikePriceDeterminationMethod, Tag 1478
func (NoRelatedSym) SetStrikeValue ¶
func (m NoRelatedSym) SetStrikeValue(value decimal.Decimal, scale int32)
SetStrikeValue sets StrikeValue, Tag 968
func (NoRelatedSym) SetSymbol ¶
func (m NoRelatedSym) SetSymbol(v string)
SetSymbol sets Symbol, Tag 55
func (NoRelatedSym) SetSymbolSfx ¶
func (m NoRelatedSym) SetSymbolSfx(v enum.SymbolSfx)
SetSymbolSfx sets SymbolSfx, Tag 65
func (NoRelatedSym) SetTimeUnit ¶
func (m NoRelatedSym) SetTimeUnit(v enum.TimeUnit)
SetTimeUnit sets TimeUnit, Tag 997
func (NoRelatedSym) SetUnderlyingPriceDeterminationMethod ¶
func (m NoRelatedSym) SetUnderlyingPriceDeterminationMethod(v enum.UnderlyingPriceDeterminationMethod)
SetUnderlyingPriceDeterminationMethod sets UnderlyingPriceDeterminationMethod, Tag 1481
func (NoRelatedSym) SetUnitOfMeasure ¶
func (m NoRelatedSym) SetUnitOfMeasure(v enum.UnitOfMeasure)
SetUnitOfMeasure sets UnitOfMeasure, Tag 996
func (NoRelatedSym) SetUnitOfMeasureQty ¶
func (m NoRelatedSym) SetUnitOfMeasureQty(value decimal.Decimal, scale int32)
SetUnitOfMeasureQty sets UnitOfMeasureQty, Tag 1147
func (NoRelatedSym) SetValuationMethod ¶
func (m NoRelatedSym) SetValuationMethod(v enum.ValuationMethod)
SetValuationMethod sets ValuationMethod, Tag 1197
type NoRelatedSymRepeatingGroup ¶
type NoRelatedSymRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoRelatedSymRepeatingGroup is a repeating group, Tag 146
func NewNoRelatedSymRepeatingGroup ¶
func NewNoRelatedSymRepeatingGroup() NoRelatedSymRepeatingGroup
NewNoRelatedSymRepeatingGroup returns an initialized, NoRelatedSymRepeatingGroup
func (NoRelatedSymRepeatingGroup) Add ¶
func (m NoRelatedSymRepeatingGroup) Add() NoRelatedSym
Add create and append a new NoRelatedSym to this group
func (NoRelatedSymRepeatingGroup) Get ¶
func (m NoRelatedSymRepeatingGroup) Get(i int) NoRelatedSym
Get returns the ith NoRelatedSym in the NoRelatedSymRepeatinGroup
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 RouteOut ¶
type RouteOut func(msg AdjustedPositionReport, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message