Versions in this module Expand all Collapse all v0 v0.4.0 Aug 1, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NoAffectedOrders struct + func (m NoAffectedOrders) GetAffectedOrderID() (f field.AffectedOrderIDField, err quickfix.MessageRejectError) + func (m NoAffectedOrders) GetAffectedSecondaryOrderID() (f field.AffectedSecondaryOrderIDField, err quickfix.MessageRejectError) + func (m NoAffectedOrders) GetOrigClOrdID() (f field.OrigClOrdIDField, err quickfix.MessageRejectError) + func (m NoAffectedOrders) HasAffectedOrderID() bool + func (m NoAffectedOrders) HasAffectedSecondaryOrderID() bool + func (m NoAffectedOrders) HasOrigClOrdID() bool + func (m NoAffectedOrders) SetAffectedOrderID(v string) + func (m NoAffectedOrders) SetAffectedSecondaryOrderID(v string) + func (m NoAffectedOrders) SetOrigClOrdID(v string) + type NoAffectedOrdersRepeatingGroup struct + func NewNoAffectedOrdersRepeatingGroup() NoAffectedOrdersRepeatingGroup + func (m NoAffectedOrdersRepeatingGroup) Add() NoAffectedOrders + func (m NoAffectedOrdersRepeatingGroup) Get(i int) NoAffectedOrders + type NoComplexEventDates struct + func (m NoComplexEventDates) GetComplexEventEndDate() (f field.ComplexEventEndDateField, err quickfix.MessageRejectError) + func (m NoComplexEventDates) GetComplexEventStartDate() (f field.ComplexEventStartDateField, err quickfix.MessageRejectError) + func (m NoComplexEventDates) GetNoComplexEventTimes() (NoComplexEventTimesRepeatingGroup, quickfix.MessageRejectError) + func (m NoComplexEventDates) HasComplexEventEndDate() bool + func (m NoComplexEventDates) HasComplexEventStartDate() bool + func (m NoComplexEventDates) HasNoComplexEventTimes() bool + func (m NoComplexEventDates) SetComplexEventEndDate(v time.Time) + func (m NoComplexEventDates) SetComplexEventStartDate(v time.Time) + func (m NoComplexEventDates) SetNoComplexEventTimes(f NoComplexEventTimesRepeatingGroup) + type NoComplexEventDatesRepeatingGroup struct + func NewNoComplexEventDatesRepeatingGroup() NoComplexEventDatesRepeatingGroup + func (m NoComplexEventDatesRepeatingGroup) Add() NoComplexEventDates + func (m NoComplexEventDatesRepeatingGroup) Get(i int) NoComplexEventDates + type NoComplexEventTimes struct + func (m NoComplexEventTimes) GetComplexEventEndTime() (f field.ComplexEventEndTimeField, err quickfix.MessageRejectError) + func (m NoComplexEventTimes) GetComplexEventStartTime() (f field.ComplexEventStartTimeField, err quickfix.MessageRejectError) + func (m NoComplexEventTimes) HasComplexEventEndTime() bool + func (m NoComplexEventTimes) HasComplexEventStartTime() bool + func (m NoComplexEventTimes) SetComplexEventEndTime(v string) + func (m NoComplexEventTimes) SetComplexEventStartTime(v string) + type NoComplexEventTimesRepeatingGroup struct + func NewNoComplexEventTimesRepeatingGroup() NoComplexEventTimesRepeatingGroup + func (m NoComplexEventTimesRepeatingGroup) Add() NoComplexEventTimes + func (m NoComplexEventTimesRepeatingGroup) Get(i int) NoComplexEventTimes + type NoComplexEvents struct + func (m NoComplexEvents) GetComplexEventCondition() (f field.ComplexEventConditionField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPrice() (f field.ComplexEventPriceField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryMethod() (f field.ComplexEventPriceBoundaryMethodField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventPriceBoundaryPrecision() (f field.ComplexEventPriceBoundaryPrecisionField, ...) + func (m NoComplexEvents) GetComplexEventPriceTimeType() (f field.ComplexEventPriceTimeTypeField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexEventType() (f field.ComplexEventTypeField, err quickfix.MessageRejectError) + func (m NoComplexEvents) GetComplexOptPayoutAmount() (f field.ComplexOptPayoutAmountField, 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 int) + func (m NoComplexEvents) SetComplexEventPrice(v float64) + func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v int) + func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(v float64) + func (m NoComplexEvents) SetComplexEventPriceTimeType(v int) + func (m NoComplexEvents) SetComplexEventType(v int) + func (m NoComplexEvents) SetComplexOptPayoutAmount(v float64) + func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup) + type NoComplexEventsRepeatingGroup struct + func NewNoComplexEventsRepeatingGroup() NoComplexEventsRepeatingGroup + func (m NoComplexEventsRepeatingGroup) Add() NoComplexEvents + func (m NoComplexEventsRepeatingGroup) Get(i int) NoComplexEvents + type NoEvents struct + func (m NoEvents) GetEventDate() (f field.EventDateField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventPx() (f field.EventPxField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventText() (f field.EventTextField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventTime() (f field.EventTimeField, err quickfix.MessageRejectError) + func (m NoEvents) GetEventType() (f field.EventTypeField, 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(v float64) + func (m NoEvents) SetEventText(v string) + func (m NoEvents) SetEventTime(v time.Time) + func (m NoEvents) SetEventType(v int) + type NoEventsRepeatingGroup struct + func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup + func (m NoEventsRepeatingGroup) Add() NoEvents + func (m NoEventsRepeatingGroup) Get(i int) NoEvents + type NoInstrumentParties struct + func (m NoInstrumentParties) GetInstrumentPartyID() (f field.InstrumentPartyIDField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyIDSource() (f field.InstrumentPartyIDSourceField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetInstrumentPartyRole() (f field.InstrumentPartyRoleField, err quickfix.MessageRejectError) + func (m NoInstrumentParties) GetNoInstrumentPartySubIDs() (NoInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoInstrumentParties) HasInstrumentPartyID() bool + func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool + func (m NoInstrumentParties) HasInstrumentPartyRole() bool + func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool + func (m NoInstrumentParties) SetInstrumentPartyID(v string) + func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string) + func (m NoInstrumentParties) SetInstrumentPartyRole(v int) + func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup) + type NoInstrumentPartiesRepeatingGroup struct + func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup + func (m NoInstrumentPartiesRepeatingGroup) Add() NoInstrumentParties + func (m NoInstrumentPartiesRepeatingGroup) Get(i int) NoInstrumentParties + type NoInstrumentPartySubIDs struct + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (f field.InstrumentPartySubIDField, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (f field.InstrumentPartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool + func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string) + func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int) + type NoInstrumentPartySubIDsRepeatingGroup struct + func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup + func (m NoInstrumentPartySubIDsRepeatingGroup) Add() NoInstrumentPartySubIDs + func (m NoInstrumentPartySubIDsRepeatingGroup) Get(i int) NoInstrumentPartySubIDs + type NoNotAffectedOrders struct + func (m NoNotAffectedOrders) GetNotAffOrigClOrdID() (f field.NotAffOrigClOrdIDField, err quickfix.MessageRejectError) + func (m NoNotAffectedOrders) GetNotAffectedOrderID() (f field.NotAffectedOrderIDField, err quickfix.MessageRejectError) + func (m NoNotAffectedOrders) HasNotAffOrigClOrdID() bool + func (m NoNotAffectedOrders) HasNotAffectedOrderID() bool + func (m NoNotAffectedOrders) SetNotAffOrigClOrdID(v string) + func (m NoNotAffectedOrders) SetNotAffectedOrderID(v string) + type NoNotAffectedOrdersRepeatingGroup struct + func NewNoNotAffectedOrdersRepeatingGroup() NoNotAffectedOrdersRepeatingGroup + func (m NoNotAffectedOrdersRepeatingGroup) Add() NoNotAffectedOrders + func (m NoNotAffectedOrdersRepeatingGroup) Get(i int) NoNotAffectedOrders + type NoPartyIDs struct + func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyID() (f field.PartyIDField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, 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 string) + func (m NoPartyIDs) SetPartyRole(v int) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoPartySubIDs struct + func (m NoPartySubIDs) GetPartySubID() (f field.PartySubIDField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v int) + type NoPartySubIDsRepeatingGroup struct + func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup + func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs + func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs + type NoSecurityAltID struct + func (m NoSecurityAltID) GetSecurityAltID() (f field.SecurityAltIDField, err quickfix.MessageRejectError) + func (m NoSecurityAltID) GetSecurityAltIDSource() (f field.SecurityAltIDSourceField, err quickfix.MessageRejectError) + func (m NoSecurityAltID) HasSecurityAltID() bool + func (m NoSecurityAltID) HasSecurityAltIDSource() bool + func (m NoSecurityAltID) SetSecurityAltID(v string) + func (m NoSecurityAltID) SetSecurityAltIDSource(v string) + type NoSecurityAltIDRepeatingGroup struct + func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup + func (m NoSecurityAltIDRepeatingGroup) Add() NoSecurityAltID + func (m NoSecurityAltIDRepeatingGroup) Get(i int) NoSecurityAltID + type NoTargetPartyIDs struct + func (m NoTargetPartyIDs) GetTargetPartyID() (f field.TargetPartyIDField, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) GetTargetPartyIDSource() (f field.TargetPartyIDSourceField, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) GetTargetPartyRole() (f field.TargetPartyRoleField, err quickfix.MessageRejectError) + func (m NoTargetPartyIDs) HasTargetPartyID() bool + func (m NoTargetPartyIDs) HasTargetPartyIDSource() bool + func (m NoTargetPartyIDs) HasTargetPartyRole() bool + func (m NoTargetPartyIDs) SetTargetPartyID(v string) + func (m NoTargetPartyIDs) SetTargetPartyIDSource(v string) + func (m NoTargetPartyIDs) SetTargetPartyRole(v int) + type NoTargetPartyIDsRepeatingGroup struct + func NewNoTargetPartyIDsRepeatingGroup() NoTargetPartyIDsRepeatingGroup + func (m NoTargetPartyIDsRepeatingGroup) Add() NoTargetPartyIDs + func (m NoTargetPartyIDsRepeatingGroup) Get(i int) NoTargetPartyIDs + type NoUnderlyingSecurityAltID struct + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (f field.UnderlyingSecurityAltIDField, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (f field.UnderlyingSecurityAltIDSourceField, err quickfix.MessageRejectError) + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool + func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string) + func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string) + type NoUnderlyingSecurityAltIDRepeatingGroup struct + func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Add() NoUnderlyingSecurityAltID + func (m NoUnderlyingSecurityAltIDRepeatingGroup) Get(i int) NoUnderlyingSecurityAltID + type NoUnderlyingStips struct + func (m NoUnderlyingStips) GetUnderlyingStipType() (f field.UnderlyingStipTypeField, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) GetUnderlyingStipValue() (f field.UnderlyingStipValueField, err quickfix.MessageRejectError) + func (m NoUnderlyingStips) HasUnderlyingStipType() bool + func (m NoUnderlyingStips) HasUnderlyingStipValue() bool + func (m NoUnderlyingStips) SetUnderlyingStipType(v string) + func (m NoUnderlyingStips) SetUnderlyingStipValue(v string) + type NoUnderlyingStipsRepeatingGroup struct + func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup + func (m NoUnderlyingStipsRepeatingGroup) Add() NoUnderlyingStips + func (m NoUnderlyingStipsRepeatingGroup) Get(i int) NoUnderlyingStips + type NoUndlyInstrumentParties struct + func (m NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs() (NoUndlyInstrumentPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyID() (f field.UnderlyingInstrumentPartyIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyIDSource() (f field.UnderlyingInstrumentPartyIDSourceField, ...) + func (m NoUndlyInstrumentParties) GetUnderlyingInstrumentPartyRole() (f field.UnderlyingInstrumentPartyRoleField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyID() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyIDSource() bool + func (m NoUndlyInstrumentParties) HasUnderlyingInstrumentPartyRole() bool + func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID(v string) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource(v string) + func (m NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole(v int) + type NoUndlyInstrumentPartiesRepeatingGroup struct + func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup + func (m NoUndlyInstrumentPartiesRepeatingGroup) Add() NoUndlyInstrumentParties + func (m NoUndlyInstrumentPartiesRepeatingGroup) Get(i int) NoUndlyInstrumentParties + type NoUndlyInstrumentPartySubIDs struct + func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubID() (f field.UnderlyingInstrumentPartySubIDField, err quickfix.MessageRejectError) + func (m NoUndlyInstrumentPartySubIDs) GetUnderlyingInstrumentPartySubIDType() (f field.UnderlyingInstrumentPartySubIDTypeField, ...) + func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubID() bool + func (m NoUndlyInstrumentPartySubIDs) HasUnderlyingInstrumentPartySubIDType() bool + func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubID(v string) + func (m NoUndlyInstrumentPartySubIDs) SetUnderlyingInstrumentPartySubIDType(v int) + type NoUndlyInstrumentPartySubIDsRepeatingGroup struct + func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Add() NoUndlyInstrumentPartySubIDs + func (m NoUndlyInstrumentPartySubIDsRepeatingGroup) Get(i int) NoUndlyInstrumentPartySubIDs + type OrderMassActionReport struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) OrderMassActionReport + func New(massactionreportid field.MassActionReportIDField, ...) (m OrderMassActionReport) + func (m OrderMassActionReport) GetAttachmentPoint() (f field.AttachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCPProgram() (f field.CPProgramField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCPRegType() (f field.CPRegTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCapPrice() (f field.CapPriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetContractMultiplierUnit() (f field.ContractMultiplierUnitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetContractSettlMonth() (f field.ContractSettlMonthField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetDatedDate() (f field.DatedDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetDetachmentPoint() (f field.DetachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetExerciseStyle() (f field.ExerciseStyleField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetFlexProductEligibilityIndicator() (f field.FlexProductEligibilityIndicatorField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetFlexibleIndicator() (f field.FlexibleIndicatorField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetFloorPrice() (f field.FloorPriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetFlowScheduleType() (f field.FlowScheduleTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetInstrmtAssignmentMethod() (f field.InstrmtAssignmentMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetInterestAccrualDate() (f field.InterestAccrualDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetListMethod() (f field.ListMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMarketID() (f field.MarketIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMarketSegmentID() (f field.MarketSegmentIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMassActionRejectReason() (f field.MassActionRejectReasonField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMassActionReportID() (f field.MassActionReportIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMassActionResponse() (f field.MassActionResponseField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMassActionScope() (f field.MassActionScopeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMassActionType() (f field.MassActionTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMaturityTime() (f field.MaturityTimeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMinPriceIncrement() (f field.MinPriceIncrementField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetMinPriceIncrementAmount() (f field.MinPriceIncrementAmountField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNTPositionLimit() (f field.NTPositionLimitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoAffectedOrders() (NoAffectedOrdersRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoNotAffectedOrders() (NoNotAffectedOrdersRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoTargetPartyIDs() (NoTargetPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassActionReport) GetNotionalPercentageOutstanding() (f field.NotionalPercentageOutstandingField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetOptPayoutAmount() (f field.OptPayoutAmountField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetOptPayoutType() (f field.OptPayoutTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetOriginalNotionalPercentageOutstanding() (f field.OriginalNotionalPercentageOutstandingField, ...) + func (m OrderMassActionReport) GetPool() (f field.PoolField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetPositionLimit() (f field.PositionLimitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetPriceQuoteMethod() (f field.PriceQuoteMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetPriceUnitOfMeasure() (f field.PriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetPriceUnitOfMeasureQty() (f field.PriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetProductComplex() (f field.ProductComplexField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetPutOrCall() (f field.PutOrCallField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetRestructuringType() (f field.RestructuringTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecondaryClOrdID() (f field.SecondaryClOrdIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityGroup() (f field.SecurityGroupField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityStatus() (f field.SecurityStatusField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecuritySubType() (f field.SecuritySubTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityXML() (f field.SecurityXMLField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityXMLLen() (f field.SecurityXMLLenField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSecurityXMLSchema() (f field.SecurityXMLSchemaField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSeniority() (f field.SeniorityField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSettlMethod() (f field.SettlMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSettleOnOpenFlag() (f field.SettleOnOpenFlagField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSide() (f field.SideField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikeCurrency() (f field.StrikeCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikeMultiplier() (f field.StrikeMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikePriceBoundaryMethod() (f field.StrikePriceBoundaryMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikePriceBoundaryPrecision() (f field.StrikePriceBoundaryPrecisionField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikePriceDeterminationMethod() (f field.StrikePriceDeterminationMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetStrikeValue() (f field.StrikeValueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetTimeUnit() (f field.TimeUnitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetTotalAffectedOrders() (f field.TotalAffectedOrdersField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingAttachmentPoint() (f field.UnderlyingAttachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingContractMultiplierUnit() (f field.UnderlyingContractMultiplierUnitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingDetachmentPoint() (f field.UnderlyingDetachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingExerciseStyle() (f field.UnderlyingExerciseStyleField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingFlowScheduleType() (f field.UnderlyingFlowScheduleTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingMaturityTime() (f field.UnderlyingMaturityTimeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingNotionalPercentageOutstanding() (f field.UnderlyingNotionalPercentageOutstandingField, ...) + func (m OrderMassActionReport) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingOriginalNotionalPercentageOutstanding() (f field.UnderlyingOriginalNotionalPercentageOutstandingField, ...) + func (m OrderMassActionReport) GetUnderlyingPriceDeterminationMethod() (f field.UnderlyingPriceDeterminationMethodField, ...) + func (m OrderMassActionReport) GetUnderlyingPriceUnitOfMeasure() (f field.UnderlyingPriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingPriceUnitOfMeasureQty() (f field.UnderlyingPriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingPutOrCall() (f field.UnderlyingPutOrCallField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, ...) + func (m OrderMassActionReport) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingRestructuringType() (f field.UnderlyingRestructuringTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSeniority() (f field.UnderlyingSeniorityField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnderlyingUnitOfMeasureQty() (f field.UnderlyingUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnitOfMeasure() (f field.UnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetUnitOfMeasureQty() (f field.UnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) GetValuationMethod() (f field.ValuationMethodField, err quickfix.MessageRejectError) + func (m OrderMassActionReport) HasAttachmentPoint() bool + func (m OrderMassActionReport) HasCFICode() bool + func (m OrderMassActionReport) HasCPProgram() bool + func (m OrderMassActionReport) HasCPRegType() bool + func (m OrderMassActionReport) HasCapPrice() bool + func (m OrderMassActionReport) HasClOrdID() bool + func (m OrderMassActionReport) HasContractMultiplier() bool + func (m OrderMassActionReport) HasContractMultiplierUnit() bool + func (m OrderMassActionReport) HasContractSettlMonth() bool + func (m OrderMassActionReport) HasCountryOfIssue() bool + func (m OrderMassActionReport) HasCouponPaymentDate() bool + func (m OrderMassActionReport) HasCouponRate() bool + func (m OrderMassActionReport) HasCreditRating() bool + func (m OrderMassActionReport) HasDatedDate() bool + func (m OrderMassActionReport) HasDetachmentPoint() bool + func (m OrderMassActionReport) HasEncodedIssuer() bool + func (m OrderMassActionReport) HasEncodedIssuerLen() bool + func (m OrderMassActionReport) HasEncodedSecurityDesc() bool + func (m OrderMassActionReport) HasEncodedSecurityDescLen() bool + func (m OrderMassActionReport) HasEncodedText() bool + func (m OrderMassActionReport) HasEncodedTextLen() bool + func (m OrderMassActionReport) HasEncodedUnderlyingIssuer() bool + func (m OrderMassActionReport) HasEncodedUnderlyingIssuerLen() bool + func (m OrderMassActionReport) HasEncodedUnderlyingSecurityDesc() bool + func (m OrderMassActionReport) HasEncodedUnderlyingSecurityDescLen() bool + func (m OrderMassActionReport) HasExerciseStyle() bool + func (m OrderMassActionReport) HasFactor() bool + func (m OrderMassActionReport) HasFlexProductEligibilityIndicator() bool + func (m OrderMassActionReport) HasFlexibleIndicator() bool + func (m OrderMassActionReport) HasFloorPrice() bool + func (m OrderMassActionReport) HasFlowScheduleType() bool + func (m OrderMassActionReport) HasInstrRegistry() bool + func (m OrderMassActionReport) HasInstrmtAssignmentMethod() bool + func (m OrderMassActionReport) HasInterestAccrualDate() bool + func (m OrderMassActionReport) HasIssueDate() bool + func (m OrderMassActionReport) HasIssuer() bool + func (m OrderMassActionReport) HasListMethod() bool + func (m OrderMassActionReport) HasLocaleOfIssue() bool + func (m OrderMassActionReport) HasMarketID() bool + func (m OrderMassActionReport) HasMarketSegmentID() bool + func (m OrderMassActionReport) HasMassActionRejectReason() bool + func (m OrderMassActionReport) HasMassActionReportID() bool + func (m OrderMassActionReport) HasMassActionResponse() bool + func (m OrderMassActionReport) HasMassActionScope() bool + func (m OrderMassActionReport) HasMassActionType() bool + func (m OrderMassActionReport) HasMaturityDate() bool + func (m OrderMassActionReport) HasMaturityMonthYear() bool + func (m OrderMassActionReport) HasMaturityTime() bool + func (m OrderMassActionReport) HasMinPriceIncrement() bool + func (m OrderMassActionReport) HasMinPriceIncrementAmount() bool + func (m OrderMassActionReport) HasNTPositionLimit() bool + func (m OrderMassActionReport) HasNoAffectedOrders() bool + func (m OrderMassActionReport) HasNoComplexEvents() bool + func (m OrderMassActionReport) HasNoEvents() bool + func (m OrderMassActionReport) HasNoInstrumentParties() bool + func (m OrderMassActionReport) HasNoNotAffectedOrders() bool + func (m OrderMassActionReport) HasNoPartyIDs() bool + func (m OrderMassActionReport) HasNoSecurityAltID() bool + func (m OrderMassActionReport) HasNoTargetPartyIDs() bool + func (m OrderMassActionReport) HasNoUnderlyingSecurityAltID() bool + func (m OrderMassActionReport) HasNoUnderlyingStips() bool + func (m OrderMassActionReport) HasNoUndlyInstrumentParties() bool + func (m OrderMassActionReport) HasNotionalPercentageOutstanding() bool + func (m OrderMassActionReport) HasOptAttribute() bool + func (m OrderMassActionReport) HasOptPayoutAmount() bool + func (m OrderMassActionReport) HasOptPayoutType() bool + func (m OrderMassActionReport) HasOriginalNotionalPercentageOutstanding() bool + func (m OrderMassActionReport) HasPool() bool + func (m OrderMassActionReport) HasPositionLimit() bool + func (m OrderMassActionReport) HasPriceQuoteMethod() bool + func (m OrderMassActionReport) HasPriceUnitOfMeasure() bool + func (m OrderMassActionReport) HasPriceUnitOfMeasureQty() bool + func (m OrderMassActionReport) HasProduct() bool + func (m OrderMassActionReport) HasProductComplex() bool + func (m OrderMassActionReport) HasPutOrCall() bool + func (m OrderMassActionReport) HasRedemptionDate() bool + func (m OrderMassActionReport) HasRepoCollateralSecurityType() bool + func (m OrderMassActionReport) HasRepurchaseRate() bool + func (m OrderMassActionReport) HasRepurchaseTerm() bool + func (m OrderMassActionReport) HasRestructuringType() bool + func (m OrderMassActionReport) HasSecondaryClOrdID() bool + func (m OrderMassActionReport) HasSecurityDesc() bool + func (m OrderMassActionReport) HasSecurityExchange() bool + func (m OrderMassActionReport) HasSecurityGroup() bool + func (m OrderMassActionReport) HasSecurityID() bool + func (m OrderMassActionReport) HasSecurityIDSource() bool + func (m OrderMassActionReport) HasSecurityStatus() bool + func (m OrderMassActionReport) HasSecuritySubType() bool + func (m OrderMassActionReport) HasSecurityType() bool + func (m OrderMassActionReport) HasSecurityXML() bool + func (m OrderMassActionReport) HasSecurityXMLLen() bool + func (m OrderMassActionReport) HasSecurityXMLSchema() bool + func (m OrderMassActionReport) HasSeniority() bool + func (m OrderMassActionReport) HasSettlMethod() bool + func (m OrderMassActionReport) HasSettleOnOpenFlag() bool + func (m OrderMassActionReport) HasSide() bool + func (m OrderMassActionReport) HasStateOrProvinceOfIssue() bool + func (m OrderMassActionReport) HasStrikeCurrency() bool + func (m OrderMassActionReport) HasStrikeMultiplier() bool + func (m OrderMassActionReport) HasStrikePrice() bool + func (m OrderMassActionReport) HasStrikePriceBoundaryMethod() bool + func (m OrderMassActionReport) HasStrikePriceBoundaryPrecision() bool + func (m OrderMassActionReport) HasStrikePriceDeterminationMethod() bool + func (m OrderMassActionReport) HasStrikeValue() bool + func (m OrderMassActionReport) HasSymbol() bool + func (m OrderMassActionReport) HasSymbolSfx() bool + func (m OrderMassActionReport) HasText() bool + func (m OrderMassActionReport) HasTimeUnit() bool + func (m OrderMassActionReport) HasTotalAffectedOrders() bool + func (m OrderMassActionReport) HasTradingSessionID() bool + func (m OrderMassActionReport) HasTradingSessionSubID() bool + func (m OrderMassActionReport) HasTransactTime() bool + func (m OrderMassActionReport) HasUnderlyingAdjustedQuantity() bool + func (m OrderMassActionReport) HasUnderlyingAllocationPercent() bool + func (m OrderMassActionReport) HasUnderlyingAttachmentPoint() bool + func (m OrderMassActionReport) HasUnderlyingCFICode() bool + func (m OrderMassActionReport) HasUnderlyingCPProgram() bool + func (m OrderMassActionReport) HasUnderlyingCPRegType() bool + func (m OrderMassActionReport) HasUnderlyingCapValue() bool + func (m OrderMassActionReport) HasUnderlyingCashAmount() bool + func (m OrderMassActionReport) HasUnderlyingCashType() bool + func (m OrderMassActionReport) HasUnderlyingContractMultiplier() bool + func (m OrderMassActionReport) HasUnderlyingContractMultiplierUnit() bool + func (m OrderMassActionReport) HasUnderlyingCountryOfIssue() bool + func (m OrderMassActionReport) HasUnderlyingCouponPaymentDate() bool + func (m OrderMassActionReport) HasUnderlyingCouponRate() bool + func (m OrderMassActionReport) HasUnderlyingCreditRating() bool + func (m OrderMassActionReport) HasUnderlyingCurrency() bool + func (m OrderMassActionReport) HasUnderlyingCurrentValue() bool + func (m OrderMassActionReport) HasUnderlyingDetachmentPoint() bool + func (m OrderMassActionReport) HasUnderlyingDirtyPrice() bool + func (m OrderMassActionReport) HasUnderlyingEndPrice() bool + func (m OrderMassActionReport) HasUnderlyingEndValue() bool + func (m OrderMassActionReport) HasUnderlyingExerciseStyle() bool + func (m OrderMassActionReport) HasUnderlyingFXRate() bool + func (m OrderMassActionReport) HasUnderlyingFXRateCalc() bool + func (m OrderMassActionReport) HasUnderlyingFactor() bool + func (m OrderMassActionReport) HasUnderlyingFlowScheduleType() bool + func (m OrderMassActionReport) HasUnderlyingInstrRegistry() bool + func (m OrderMassActionReport) HasUnderlyingIssueDate() bool + func (m OrderMassActionReport) HasUnderlyingIssuer() bool + func (m OrderMassActionReport) HasUnderlyingLocaleOfIssue() bool + func (m OrderMassActionReport) HasUnderlyingMaturityDate() bool + func (m OrderMassActionReport) HasUnderlyingMaturityMonthYear() bool + func (m OrderMassActionReport) HasUnderlyingMaturityTime() bool + func (m OrderMassActionReport) HasUnderlyingNotionalPercentageOutstanding() bool + func (m OrderMassActionReport) HasUnderlyingOptAttribute() bool + func (m OrderMassActionReport) HasUnderlyingOriginalNotionalPercentageOutstanding() bool + func (m OrderMassActionReport) HasUnderlyingPriceDeterminationMethod() bool + func (m OrderMassActionReport) HasUnderlyingPriceUnitOfMeasure() bool + func (m OrderMassActionReport) HasUnderlyingPriceUnitOfMeasureQty() bool + func (m OrderMassActionReport) HasUnderlyingProduct() bool + func (m OrderMassActionReport) HasUnderlyingPutOrCall() bool + func (m OrderMassActionReport) HasUnderlyingPx() bool + func (m OrderMassActionReport) HasUnderlyingQty() bool + func (m OrderMassActionReport) HasUnderlyingRedemptionDate() bool + func (m OrderMassActionReport) HasUnderlyingRepoCollateralSecurityType() bool + func (m OrderMassActionReport) HasUnderlyingRepurchaseRate() bool + func (m OrderMassActionReport) HasUnderlyingRepurchaseTerm() bool + func (m OrderMassActionReport) HasUnderlyingRestructuringType() bool + func (m OrderMassActionReport) HasUnderlyingSecurityDesc() bool + func (m OrderMassActionReport) HasUnderlyingSecurityExchange() bool + func (m OrderMassActionReport) HasUnderlyingSecurityID() bool + func (m OrderMassActionReport) HasUnderlyingSecurityIDSource() bool + func (m OrderMassActionReport) HasUnderlyingSecuritySubType() bool + func (m OrderMassActionReport) HasUnderlyingSecurityType() bool + func (m OrderMassActionReport) HasUnderlyingSeniority() bool + func (m OrderMassActionReport) HasUnderlyingSettlMethod() bool + func (m OrderMassActionReport) HasUnderlyingSettlementType() bool + func (m OrderMassActionReport) HasUnderlyingStartValue() bool + func (m OrderMassActionReport) HasUnderlyingStateOrProvinceOfIssue() bool + func (m OrderMassActionReport) HasUnderlyingStrikeCurrency() bool + func (m OrderMassActionReport) HasUnderlyingStrikePrice() bool + func (m OrderMassActionReport) HasUnderlyingSymbol() bool + func (m OrderMassActionReport) HasUnderlyingSymbolSfx() bool + func (m OrderMassActionReport) HasUnderlyingTimeUnit() bool + func (m OrderMassActionReport) HasUnderlyingUnitOfMeasure() bool + func (m OrderMassActionReport) HasUnderlyingUnitOfMeasureQty() bool + func (m OrderMassActionReport) HasUnitOfMeasure() bool + func (m OrderMassActionReport) HasUnitOfMeasureQty() bool + func (m OrderMassActionReport) HasValuationMethod() bool + func (m OrderMassActionReport) SetAttachmentPoint(v float64) + func (m OrderMassActionReport) SetCFICode(v string) + func (m OrderMassActionReport) SetCPProgram(v int) + func (m OrderMassActionReport) SetCPRegType(v string) + func (m OrderMassActionReport) SetCapPrice(v float64) + func (m OrderMassActionReport) SetClOrdID(v string) + func (m OrderMassActionReport) SetContractMultiplier(v float64) + func (m OrderMassActionReport) SetContractMultiplierUnit(v int) + func (m OrderMassActionReport) SetContractSettlMonth(v string) + func (m OrderMassActionReport) SetCountryOfIssue(v string) + func (m OrderMassActionReport) SetCouponPaymentDate(v string) + func (m OrderMassActionReport) SetCouponRate(v float64) + func (m OrderMassActionReport) SetCreditRating(v string) + func (m OrderMassActionReport) SetDatedDate(v string) + func (m OrderMassActionReport) SetDetachmentPoint(v float64) + func (m OrderMassActionReport) SetEncodedIssuer(v string) + func (m OrderMassActionReport) SetEncodedIssuerLen(v int) + func (m OrderMassActionReport) SetEncodedSecurityDesc(v string) + func (m OrderMassActionReport) SetEncodedSecurityDescLen(v int) + func (m OrderMassActionReport) SetEncodedText(v string) + func (m OrderMassActionReport) SetEncodedTextLen(v int) + func (m OrderMassActionReport) SetEncodedUnderlyingIssuer(v string) + func (m OrderMassActionReport) SetEncodedUnderlyingIssuerLen(v int) + func (m OrderMassActionReport) SetEncodedUnderlyingSecurityDesc(v string) + func (m OrderMassActionReport) SetEncodedUnderlyingSecurityDescLen(v int) + func (m OrderMassActionReport) SetExerciseStyle(v int) + func (m OrderMassActionReport) SetFactor(v float64) + func (m OrderMassActionReport) SetFlexProductEligibilityIndicator(v bool) + func (m OrderMassActionReport) SetFlexibleIndicator(v bool) + func (m OrderMassActionReport) SetFloorPrice(v float64) + func (m OrderMassActionReport) SetFlowScheduleType(v int) + func (m OrderMassActionReport) SetInstrRegistry(v string) + func (m OrderMassActionReport) SetInstrmtAssignmentMethod(v string) + func (m OrderMassActionReport) SetInterestAccrualDate(v string) + func (m OrderMassActionReport) SetIssueDate(v string) + func (m OrderMassActionReport) SetIssuer(v string) + func (m OrderMassActionReport) SetListMethod(v int) + func (m OrderMassActionReport) SetLocaleOfIssue(v string) + func (m OrderMassActionReport) SetMarketID(v string) + func (m OrderMassActionReport) SetMarketSegmentID(v string) + func (m OrderMassActionReport) SetMassActionRejectReason(v int) + func (m OrderMassActionReport) SetMassActionReportID(v string) + func (m OrderMassActionReport) SetMassActionResponse(v int) + func (m OrderMassActionReport) SetMassActionScope(v int) + func (m OrderMassActionReport) SetMassActionType(v int) + func (m OrderMassActionReport) SetMaturityDate(v string) + func (m OrderMassActionReport) SetMaturityMonthYear(v string) + func (m OrderMassActionReport) SetMaturityTime(v string) + func (m OrderMassActionReport) SetMinPriceIncrement(v float64) + func (m OrderMassActionReport) SetMinPriceIncrementAmount(v float64) + func (m OrderMassActionReport) SetNTPositionLimit(v int) + func (m OrderMassActionReport) SetNoAffectedOrders(f NoAffectedOrdersRepeatingGroup) + func (m OrderMassActionReport) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) + func (m OrderMassActionReport) SetNoEvents(f NoEventsRepeatingGroup) + func (m OrderMassActionReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m OrderMassActionReport) SetNoNotAffectedOrders(f NoNotAffectedOrdersRepeatingGroup) + func (m OrderMassActionReport) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m OrderMassActionReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m OrderMassActionReport) SetNoTargetPartyIDs(f NoTargetPartyIDsRepeatingGroup) + func (m OrderMassActionReport) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m OrderMassActionReport) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m OrderMassActionReport) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m OrderMassActionReport) SetNotionalPercentageOutstanding(v float64) + func (m OrderMassActionReport) SetOptAttribute(v string) + func (m OrderMassActionReport) SetOptPayoutAmount(v float64) + func (m OrderMassActionReport) SetOptPayoutType(v int) + func (m OrderMassActionReport) SetOriginalNotionalPercentageOutstanding(v float64) + func (m OrderMassActionReport) SetPool(v string) + func (m OrderMassActionReport) SetPositionLimit(v int) + func (m OrderMassActionReport) SetPriceQuoteMethod(v string) + func (m OrderMassActionReport) SetPriceUnitOfMeasure(v string) + func (m OrderMassActionReport) SetPriceUnitOfMeasureQty(v float64) + func (m OrderMassActionReport) SetProduct(v int) + func (m OrderMassActionReport) SetProductComplex(v string) + func (m OrderMassActionReport) SetPutOrCall(v int) + func (m OrderMassActionReport) SetRedemptionDate(v string) + func (m OrderMassActionReport) SetRepoCollateralSecurityType(v int) + func (m OrderMassActionReport) SetRepurchaseRate(v float64) + func (m OrderMassActionReport) SetRepurchaseTerm(v int) + func (m OrderMassActionReport) SetRestructuringType(v string) + func (m OrderMassActionReport) SetSecondaryClOrdID(v string) + func (m OrderMassActionReport) SetSecurityDesc(v string) + func (m OrderMassActionReport) SetSecurityExchange(v string) + func (m OrderMassActionReport) SetSecurityGroup(v string) + func (m OrderMassActionReport) SetSecurityID(v string) + func (m OrderMassActionReport) SetSecurityIDSource(v string) + func (m OrderMassActionReport) SetSecurityStatus(v string) + func (m OrderMassActionReport) SetSecuritySubType(v string) + func (m OrderMassActionReport) SetSecurityType(v string) + func (m OrderMassActionReport) SetSecurityXML(v string) + func (m OrderMassActionReport) SetSecurityXMLLen(v int) + func (m OrderMassActionReport) SetSecurityXMLSchema(v string) + func (m OrderMassActionReport) SetSeniority(v string) + func (m OrderMassActionReport) SetSettlMethod(v string) + func (m OrderMassActionReport) SetSettleOnOpenFlag(v string) + func (m OrderMassActionReport) SetSide(v string) + func (m OrderMassActionReport) SetStateOrProvinceOfIssue(v string) + func (m OrderMassActionReport) SetStrikeCurrency(v string) + func (m OrderMassActionReport) SetStrikeMultiplier(v float64) + func (m OrderMassActionReport) SetStrikePrice(v float64) + func (m OrderMassActionReport) SetStrikePriceBoundaryMethod(v int) + func (m OrderMassActionReport) SetStrikePriceBoundaryPrecision(v float64) + func (m OrderMassActionReport) SetStrikePriceDeterminationMethod(v int) + func (m OrderMassActionReport) SetStrikeValue(v float64) + func (m OrderMassActionReport) SetSymbol(v string) + func (m OrderMassActionReport) SetSymbolSfx(v string) + func (m OrderMassActionReport) SetText(v string) + func (m OrderMassActionReport) SetTimeUnit(v string) + func (m OrderMassActionReport) SetTotalAffectedOrders(v int) + func (m OrderMassActionReport) SetTradingSessionID(v string) + func (m OrderMassActionReport) SetTradingSessionSubID(v string) + func (m OrderMassActionReport) SetTransactTime(v time.Time) + func (m OrderMassActionReport) SetUnderlyingAdjustedQuantity(v float64) + func (m OrderMassActionReport) SetUnderlyingAllocationPercent(v float64) + func (m OrderMassActionReport) SetUnderlyingAttachmentPoint(v float64) + func (m OrderMassActionReport) SetUnderlyingCFICode(v string) + func (m OrderMassActionReport) SetUnderlyingCPProgram(v string) + func (m OrderMassActionReport) SetUnderlyingCPRegType(v string) + func (m OrderMassActionReport) SetUnderlyingCapValue(v float64) + func (m OrderMassActionReport) SetUnderlyingCashAmount(v float64) + func (m OrderMassActionReport) SetUnderlyingCashType(v string) + func (m OrderMassActionReport) SetUnderlyingContractMultiplier(v float64) + func (m OrderMassActionReport) SetUnderlyingContractMultiplierUnit(v int) + func (m OrderMassActionReport) SetUnderlyingCountryOfIssue(v string) + func (m OrderMassActionReport) SetUnderlyingCouponPaymentDate(v string) + func (m OrderMassActionReport) SetUnderlyingCouponRate(v float64) + func (m OrderMassActionReport) SetUnderlyingCreditRating(v string) + func (m OrderMassActionReport) SetUnderlyingCurrency(v string) + func (m OrderMassActionReport) SetUnderlyingCurrentValue(v float64) + func (m OrderMassActionReport) SetUnderlyingDetachmentPoint(v float64) + func (m OrderMassActionReport) SetUnderlyingDirtyPrice(v float64) + func (m OrderMassActionReport) SetUnderlyingEndPrice(v float64) + func (m OrderMassActionReport) SetUnderlyingEndValue(v float64) + func (m OrderMassActionReport) SetUnderlyingExerciseStyle(v int) + func (m OrderMassActionReport) SetUnderlyingFXRate(v float64) + func (m OrderMassActionReport) SetUnderlyingFXRateCalc(v string) + func (m OrderMassActionReport) SetUnderlyingFactor(v float64) + func (m OrderMassActionReport) SetUnderlyingFlowScheduleType(v int) + func (m OrderMassActionReport) SetUnderlyingInstrRegistry(v string) + func (m OrderMassActionReport) SetUnderlyingIssueDate(v string) + func (m OrderMassActionReport) SetUnderlyingIssuer(v string) + func (m OrderMassActionReport) SetUnderlyingLocaleOfIssue(v string) + func (m OrderMassActionReport) SetUnderlyingMaturityDate(v string) + func (m OrderMassActionReport) SetUnderlyingMaturityMonthYear(v string) + func (m OrderMassActionReport) SetUnderlyingMaturityTime(v string) + func (m OrderMassActionReport) SetUnderlyingNotionalPercentageOutstanding(v float64) + func (m OrderMassActionReport) SetUnderlyingOptAttribute(v string) + func (m OrderMassActionReport) SetUnderlyingOriginalNotionalPercentageOutstanding(v float64) + func (m OrderMassActionReport) SetUnderlyingPriceDeterminationMethod(v int) + func (m OrderMassActionReport) SetUnderlyingPriceUnitOfMeasure(v string) + func (m OrderMassActionReport) SetUnderlyingPriceUnitOfMeasureQty(v float64) + func (m OrderMassActionReport) SetUnderlyingProduct(v int) + func (m OrderMassActionReport) SetUnderlyingPutOrCall(v int) + func (m OrderMassActionReport) SetUnderlyingPx(v float64) + func (m OrderMassActionReport) SetUnderlyingQty(v float64) + func (m OrderMassActionReport) SetUnderlyingRedemptionDate(v string) + func (m OrderMassActionReport) SetUnderlyingRepoCollateralSecurityType(v int) + func (m OrderMassActionReport) SetUnderlyingRepurchaseRate(v float64) + func (m OrderMassActionReport) SetUnderlyingRepurchaseTerm(v int) + func (m OrderMassActionReport) SetUnderlyingRestructuringType(v string) + func (m OrderMassActionReport) SetUnderlyingSecurityDesc(v string) + func (m OrderMassActionReport) SetUnderlyingSecurityExchange(v string) + func (m OrderMassActionReport) SetUnderlyingSecurityID(v string) + func (m OrderMassActionReport) SetUnderlyingSecurityIDSource(v string) + func (m OrderMassActionReport) SetUnderlyingSecuritySubType(v string) + func (m OrderMassActionReport) SetUnderlyingSecurityType(v string) + func (m OrderMassActionReport) SetUnderlyingSeniority(v string) + func (m OrderMassActionReport) SetUnderlyingSettlMethod(v string) + func (m OrderMassActionReport) SetUnderlyingSettlementType(v int) + func (m OrderMassActionReport) SetUnderlyingStartValue(v float64) + func (m OrderMassActionReport) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m OrderMassActionReport) SetUnderlyingStrikeCurrency(v string) + func (m OrderMassActionReport) SetUnderlyingStrikePrice(v float64) + func (m OrderMassActionReport) SetUnderlyingSymbol(v string) + func (m OrderMassActionReport) SetUnderlyingSymbolSfx(v string) + func (m OrderMassActionReport) SetUnderlyingTimeUnit(v string) + func (m OrderMassActionReport) SetUnderlyingUnitOfMeasure(v string) + func (m OrderMassActionReport) SetUnderlyingUnitOfMeasureQty(v float64) + func (m OrderMassActionReport) SetUnitOfMeasure(v string) + func (m OrderMassActionReport) SetUnitOfMeasureQty(v float64) + func (m OrderMassActionReport) SetValuationMethod(v string) + func (m OrderMassActionReport) ToMessage() quickfix.Message + type RouteOut func(msg OrderMassActionReport, sessionID quickfix.SessionID) quickfix.MessageRejectError