Versions in this module Expand all Collapse all v0 v0.5.0 Sep 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(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceBoundaryMethod(v int) + func (m NoComplexEvents) SetComplexEventPriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetComplexEventPriceTimeType(v int) + func (m NoComplexEvents) SetComplexEventType(v int) + func (m NoComplexEvents) SetComplexOptPayoutAmount(value decimal.Decimal, scale int32) + func (m NoComplexEvents) SetNoComplexEventDates(f NoComplexEventDatesRepeatingGroup) + type NoComplexEventsRepeatingGroup struct + func NewNoComplexEventsRepeatingGroup() NoComplexEventsRepeatingGroup + func (m NoComplexEventsRepeatingGroup) Add() NoComplexEvents + func (m NoComplexEventsRepeatingGroup) Get(i int) NoComplexEvents + type NoEvents struct + func (m NoEvents) GetEventDate() (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(value decimal.Decimal, scale int32) + 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 OrderMassCancelReport struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) OrderMassCancelReport + func New(orderid field.OrderIDField, ...) (m OrderMassCancelReport) + func (m OrderMassCancelReport) GetAttachmentPoint() (f field.AttachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCPProgram() (f field.CPProgramField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCPRegType() (f field.CPRegTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCapPrice() (f field.CapPriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetContractMultiplierUnit() (f field.ContractMultiplierUnitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetContractSettlMonth() (f field.ContractSettlMonthField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCountryOfIssue() (f field.CountryOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCouponPaymentDate() (f field.CouponPaymentDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCouponRate() (f field.CouponRateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetCreditRating() (f field.CreditRatingField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetDatedDate() (f field.DatedDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetDetachmentPoint() (f field.DetachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedIssuer() (f field.EncodedIssuerField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedIssuerLen() (f field.EncodedIssuerLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetExerciseStyle() (f field.ExerciseStyleField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetFactor() (f field.FactorField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetFlexProductEligibilityIndicator() (f field.FlexProductEligibilityIndicatorField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetFlexibleIndicator() (f field.FlexibleIndicatorField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetFloorPrice() (f field.FloorPriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetFlowScheduleType() (f field.FlowScheduleTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetInstrRegistry() (f field.InstrRegistryField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetInstrmtAssignmentMethod() (f field.InstrmtAssignmentMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetInterestAccrualDate() (f field.InterestAccrualDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetIssueDate() (f field.IssueDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetIssuer() (f field.IssuerField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetListMethod() (f field.ListMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetLocaleOfIssue() (f field.LocaleOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMarketID() (f field.MarketIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMarketSegmentID() (f field.MarketSegmentIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMassActionReportID() (f field.MassActionReportIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMassCancelRejectReason() (f field.MassCancelRejectReasonField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMassCancelRequestType() (f field.MassCancelRequestTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMassCancelResponse() (f field.MassCancelResponseField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMaturityDate() (f field.MaturityDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMaturityMonthYear() (f field.MaturityMonthYearField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMaturityTime() (f field.MaturityTimeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMinPriceIncrement() (f field.MinPriceIncrementField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetMinPriceIncrementAmount() (f field.MinPriceIncrementAmountField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNTPositionLimit() (f field.NTPositionLimitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoAffectedOrders() (NoAffectedOrdersRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoComplexEvents() (NoComplexEventsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoInstrumentParties() (NoInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoNotAffectedOrders() (NoNotAffectedOrdersRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoTargetPartyIDs() (NoTargetPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNoUndlyInstrumentParties() (NoUndlyInstrumentPartiesRepeatingGroup, quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetNotionalPercentageOutstanding() (f field.NotionalPercentageOutstandingField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetOptAttribute() (f field.OptAttributeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetOptPayoutAmount() (f field.OptPayoutAmountField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetOptPayoutType() (f field.OptPayoutTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetOriginalNotionalPercentageOutstanding() (f field.OriginalNotionalPercentageOutstandingField, ...) + func (m OrderMassCancelReport) GetPool() (f field.PoolField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetPositionLimit() (f field.PositionLimitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetPriceQuoteMethod() (f field.PriceQuoteMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetPriceUnitOfMeasure() (f field.PriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetPriceUnitOfMeasureQty() (f field.PriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetProductComplex() (f field.ProductComplexField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetPutOrCall() (f field.PutOrCallField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetRedemptionDate() (f field.RedemptionDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetRepurchaseRate() (f field.RepurchaseRateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetRepurchaseTerm() (f field.RepurchaseTermField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetRestructuringType() (f field.RestructuringTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecondaryClOrdID() (f field.SecondaryClOrdIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecondaryOrderID() (f field.SecondaryOrderIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityDesc() (f field.SecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityExchange() (f field.SecurityExchangeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityGroup() (f field.SecurityGroupField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityID() (f field.SecurityIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityIDSource() (f field.SecurityIDSourceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityStatus() (f field.SecurityStatusField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecuritySubType() (f field.SecuritySubTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityXML() (f field.SecurityXMLField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityXMLLen() (f field.SecurityXMLLenField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSecurityXMLSchema() (f field.SecurityXMLSchemaField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSeniority() (f field.SeniorityField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSettlMethod() (f field.SettlMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSettleOnOpenFlag() (f field.SettleOnOpenFlagField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSide() (f field.SideField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikeCurrency() (f field.StrikeCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikeMultiplier() (f field.StrikeMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikePrice() (f field.StrikePriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikePriceBoundaryMethod() (f field.StrikePriceBoundaryMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikePriceBoundaryPrecision() (f field.StrikePriceBoundaryPrecisionField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikePriceDeterminationMethod() (f field.StrikePriceDeterminationMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetStrikeValue() (f field.StrikeValueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSymbol() (f field.SymbolField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetSymbolSfx() (f field.SymbolSfxField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetTimeUnit() (f field.TimeUnitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetTotalAffectedOrders() (f field.TotalAffectedOrdersField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingAttachmentPoint() (f field.UnderlyingAttachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingContractMultiplierUnit() (f field.UnderlyingContractMultiplierUnitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingDetachmentPoint() (f field.UnderlyingDetachmentPointField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingExerciseStyle() (f field.UnderlyingExerciseStyleField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingFlowScheduleType() (f field.UnderlyingFlowScheduleTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingMaturityTime() (f field.UnderlyingMaturityTimeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingNotionalPercentageOutstanding() (f field.UnderlyingNotionalPercentageOutstandingField, ...) + func (m OrderMassCancelReport) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingOriginalNotionalPercentageOutstanding() (f field.UnderlyingOriginalNotionalPercentageOutstandingField, ...) + func (m OrderMassCancelReport) GetUnderlyingPriceDeterminationMethod() (f field.UnderlyingPriceDeterminationMethodField, ...) + func (m OrderMassCancelReport) GetUnderlyingPriceUnitOfMeasure() (f field.UnderlyingPriceUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingPriceUnitOfMeasureQty() (f field.UnderlyingPriceUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingPutOrCall() (f field.UnderlyingPutOrCallField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, ...) + func (m OrderMassCancelReport) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingRestructuringType() (f field.UnderlyingRestructuringTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSeniority() (f field.UnderlyingSeniorityField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnderlyingUnitOfMeasureQty() (f field.UnderlyingUnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnitOfMeasure() (f field.UnitOfMeasureField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetUnitOfMeasureQty() (f field.UnitOfMeasureQtyField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) GetValuationMethod() (f field.ValuationMethodField, err quickfix.MessageRejectError) + func (m OrderMassCancelReport) HasAttachmentPoint() bool + func (m OrderMassCancelReport) HasCFICode() bool + func (m OrderMassCancelReport) HasCPProgram() bool + func (m OrderMassCancelReport) HasCPRegType() bool + func (m OrderMassCancelReport) HasCapPrice() bool + func (m OrderMassCancelReport) HasClOrdID() bool + func (m OrderMassCancelReport) HasContractMultiplier() bool + func (m OrderMassCancelReport) HasContractMultiplierUnit() bool + func (m OrderMassCancelReport) HasContractSettlMonth() bool + func (m OrderMassCancelReport) HasCountryOfIssue() bool + func (m OrderMassCancelReport) HasCouponPaymentDate() bool + func (m OrderMassCancelReport) HasCouponRate() bool + func (m OrderMassCancelReport) HasCreditRating() bool + func (m OrderMassCancelReport) HasDatedDate() bool + func (m OrderMassCancelReport) HasDetachmentPoint() bool + func (m OrderMassCancelReport) HasEncodedIssuer() bool + func (m OrderMassCancelReport) HasEncodedIssuerLen() bool + func (m OrderMassCancelReport) HasEncodedSecurityDesc() bool + func (m OrderMassCancelReport) HasEncodedSecurityDescLen() bool + func (m OrderMassCancelReport) HasEncodedText() bool + func (m OrderMassCancelReport) HasEncodedTextLen() bool + func (m OrderMassCancelReport) HasEncodedUnderlyingIssuer() bool + func (m OrderMassCancelReport) HasEncodedUnderlyingIssuerLen() bool + func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDesc() bool + func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDescLen() bool + func (m OrderMassCancelReport) HasExerciseStyle() bool + func (m OrderMassCancelReport) HasFactor() bool + func (m OrderMassCancelReport) HasFlexProductEligibilityIndicator() bool + func (m OrderMassCancelReport) HasFlexibleIndicator() bool + func (m OrderMassCancelReport) HasFloorPrice() bool + func (m OrderMassCancelReport) HasFlowScheduleType() bool + func (m OrderMassCancelReport) HasInstrRegistry() bool + func (m OrderMassCancelReport) HasInstrmtAssignmentMethod() bool + func (m OrderMassCancelReport) HasInterestAccrualDate() bool + func (m OrderMassCancelReport) HasIssueDate() bool + func (m OrderMassCancelReport) HasIssuer() bool + func (m OrderMassCancelReport) HasListMethod() bool + func (m OrderMassCancelReport) HasLocaleOfIssue() bool + func (m OrderMassCancelReport) HasMarketID() bool + func (m OrderMassCancelReport) HasMarketSegmentID() bool + func (m OrderMassCancelReport) HasMassActionReportID() bool + func (m OrderMassCancelReport) HasMassCancelRejectReason() bool + func (m OrderMassCancelReport) HasMassCancelRequestType() bool + func (m OrderMassCancelReport) HasMassCancelResponse() bool + func (m OrderMassCancelReport) HasMaturityDate() bool + func (m OrderMassCancelReport) HasMaturityMonthYear() bool + func (m OrderMassCancelReport) HasMaturityTime() bool + func (m OrderMassCancelReport) HasMinPriceIncrement() bool + func (m OrderMassCancelReport) HasMinPriceIncrementAmount() bool + func (m OrderMassCancelReport) HasNTPositionLimit() bool + func (m OrderMassCancelReport) HasNoAffectedOrders() bool + func (m OrderMassCancelReport) HasNoComplexEvents() bool + func (m OrderMassCancelReport) HasNoEvents() bool + func (m OrderMassCancelReport) HasNoInstrumentParties() bool + func (m OrderMassCancelReport) HasNoNotAffectedOrders() bool + func (m OrderMassCancelReport) HasNoPartyIDs() bool + func (m OrderMassCancelReport) HasNoSecurityAltID() bool + func (m OrderMassCancelReport) HasNoTargetPartyIDs() bool + func (m OrderMassCancelReport) HasNoUnderlyingSecurityAltID() bool + func (m OrderMassCancelReport) HasNoUnderlyingStips() bool + func (m OrderMassCancelReport) HasNoUndlyInstrumentParties() bool + func (m OrderMassCancelReport) HasNotionalPercentageOutstanding() bool + func (m OrderMassCancelReport) HasOptAttribute() bool + func (m OrderMassCancelReport) HasOptPayoutAmount() bool + func (m OrderMassCancelReport) HasOptPayoutType() bool + func (m OrderMassCancelReport) HasOrderID() bool + func (m OrderMassCancelReport) HasOriginalNotionalPercentageOutstanding() bool + func (m OrderMassCancelReport) HasPool() bool + func (m OrderMassCancelReport) HasPositionLimit() bool + func (m OrderMassCancelReport) HasPriceQuoteMethod() bool + func (m OrderMassCancelReport) HasPriceUnitOfMeasure() bool + func (m OrderMassCancelReport) HasPriceUnitOfMeasureQty() bool + func (m OrderMassCancelReport) HasProduct() bool + func (m OrderMassCancelReport) HasProductComplex() bool + func (m OrderMassCancelReport) HasPutOrCall() bool + func (m OrderMassCancelReport) HasRedemptionDate() bool + func (m OrderMassCancelReport) HasRepoCollateralSecurityType() bool + func (m OrderMassCancelReport) HasRepurchaseRate() bool + func (m OrderMassCancelReport) HasRepurchaseTerm() bool + func (m OrderMassCancelReport) HasRestructuringType() bool + func (m OrderMassCancelReport) HasSecondaryClOrdID() bool + func (m OrderMassCancelReport) HasSecondaryOrderID() bool + func (m OrderMassCancelReport) HasSecurityDesc() bool + func (m OrderMassCancelReport) HasSecurityExchange() bool + func (m OrderMassCancelReport) HasSecurityGroup() bool + func (m OrderMassCancelReport) HasSecurityID() bool + func (m OrderMassCancelReport) HasSecurityIDSource() bool + func (m OrderMassCancelReport) HasSecurityStatus() bool + func (m OrderMassCancelReport) HasSecuritySubType() bool + func (m OrderMassCancelReport) HasSecurityType() bool + func (m OrderMassCancelReport) HasSecurityXML() bool + func (m OrderMassCancelReport) HasSecurityXMLLen() bool + func (m OrderMassCancelReport) HasSecurityXMLSchema() bool + func (m OrderMassCancelReport) HasSeniority() bool + func (m OrderMassCancelReport) HasSettlMethod() bool + func (m OrderMassCancelReport) HasSettleOnOpenFlag() bool + func (m OrderMassCancelReport) HasSide() bool + func (m OrderMassCancelReport) HasStateOrProvinceOfIssue() bool + func (m OrderMassCancelReport) HasStrikeCurrency() bool + func (m OrderMassCancelReport) HasStrikeMultiplier() bool + func (m OrderMassCancelReport) HasStrikePrice() bool + func (m OrderMassCancelReport) HasStrikePriceBoundaryMethod() bool + func (m OrderMassCancelReport) HasStrikePriceBoundaryPrecision() bool + func (m OrderMassCancelReport) HasStrikePriceDeterminationMethod() bool + func (m OrderMassCancelReport) HasStrikeValue() bool + func (m OrderMassCancelReport) HasSymbol() bool + func (m OrderMassCancelReport) HasSymbolSfx() bool + func (m OrderMassCancelReport) HasText() bool + func (m OrderMassCancelReport) HasTimeUnit() bool + func (m OrderMassCancelReport) HasTotalAffectedOrders() bool + func (m OrderMassCancelReport) HasTradingSessionID() bool + func (m OrderMassCancelReport) HasTradingSessionSubID() bool + func (m OrderMassCancelReport) HasTransactTime() bool + func (m OrderMassCancelReport) HasUnderlyingAdjustedQuantity() bool + func (m OrderMassCancelReport) HasUnderlyingAllocationPercent() bool + func (m OrderMassCancelReport) HasUnderlyingAttachmentPoint() bool + func (m OrderMassCancelReport) HasUnderlyingCFICode() bool + func (m OrderMassCancelReport) HasUnderlyingCPProgram() bool + func (m OrderMassCancelReport) HasUnderlyingCPRegType() bool + func (m OrderMassCancelReport) HasUnderlyingCapValue() bool + func (m OrderMassCancelReport) HasUnderlyingCashAmount() bool + func (m OrderMassCancelReport) HasUnderlyingCashType() bool + func (m OrderMassCancelReport) HasUnderlyingContractMultiplier() bool + func (m OrderMassCancelReport) HasUnderlyingContractMultiplierUnit() bool + func (m OrderMassCancelReport) HasUnderlyingCountryOfIssue() bool + func (m OrderMassCancelReport) HasUnderlyingCouponPaymentDate() bool + func (m OrderMassCancelReport) HasUnderlyingCouponRate() bool + func (m OrderMassCancelReport) HasUnderlyingCreditRating() bool + func (m OrderMassCancelReport) HasUnderlyingCurrency() bool + func (m OrderMassCancelReport) HasUnderlyingCurrentValue() bool + func (m OrderMassCancelReport) HasUnderlyingDetachmentPoint() bool + func (m OrderMassCancelReport) HasUnderlyingDirtyPrice() bool + func (m OrderMassCancelReport) HasUnderlyingEndPrice() bool + func (m OrderMassCancelReport) HasUnderlyingEndValue() bool + func (m OrderMassCancelReport) HasUnderlyingExerciseStyle() bool + func (m OrderMassCancelReport) HasUnderlyingFXRate() bool + func (m OrderMassCancelReport) HasUnderlyingFXRateCalc() bool + func (m OrderMassCancelReport) HasUnderlyingFactor() bool + func (m OrderMassCancelReport) HasUnderlyingFlowScheduleType() bool + func (m OrderMassCancelReport) HasUnderlyingInstrRegistry() bool + func (m OrderMassCancelReport) HasUnderlyingIssueDate() bool + func (m OrderMassCancelReport) HasUnderlyingIssuer() bool + func (m OrderMassCancelReport) HasUnderlyingLocaleOfIssue() bool + func (m OrderMassCancelReport) HasUnderlyingMaturityDate() bool + func (m OrderMassCancelReport) HasUnderlyingMaturityMonthYear() bool + func (m OrderMassCancelReport) HasUnderlyingMaturityTime() bool + func (m OrderMassCancelReport) HasUnderlyingNotionalPercentageOutstanding() bool + func (m OrderMassCancelReport) HasUnderlyingOptAttribute() bool + func (m OrderMassCancelReport) HasUnderlyingOriginalNotionalPercentageOutstanding() bool + func (m OrderMassCancelReport) HasUnderlyingPriceDeterminationMethod() bool + func (m OrderMassCancelReport) HasUnderlyingPriceUnitOfMeasure() bool + func (m OrderMassCancelReport) HasUnderlyingPriceUnitOfMeasureQty() bool + func (m OrderMassCancelReport) HasUnderlyingProduct() bool + func (m OrderMassCancelReport) HasUnderlyingPutOrCall() bool + func (m OrderMassCancelReport) HasUnderlyingPx() bool + func (m OrderMassCancelReport) HasUnderlyingQty() bool + func (m OrderMassCancelReport) HasUnderlyingRedemptionDate() bool + func (m OrderMassCancelReport) HasUnderlyingRepoCollateralSecurityType() bool + func (m OrderMassCancelReport) HasUnderlyingRepurchaseRate() bool + func (m OrderMassCancelReport) HasUnderlyingRepurchaseTerm() bool + func (m OrderMassCancelReport) HasUnderlyingRestructuringType() bool + func (m OrderMassCancelReport) HasUnderlyingSecurityDesc() bool + func (m OrderMassCancelReport) HasUnderlyingSecurityExchange() bool + func (m OrderMassCancelReport) HasUnderlyingSecurityID() bool + func (m OrderMassCancelReport) HasUnderlyingSecurityIDSource() bool + func (m OrderMassCancelReport) HasUnderlyingSecuritySubType() bool + func (m OrderMassCancelReport) HasUnderlyingSecurityType() bool + func (m OrderMassCancelReport) HasUnderlyingSeniority() bool + func (m OrderMassCancelReport) HasUnderlyingSettlMethod() bool + func (m OrderMassCancelReport) HasUnderlyingSettlementType() bool + func (m OrderMassCancelReport) HasUnderlyingStartValue() bool + func (m OrderMassCancelReport) HasUnderlyingStateOrProvinceOfIssue() bool + func (m OrderMassCancelReport) HasUnderlyingStrikeCurrency() bool + func (m OrderMassCancelReport) HasUnderlyingStrikePrice() bool + func (m OrderMassCancelReport) HasUnderlyingSymbol() bool + func (m OrderMassCancelReport) HasUnderlyingSymbolSfx() bool + func (m OrderMassCancelReport) HasUnderlyingTimeUnit() bool + func (m OrderMassCancelReport) HasUnderlyingUnitOfMeasure() bool + func (m OrderMassCancelReport) HasUnderlyingUnitOfMeasureQty() bool + func (m OrderMassCancelReport) HasUnitOfMeasure() bool + func (m OrderMassCancelReport) HasUnitOfMeasureQty() bool + func (m OrderMassCancelReport) HasValuationMethod() bool + func (m OrderMassCancelReport) SetAttachmentPoint(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetCFICode(v string) + func (m OrderMassCancelReport) SetCPProgram(v int) + func (m OrderMassCancelReport) SetCPRegType(v string) + func (m OrderMassCancelReport) SetCapPrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetClOrdID(v string) + func (m OrderMassCancelReport) SetContractMultiplier(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetContractMultiplierUnit(v int) + func (m OrderMassCancelReport) SetContractSettlMonth(v string) + func (m OrderMassCancelReport) SetCountryOfIssue(v string) + func (m OrderMassCancelReport) SetCouponPaymentDate(v string) + func (m OrderMassCancelReport) SetCouponRate(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetCreditRating(v string) + func (m OrderMassCancelReport) SetDatedDate(v string) + func (m OrderMassCancelReport) SetDetachmentPoint(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetEncodedIssuer(v string) + func (m OrderMassCancelReport) SetEncodedIssuerLen(v int) + func (m OrderMassCancelReport) SetEncodedSecurityDesc(v string) + func (m OrderMassCancelReport) SetEncodedSecurityDescLen(v int) + func (m OrderMassCancelReport) SetEncodedText(v string) + func (m OrderMassCancelReport) SetEncodedTextLen(v int) + func (m OrderMassCancelReport) SetEncodedUnderlyingIssuer(v string) + func (m OrderMassCancelReport) SetEncodedUnderlyingIssuerLen(v int) + func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDesc(v string) + func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDescLen(v int) + func (m OrderMassCancelReport) SetExerciseStyle(v int) + func (m OrderMassCancelReport) SetFactor(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetFlexProductEligibilityIndicator(v bool) + func (m OrderMassCancelReport) SetFlexibleIndicator(v bool) + func (m OrderMassCancelReport) SetFloorPrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetFlowScheduleType(v int) + func (m OrderMassCancelReport) SetInstrRegistry(v string) + func (m OrderMassCancelReport) SetInstrmtAssignmentMethod(v string) + func (m OrderMassCancelReport) SetInterestAccrualDate(v string) + func (m OrderMassCancelReport) SetIssueDate(v string) + func (m OrderMassCancelReport) SetIssuer(v string) + func (m OrderMassCancelReport) SetListMethod(v int) + func (m OrderMassCancelReport) SetLocaleOfIssue(v string) + func (m OrderMassCancelReport) SetMarketID(v string) + func (m OrderMassCancelReport) SetMarketSegmentID(v string) + func (m OrderMassCancelReport) SetMassActionReportID(v string) + func (m OrderMassCancelReport) SetMassCancelRejectReason(v int) + func (m OrderMassCancelReport) SetMassCancelRequestType(v string) + func (m OrderMassCancelReport) SetMassCancelResponse(v string) + func (m OrderMassCancelReport) SetMaturityDate(v string) + func (m OrderMassCancelReport) SetMaturityMonthYear(v string) + func (m OrderMassCancelReport) SetMaturityTime(v string) + func (m OrderMassCancelReport) SetMinPriceIncrement(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetMinPriceIncrementAmount(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetNTPositionLimit(v int) + func (m OrderMassCancelReport) SetNoAffectedOrders(f NoAffectedOrdersRepeatingGroup) + func (m OrderMassCancelReport) SetNoComplexEvents(f NoComplexEventsRepeatingGroup) + func (m OrderMassCancelReport) SetNoEvents(f NoEventsRepeatingGroup) + func (m OrderMassCancelReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup) + func (m OrderMassCancelReport) SetNoNotAffectedOrders(f NoNotAffectedOrdersRepeatingGroup) + func (m OrderMassCancelReport) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m OrderMassCancelReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup) + func (m OrderMassCancelReport) SetNoTargetPartyIDs(f NoTargetPartyIDsRepeatingGroup) + func (m OrderMassCancelReport) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup) + func (m OrderMassCancelReport) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup) + func (m OrderMassCancelReport) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup) + func (m OrderMassCancelReport) SetNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetOptAttribute(v string) + func (m OrderMassCancelReport) SetOptPayoutAmount(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetOptPayoutType(v int) + func (m OrderMassCancelReport) SetOrderID(v string) + func (m OrderMassCancelReport) SetOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetPool(v string) + func (m OrderMassCancelReport) SetPositionLimit(v int) + func (m OrderMassCancelReport) SetPriceQuoteMethod(v string) + func (m OrderMassCancelReport) SetPriceUnitOfMeasure(v string) + func (m OrderMassCancelReport) SetPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetProduct(v int) + func (m OrderMassCancelReport) SetProductComplex(v string) + func (m OrderMassCancelReport) SetPutOrCall(v int) + func (m OrderMassCancelReport) SetRedemptionDate(v string) + func (m OrderMassCancelReport) SetRepoCollateralSecurityType(v int) + func (m OrderMassCancelReport) SetRepurchaseRate(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetRepurchaseTerm(v int) + func (m OrderMassCancelReport) SetRestructuringType(v string) + func (m OrderMassCancelReport) SetSecondaryClOrdID(v string) + func (m OrderMassCancelReport) SetSecondaryOrderID(v string) + func (m OrderMassCancelReport) SetSecurityDesc(v string) + func (m OrderMassCancelReport) SetSecurityExchange(v string) + func (m OrderMassCancelReport) SetSecurityGroup(v string) + func (m OrderMassCancelReport) SetSecurityID(v string) + func (m OrderMassCancelReport) SetSecurityIDSource(v string) + func (m OrderMassCancelReport) SetSecurityStatus(v string) + func (m OrderMassCancelReport) SetSecuritySubType(v string) + func (m OrderMassCancelReport) SetSecurityType(v string) + func (m OrderMassCancelReport) SetSecurityXML(v string) + func (m OrderMassCancelReport) SetSecurityXMLLen(v int) + func (m OrderMassCancelReport) SetSecurityXMLSchema(v string) + func (m OrderMassCancelReport) SetSeniority(v string) + func (m OrderMassCancelReport) SetSettlMethod(v string) + func (m OrderMassCancelReport) SetSettleOnOpenFlag(v string) + func (m OrderMassCancelReport) SetSide(v string) + func (m OrderMassCancelReport) SetStateOrProvinceOfIssue(v string) + func (m OrderMassCancelReport) SetStrikeCurrency(v string) + func (m OrderMassCancelReport) SetStrikeMultiplier(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetStrikePrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetStrikePriceBoundaryMethod(v int) + func (m OrderMassCancelReport) SetStrikePriceBoundaryPrecision(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetStrikePriceDeterminationMethod(v int) + func (m OrderMassCancelReport) SetStrikeValue(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetSymbol(v string) + func (m OrderMassCancelReport) SetSymbolSfx(v string) + func (m OrderMassCancelReport) SetText(v string) + func (m OrderMassCancelReport) SetTimeUnit(v string) + func (m OrderMassCancelReport) SetTotalAffectedOrders(v int) + func (m OrderMassCancelReport) SetTradingSessionID(v string) + func (m OrderMassCancelReport) SetTradingSessionSubID(v string) + func (m OrderMassCancelReport) SetTransactTime(v time.Time) + func (m OrderMassCancelReport) SetUnderlyingAdjustedQuantity(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingAllocationPercent(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingAttachmentPoint(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingCFICode(v string) + func (m OrderMassCancelReport) SetUnderlyingCPProgram(v string) + func (m OrderMassCancelReport) SetUnderlyingCPRegType(v string) + func (m OrderMassCancelReport) SetUnderlyingCapValue(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingCashAmount(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingCashType(v string) + func (m OrderMassCancelReport) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingContractMultiplierUnit(v int) + func (m OrderMassCancelReport) SetUnderlyingCountryOfIssue(v string) + func (m OrderMassCancelReport) SetUnderlyingCouponPaymentDate(v string) + func (m OrderMassCancelReport) SetUnderlyingCouponRate(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingCreditRating(v string) + func (m OrderMassCancelReport) SetUnderlyingCurrency(v string) + func (m OrderMassCancelReport) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingDetachmentPoint(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingEndPrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingEndValue(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingExerciseStyle(v int) + func (m OrderMassCancelReport) SetUnderlyingFXRate(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingFXRateCalc(v string) + func (m OrderMassCancelReport) SetUnderlyingFactor(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingFlowScheduleType(v int) + func (m OrderMassCancelReport) SetUnderlyingInstrRegistry(v string) + func (m OrderMassCancelReport) SetUnderlyingIssueDate(v string) + func (m OrderMassCancelReport) SetUnderlyingIssuer(v string) + func (m OrderMassCancelReport) SetUnderlyingLocaleOfIssue(v string) + func (m OrderMassCancelReport) SetUnderlyingMaturityDate(v string) + func (m OrderMassCancelReport) SetUnderlyingMaturityMonthYear(v string) + func (m OrderMassCancelReport) SetUnderlyingMaturityTime(v string) + func (m OrderMassCancelReport) SetUnderlyingNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingOptAttribute(v string) + func (m OrderMassCancelReport) SetUnderlyingOriginalNotionalPercentageOutstanding(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingPriceDeterminationMethod(v int) + func (m OrderMassCancelReport) SetUnderlyingPriceUnitOfMeasure(v string) + func (m OrderMassCancelReport) SetUnderlyingPriceUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingProduct(v int) + func (m OrderMassCancelReport) SetUnderlyingPutOrCall(v int) + func (m OrderMassCancelReport) SetUnderlyingPx(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingQty(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingRedemptionDate(v string) + func (m OrderMassCancelReport) SetUnderlyingRepoCollateralSecurityType(v int) + func (m OrderMassCancelReport) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingRepurchaseTerm(v int) + func (m OrderMassCancelReport) SetUnderlyingRestructuringType(v string) + func (m OrderMassCancelReport) SetUnderlyingSecurityDesc(v string) + func (m OrderMassCancelReport) SetUnderlyingSecurityExchange(v string) + func (m OrderMassCancelReport) SetUnderlyingSecurityID(v string) + func (m OrderMassCancelReport) SetUnderlyingSecurityIDSource(v string) + func (m OrderMassCancelReport) SetUnderlyingSecuritySubType(v string) + func (m OrderMassCancelReport) SetUnderlyingSecurityType(v string) + func (m OrderMassCancelReport) SetUnderlyingSeniority(v string) + func (m OrderMassCancelReport) SetUnderlyingSettlMethod(v string) + func (m OrderMassCancelReport) SetUnderlyingSettlementType(v int) + func (m OrderMassCancelReport) SetUnderlyingStartValue(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingStateOrProvinceOfIssue(v string) + func (m OrderMassCancelReport) SetUnderlyingStrikeCurrency(v string) + func (m OrderMassCancelReport) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnderlyingSymbol(v string) + func (m OrderMassCancelReport) SetUnderlyingSymbolSfx(v string) + func (m OrderMassCancelReport) SetUnderlyingTimeUnit(v string) + func (m OrderMassCancelReport) SetUnderlyingUnitOfMeasure(v string) + func (m OrderMassCancelReport) SetUnderlyingUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetUnitOfMeasure(v string) + func (m OrderMassCancelReport) SetUnitOfMeasureQty(value decimal.Decimal, scale int32) + func (m OrderMassCancelReport) SetValuationMethod(v string) + func (m OrderMassCancelReport) ToMessage() quickfix.Message + type RouteOut func(msg OrderMassCancelReport, sessionID quickfix.SessionID) quickfix.MessageRejectError