ordermasscancelreport

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 18, 2024 License: Apache-1.1 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type.

Types

type NoAffectedOrders

type NoAffectedOrders struct {
	*quickfix.Group
}

NoAffectedOrders is a repeating group element, Tag 534.

func (NoAffectedOrders) GetAffectedOrderID

func (m NoAffectedOrders) GetAffectedOrderID() (v string, err quickfix.MessageRejectError)

GetAffectedOrderID gets AffectedOrderID, Tag 535.

func (NoAffectedOrders) GetAffectedSecondaryOrderID

func (m NoAffectedOrders) GetAffectedSecondaryOrderID() (v string, err quickfix.MessageRejectError)

GetAffectedSecondaryOrderID gets AffectedSecondaryOrderID, Tag 536.

func (NoAffectedOrders) GetOrigClOrdID

func (m NoAffectedOrders) GetOrigClOrdID() (v string, err quickfix.MessageRejectError)

GetOrigClOrdID gets OrigClOrdID, Tag 41.

func (NoAffectedOrders) HasAffectedOrderID

func (m NoAffectedOrders) HasAffectedOrderID() bool

HasAffectedOrderID returns true if AffectedOrderID is present, Tag 535.

func (NoAffectedOrders) HasAffectedSecondaryOrderID

func (m NoAffectedOrders) HasAffectedSecondaryOrderID() bool

HasAffectedSecondaryOrderID returns true if AffectedSecondaryOrderID is present, Tag 536.

func (NoAffectedOrders) HasOrigClOrdID

func (m NoAffectedOrders) HasOrigClOrdID() bool

HasOrigClOrdID returns true if OrigClOrdID is present, Tag 41.

func (NoAffectedOrders) SetAffectedOrderID

func (m NoAffectedOrders) SetAffectedOrderID(v string)

SetAffectedOrderID sets AffectedOrderID, Tag 535.

func (NoAffectedOrders) SetAffectedSecondaryOrderID

func (m NoAffectedOrders) SetAffectedSecondaryOrderID(v string)

SetAffectedSecondaryOrderID sets AffectedSecondaryOrderID, Tag 536.

func (NoAffectedOrders) SetOrigClOrdID

func (m NoAffectedOrders) SetOrigClOrdID(v string)

SetOrigClOrdID sets OrigClOrdID, Tag 41.

type NoAffectedOrdersRepeatingGroup

type NoAffectedOrdersRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAffectedOrdersRepeatingGroup is a repeating group, Tag 534.

func NewNoAffectedOrdersRepeatingGroup

func NewNoAffectedOrdersRepeatingGroup() NoAffectedOrdersRepeatingGroup

NewNoAffectedOrdersRepeatingGroup returns an initialized, NoAffectedOrdersRepeatingGroup.

func (NoAffectedOrdersRepeatingGroup) Add

Add create and append a new NoAffectedOrders to this group.

func (NoAffectedOrdersRepeatingGroup) Get

Get returns the ith NoAffectedOrders in the NoAffectedOrdersRepeatinGroup.

type NoEvents

type NoEvents struct {
	*quickfix.Group
}

NoEvents is a repeating group element, Tag 864.

func (NoEvents) GetEventDate

func (m NoEvents) GetEventDate() (v string, err quickfix.MessageRejectError)

GetEventDate gets EventDate, Tag 866.

func (NoEvents) GetEventPx

func (m NoEvents) GetEventPx() (v decimal.Decimal, err quickfix.MessageRejectError)

GetEventPx gets EventPx, Tag 867.

func (NoEvents) GetEventText

func (m NoEvents) GetEventText() (v string, err quickfix.MessageRejectError)

GetEventText gets EventText, Tag 868.

func (NoEvents) GetEventType

func (m NoEvents) GetEventType() (v enum.EventType, err quickfix.MessageRejectError)

GetEventType gets EventType, Tag 865.

func (NoEvents) HasEventDate

func (m NoEvents) HasEventDate() bool

HasEventDate returns true if EventDate is present, Tag 866.

func (NoEvents) HasEventPx

func (m NoEvents) HasEventPx() bool

HasEventPx returns true if EventPx is present, Tag 867.

func (NoEvents) HasEventText

func (m NoEvents) HasEventText() bool

HasEventText returns true if EventText is present, Tag 868.

func (NoEvents) HasEventType

func (m NoEvents) HasEventType() bool

HasEventType returns true if EventType is present, Tag 865.

func (NoEvents) SetEventDate

func (m NoEvents) SetEventDate(v string)

SetEventDate sets EventDate, Tag 866.

func (NoEvents) SetEventPx

func (m NoEvents) SetEventPx(value decimal.Decimal, scale int32)

SetEventPx sets EventPx, Tag 867.

func (NoEvents) SetEventText

func (m NoEvents) SetEventText(v string)

SetEventText sets EventText, Tag 868.

func (NoEvents) SetEventType

func (m NoEvents) SetEventType(v enum.EventType)

SetEventType sets EventType, Tag 865.

type NoEventsRepeatingGroup

type NoEventsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoEventsRepeatingGroup is a repeating group, Tag 864.

func NewNoEventsRepeatingGroup

func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup

NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup.

func (NoEventsRepeatingGroup) Add

Add create and append a new NoEvents to this group.

func (NoEventsRepeatingGroup) Get

Get returns the ith NoEvents in the NoEventsRepeatinGroup.

type NoSecurityAltID

type NoSecurityAltID struct {
	*quickfix.Group
}

NoSecurityAltID is a repeating group element, Tag 454.

func (NoSecurityAltID) GetSecurityAltID

func (m NoSecurityAltID) GetSecurityAltID() (v string, err quickfix.MessageRejectError)

GetSecurityAltID gets SecurityAltID, Tag 455.

func (NoSecurityAltID) GetSecurityAltIDSource

func (m NoSecurityAltID) GetSecurityAltIDSource() (v string, err quickfix.MessageRejectError)

GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.

func (NoSecurityAltID) HasSecurityAltID

func (m NoSecurityAltID) HasSecurityAltID() bool

HasSecurityAltID returns true if SecurityAltID is present, Tag 455.

func (NoSecurityAltID) HasSecurityAltIDSource

func (m NoSecurityAltID) HasSecurityAltIDSource() bool

HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.

func (NoSecurityAltID) SetSecurityAltID

func (m NoSecurityAltID) SetSecurityAltID(v string)

SetSecurityAltID sets SecurityAltID, Tag 455.

func (NoSecurityAltID) SetSecurityAltIDSource

func (m NoSecurityAltID) SetSecurityAltIDSource(v string)

SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.

type NoSecurityAltIDRepeatingGroup

type NoSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.

func NewNoSecurityAltIDRepeatingGroup

func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup

NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.

func (NoSecurityAltIDRepeatingGroup) Add

Add create and append a new NoSecurityAltID to this group.

func (NoSecurityAltIDRepeatingGroup) Get

Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.

type NoUnderlyingSecurityAltID

type NoUnderlyingSecurityAltID struct {
	*quickfix.Group
}

NoUnderlyingSecurityAltID is a repeating group element, Tag 457.

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID

func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource

func (m NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459.

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool

HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458.

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool

HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459.

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)

SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458.

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)

SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459.

type NoUnderlyingSecurityAltIDRepeatingGroup

type NoUnderlyingSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457.

func NewNoUnderlyingSecurityAltIDRepeatingGroup

func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup

NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup.

func (NoUnderlyingSecurityAltIDRepeatingGroup) Add

Add create and append a new NoUnderlyingSecurityAltID to this group.

func (NoUnderlyingSecurityAltIDRepeatingGroup) Get

Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup.

type NoUnderlyingStips

type NoUnderlyingStips struct {
	*quickfix.Group
}

NoUnderlyingStips is a repeating group element, Tag 887.

func (NoUnderlyingStips) GetUnderlyingStipType

func (m NoUnderlyingStips) GetUnderlyingStipType() (v string, err quickfix.MessageRejectError)

GetUnderlyingStipType gets UnderlyingStipType, Tag 888.

func (NoUnderlyingStips) GetUnderlyingStipValue

func (m NoUnderlyingStips) GetUnderlyingStipValue() (v string, err quickfix.MessageRejectError)

GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889.

func (NoUnderlyingStips) HasUnderlyingStipType

func (m NoUnderlyingStips) HasUnderlyingStipType() bool

HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888.

func (NoUnderlyingStips) HasUnderlyingStipValue

func (m NoUnderlyingStips) HasUnderlyingStipValue() bool

HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889.

func (NoUnderlyingStips) SetUnderlyingStipType

func (m NoUnderlyingStips) SetUnderlyingStipType(v string)

SetUnderlyingStipType sets UnderlyingStipType, Tag 888.

func (NoUnderlyingStips) SetUnderlyingStipValue

func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)

SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889.

type NoUnderlyingStipsRepeatingGroup

type NoUnderlyingStipsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887.

func NewNoUnderlyingStipsRepeatingGroup

func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup

NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup.

func (NoUnderlyingStipsRepeatingGroup) Add

Add create and append a new NoUnderlyingStips to this group.

func (NoUnderlyingStipsRepeatingGroup) Get

Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup.

type OrderMassCancelReport

type OrderMassCancelReport struct {
	fix44.Header
	*quickfix.Body
	fix44.Trailer
	Message *quickfix.Message
}

OrderMassCancelReport is the fix44 OrderMassCancelReport type, MsgType = r.

func FromMessage

func FromMessage(m *quickfix.Message) OrderMassCancelReport

FromMessage creates a OrderMassCancelReport from a quickfix.Message instance.

func New

func New(orderid field.OrderIDField, masscancelrequesttype field.MassCancelRequestTypeField, masscancelresponse field.MassCancelResponseField) (m OrderMassCancelReport)

New returns a OrderMassCancelReport initialized with the required fields for OrderMassCancelReport.

func (OrderMassCancelReport) GetCFICode

func (m OrderMassCancelReport) GetCFICode() (v string, err quickfix.MessageRejectError)

GetCFICode gets CFICode, Tag 461.

func (OrderMassCancelReport) GetCPProgram

GetCPProgram gets CPProgram, Tag 875.

func (OrderMassCancelReport) GetCPRegType

func (m OrderMassCancelReport) GetCPRegType() (v string, err quickfix.MessageRejectError)

GetCPRegType gets CPRegType, Tag 876.

func (OrderMassCancelReport) GetClOrdID

func (m OrderMassCancelReport) GetClOrdID() (v string, err quickfix.MessageRejectError)

GetClOrdID gets ClOrdID, Tag 11.

func (OrderMassCancelReport) GetContractMultiplier

func (m OrderMassCancelReport) GetContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)

GetContractMultiplier gets ContractMultiplier, Tag 231.

func (OrderMassCancelReport) GetContractSettlMonth

func (m OrderMassCancelReport) GetContractSettlMonth() (v string, err quickfix.MessageRejectError)

GetContractSettlMonth gets ContractSettlMonth, Tag 667.

func (OrderMassCancelReport) GetCountryOfIssue

func (m OrderMassCancelReport) GetCountryOfIssue() (v string, err quickfix.MessageRejectError)

GetCountryOfIssue gets CountryOfIssue, Tag 470.

func (OrderMassCancelReport) GetCouponPaymentDate

func (m OrderMassCancelReport) GetCouponPaymentDate() (v string, err quickfix.MessageRejectError)

GetCouponPaymentDate gets CouponPaymentDate, Tag 224.

func (OrderMassCancelReport) GetCouponRate

GetCouponRate gets CouponRate, Tag 223.

func (OrderMassCancelReport) GetCreditRating

func (m OrderMassCancelReport) GetCreditRating() (v string, err quickfix.MessageRejectError)

GetCreditRating gets CreditRating, Tag 255.

func (OrderMassCancelReport) GetDatedDate

func (m OrderMassCancelReport) GetDatedDate() (v string, err quickfix.MessageRejectError)

GetDatedDate gets DatedDate, Tag 873.

func (OrderMassCancelReport) GetEncodedIssuer

func (m OrderMassCancelReport) GetEncodedIssuer() (v string, err quickfix.MessageRejectError)

GetEncodedIssuer gets EncodedIssuer, Tag 349.

func (OrderMassCancelReport) GetEncodedIssuerLen

func (m OrderMassCancelReport) GetEncodedIssuerLen() (v int, err quickfix.MessageRejectError)

GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.

func (OrderMassCancelReport) GetEncodedSecurityDesc

func (m OrderMassCancelReport) GetEncodedSecurityDesc() (v string, err quickfix.MessageRejectError)

GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.

func (OrderMassCancelReport) GetEncodedSecurityDescLen

func (m OrderMassCancelReport) GetEncodedSecurityDescLen() (v int, err quickfix.MessageRejectError)

GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.

func (OrderMassCancelReport) GetEncodedText

func (m OrderMassCancelReport) GetEncodedText() (v string, err quickfix.MessageRejectError)

GetEncodedText gets EncodedText, Tag 355.

func (OrderMassCancelReport) GetEncodedTextLen

func (m OrderMassCancelReport) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (OrderMassCancelReport) GetEncodedUnderlyingIssuer

func (m OrderMassCancelReport) GetEncodedUnderlyingIssuer() (v string, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.

func (OrderMassCancelReport) GetEncodedUnderlyingIssuerLen

func (m OrderMassCancelReport) GetEncodedUnderlyingIssuerLen() (v int, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.

func (OrderMassCancelReport) GetEncodedUnderlyingSecurityDesc

func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.

func (OrderMassCancelReport) GetEncodedUnderlyingSecurityDescLen

func (m OrderMassCancelReport) GetEncodedUnderlyingSecurityDescLen() (v int, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.

func (OrderMassCancelReport) GetFactor

GetFactor gets Factor, Tag 228.

func (OrderMassCancelReport) GetInstrRegistry

func (m OrderMassCancelReport) GetInstrRegistry() (v enum.InstrRegistry, err quickfix.MessageRejectError)

GetInstrRegistry gets InstrRegistry, Tag 543.

func (OrderMassCancelReport) GetInterestAccrualDate

func (m OrderMassCancelReport) GetInterestAccrualDate() (v string, err quickfix.MessageRejectError)

GetInterestAccrualDate gets InterestAccrualDate, Tag 874.

func (OrderMassCancelReport) GetIssueDate

func (m OrderMassCancelReport) GetIssueDate() (v string, err quickfix.MessageRejectError)

GetIssueDate gets IssueDate, Tag 225.

func (OrderMassCancelReport) GetIssuer

GetIssuer gets Issuer, Tag 106.

func (OrderMassCancelReport) GetLocaleOfIssue

func (m OrderMassCancelReport) GetLocaleOfIssue() (v string, err quickfix.MessageRejectError)

GetLocaleOfIssue gets LocaleOfIssue, Tag 472.

func (OrderMassCancelReport) GetMassCancelRejectReason

func (m OrderMassCancelReport) GetMassCancelRejectReason() (v enum.MassCancelRejectReason, err quickfix.MessageRejectError)

GetMassCancelRejectReason gets MassCancelRejectReason, Tag 532.

func (OrderMassCancelReport) GetMassCancelRequestType

func (m OrderMassCancelReport) GetMassCancelRequestType() (v enum.MassCancelRequestType, err quickfix.MessageRejectError)

GetMassCancelRequestType gets MassCancelRequestType, Tag 530.

func (OrderMassCancelReport) GetMassCancelResponse

func (m OrderMassCancelReport) GetMassCancelResponse() (v enum.MassCancelResponse, err quickfix.MessageRejectError)

GetMassCancelResponse gets MassCancelResponse, Tag 531.

func (OrderMassCancelReport) GetMaturityDate

func (m OrderMassCancelReport) GetMaturityDate() (v string, err quickfix.MessageRejectError)

GetMaturityDate gets MaturityDate, Tag 541.

func (OrderMassCancelReport) GetMaturityMonthYear

func (m OrderMassCancelReport) GetMaturityMonthYear() (v string, err quickfix.MessageRejectError)

GetMaturityMonthYear gets MaturityMonthYear, Tag 200.

func (OrderMassCancelReport) GetNoAffectedOrders

GetNoAffectedOrders gets NoAffectedOrders, Tag 534.

func (OrderMassCancelReport) GetNoEvents

GetNoEvents gets NoEvents, Tag 864.

func (OrderMassCancelReport) GetNoSecurityAltID

GetNoSecurityAltID gets NoSecurityAltID, Tag 454.

func (OrderMassCancelReport) GetNoUnderlyingSecurityAltID

GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.

func (OrderMassCancelReport) GetNoUnderlyingStips

GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.

func (OrderMassCancelReport) GetOptAttribute

func (m OrderMassCancelReport) GetOptAttribute() (v string, err quickfix.MessageRejectError)

GetOptAttribute gets OptAttribute, Tag 206.

func (OrderMassCancelReport) GetOrderID

func (m OrderMassCancelReport) GetOrderID() (v string, err quickfix.MessageRejectError)

GetOrderID gets OrderID, Tag 37.

func (OrderMassCancelReport) GetPool

GetPool gets Pool, Tag 691.

func (OrderMassCancelReport) GetProduct

GetProduct gets Product, Tag 460.

func (OrderMassCancelReport) GetRedemptionDate

func (m OrderMassCancelReport) GetRedemptionDate() (v string, err quickfix.MessageRejectError)

GetRedemptionDate gets RedemptionDate, Tag 240.

func (OrderMassCancelReport) GetRepoCollateralSecurityType

func (m OrderMassCancelReport) GetRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)

GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.

func (OrderMassCancelReport) GetRepurchaseRate

func (m OrderMassCancelReport) GetRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetRepurchaseRate gets RepurchaseRate, Tag 227.

func (OrderMassCancelReport) GetRepurchaseTerm

func (m OrderMassCancelReport) GetRepurchaseTerm() (v int, err quickfix.MessageRejectError)

GetRepurchaseTerm gets RepurchaseTerm, Tag 226.

func (OrderMassCancelReport) GetSecondaryClOrdID

func (m OrderMassCancelReport) GetSecondaryClOrdID() (v string, err quickfix.MessageRejectError)

GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526.

func (OrderMassCancelReport) GetSecondaryOrderID

func (m OrderMassCancelReport) GetSecondaryOrderID() (v string, err quickfix.MessageRejectError)

GetSecondaryOrderID gets SecondaryOrderID, Tag 198.

func (OrderMassCancelReport) GetSecurityDesc

func (m OrderMassCancelReport) GetSecurityDesc() (v string, err quickfix.MessageRejectError)

GetSecurityDesc gets SecurityDesc, Tag 107.

func (OrderMassCancelReport) GetSecurityExchange

func (m OrderMassCancelReport) GetSecurityExchange() (v string, err quickfix.MessageRejectError)

GetSecurityExchange gets SecurityExchange, Tag 207.

func (OrderMassCancelReport) GetSecurityID

func (m OrderMassCancelReport) GetSecurityID() (v string, err quickfix.MessageRejectError)

GetSecurityID gets SecurityID, Tag 48.

func (OrderMassCancelReport) GetSecurityIDSource

func (m OrderMassCancelReport) GetSecurityIDSource() (v enum.SecurityIDSource, err quickfix.MessageRejectError)

GetSecurityIDSource gets SecurityIDSource, Tag 22.

func (OrderMassCancelReport) GetSecuritySubType

func (m OrderMassCancelReport) GetSecuritySubType() (v string, err quickfix.MessageRejectError)

GetSecuritySubType gets SecuritySubType, Tag 762.

func (OrderMassCancelReport) GetSecurityType

func (m OrderMassCancelReport) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)

GetSecurityType gets SecurityType, Tag 167.

func (OrderMassCancelReport) GetSide

GetSide gets Side, Tag 54.

func (OrderMassCancelReport) GetStateOrProvinceOfIssue

func (m OrderMassCancelReport) GetStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)

GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.

func (OrderMassCancelReport) GetStrikeCurrency

func (m OrderMassCancelReport) GetStrikeCurrency() (v string, err quickfix.MessageRejectError)

GetStrikeCurrency gets StrikeCurrency, Tag 947.

func (OrderMassCancelReport) GetStrikePrice

func (m OrderMassCancelReport) GetStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetStrikePrice gets StrikePrice, Tag 202.

func (OrderMassCancelReport) GetSymbol

GetSymbol gets Symbol, Tag 55.

func (OrderMassCancelReport) GetSymbolSfx

GetSymbolSfx gets SymbolSfx, Tag 65.

func (OrderMassCancelReport) GetText

GetText gets Text, Tag 58.

func (OrderMassCancelReport) GetTotalAffectedOrders

func (m OrderMassCancelReport) GetTotalAffectedOrders() (v int, err quickfix.MessageRejectError)

GetTotalAffectedOrders gets TotalAffectedOrders, Tag 533.

func (OrderMassCancelReport) GetTradingSessionID

func (m OrderMassCancelReport) GetTradingSessionID() (v enum.TradingSessionID, err quickfix.MessageRejectError)

GetTradingSessionID gets TradingSessionID, Tag 336.

func (OrderMassCancelReport) GetTradingSessionSubID

func (m OrderMassCancelReport) GetTradingSessionSubID() (v enum.TradingSessionSubID, err quickfix.MessageRejectError)

GetTradingSessionSubID gets TradingSessionSubID, Tag 625.

func (OrderMassCancelReport) GetTransactTime

func (m OrderMassCancelReport) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)

GetTransactTime gets TransactTime, Tag 60.

func (OrderMassCancelReport) GetUnderlyingCFICode

func (m OrderMassCancelReport) GetUnderlyingCFICode() (v string, err quickfix.MessageRejectError)

GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.

func (OrderMassCancelReport) GetUnderlyingCPProgram

func (m OrderMassCancelReport) GetUnderlyingCPProgram() (v string, err quickfix.MessageRejectError)

GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.

func (OrderMassCancelReport) GetUnderlyingCPRegType

func (m OrderMassCancelReport) GetUnderlyingCPRegType() (v string, err quickfix.MessageRejectError)

GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.

func (OrderMassCancelReport) GetUnderlyingContractMultiplier

func (m OrderMassCancelReport) GetUnderlyingContractMultiplier() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.

func (OrderMassCancelReport) GetUnderlyingCountryOfIssue

func (m OrderMassCancelReport) GetUnderlyingCountryOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.

func (OrderMassCancelReport) GetUnderlyingCouponPaymentDate

func (m OrderMassCancelReport) GetUnderlyingCouponPaymentDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.

func (OrderMassCancelReport) GetUnderlyingCouponRate

func (m OrderMassCancelReport) GetUnderlyingCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.

func (OrderMassCancelReport) GetUnderlyingCreditRating

func (m OrderMassCancelReport) GetUnderlyingCreditRating() (v string, err quickfix.MessageRejectError)

GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.

func (OrderMassCancelReport) GetUnderlyingCurrency

func (m OrderMassCancelReport) GetUnderlyingCurrency() (v string, err quickfix.MessageRejectError)

GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.

func (OrderMassCancelReport) GetUnderlyingCurrentValue

func (m OrderMassCancelReport) GetUnderlyingCurrentValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.

func (OrderMassCancelReport) GetUnderlyingDirtyPrice

func (m OrderMassCancelReport) GetUnderlyingDirtyPrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.

func (OrderMassCancelReport) GetUnderlyingEndPrice

func (m OrderMassCancelReport) GetUnderlyingEndPrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.

func (OrderMassCancelReport) GetUnderlyingEndValue

func (m OrderMassCancelReport) GetUnderlyingEndValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.

func (OrderMassCancelReport) GetUnderlyingFactor

func (m OrderMassCancelReport) GetUnderlyingFactor() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingFactor gets UnderlyingFactor, Tag 246.

func (OrderMassCancelReport) GetUnderlyingInstrRegistry

func (m OrderMassCancelReport) GetUnderlyingInstrRegistry() (v string, err quickfix.MessageRejectError)

GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.

func (OrderMassCancelReport) GetUnderlyingIssueDate

func (m OrderMassCancelReport) GetUnderlyingIssueDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.

func (OrderMassCancelReport) GetUnderlyingIssuer

func (m OrderMassCancelReport) GetUnderlyingIssuer() (v string, err quickfix.MessageRejectError)

GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.

func (OrderMassCancelReport) GetUnderlyingLocaleOfIssue

func (m OrderMassCancelReport) GetUnderlyingLocaleOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.

func (OrderMassCancelReport) GetUnderlyingMaturityDate

func (m OrderMassCancelReport) GetUnderlyingMaturityDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.

func (OrderMassCancelReport) GetUnderlyingMaturityMonthYear

func (m OrderMassCancelReport) GetUnderlyingMaturityMonthYear() (v string, err quickfix.MessageRejectError)

GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.

func (OrderMassCancelReport) GetUnderlyingOptAttribute

func (m OrderMassCancelReport) GetUnderlyingOptAttribute() (v string, err quickfix.MessageRejectError)

GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.

func (OrderMassCancelReport) GetUnderlyingProduct

func (m OrderMassCancelReport) GetUnderlyingProduct() (v int, err quickfix.MessageRejectError)

GetUnderlyingProduct gets UnderlyingProduct, Tag 462.

func (OrderMassCancelReport) GetUnderlyingPx

func (m OrderMassCancelReport) GetUnderlyingPx() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingPx gets UnderlyingPx, Tag 810.

func (OrderMassCancelReport) GetUnderlyingQty

func (m OrderMassCancelReport) GetUnderlyingQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingQty gets UnderlyingQty, Tag 879.

func (OrderMassCancelReport) GetUnderlyingRedemptionDate

func (m OrderMassCancelReport) GetUnderlyingRedemptionDate() (v string, err quickfix.MessageRejectError)

GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.

func (OrderMassCancelReport) GetUnderlyingRepoCollateralSecurityType

func (m OrderMassCancelReport) GetUnderlyingRepoCollateralSecurityType() (v int, err quickfix.MessageRejectError)

GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.

func (OrderMassCancelReport) GetUnderlyingRepurchaseRate

func (m OrderMassCancelReport) GetUnderlyingRepurchaseRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.

func (OrderMassCancelReport) GetUnderlyingRepurchaseTerm

func (m OrderMassCancelReport) GetUnderlyingRepurchaseTerm() (v int, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.

func (OrderMassCancelReport) GetUnderlyingSecurityDesc

func (m OrderMassCancelReport) GetUnderlyingSecurityDesc() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.

func (OrderMassCancelReport) GetUnderlyingSecurityExchange

func (m OrderMassCancelReport) GetUnderlyingSecurityExchange() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.

func (OrderMassCancelReport) GetUnderlyingSecurityID

func (m OrderMassCancelReport) GetUnderlyingSecurityID() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.

func (OrderMassCancelReport) GetUnderlyingSecurityIDSource

func (m OrderMassCancelReport) GetUnderlyingSecurityIDSource() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.

func (OrderMassCancelReport) GetUnderlyingSecuritySubType

func (m OrderMassCancelReport) GetUnderlyingSecuritySubType() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.

func (OrderMassCancelReport) GetUnderlyingSecurityType

func (m OrderMassCancelReport) GetUnderlyingSecurityType() (v string, err quickfix.MessageRejectError)

GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.

func (OrderMassCancelReport) GetUnderlyingStartValue

func (m OrderMassCancelReport) GetUnderlyingStartValue() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.

func (OrderMassCancelReport) GetUnderlyingStateOrProvinceOfIssue

func (m OrderMassCancelReport) GetUnderlyingStateOrProvinceOfIssue() (v string, err quickfix.MessageRejectError)

GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (OrderMassCancelReport) GetUnderlyingStrikeCurrency

func (m OrderMassCancelReport) GetUnderlyingStrikeCurrency() (v string, err quickfix.MessageRejectError)

GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.

func (OrderMassCancelReport) GetUnderlyingStrikePrice

func (m OrderMassCancelReport) GetUnderlyingStrikePrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.

func (OrderMassCancelReport) GetUnderlyingSymbol

func (m OrderMassCancelReport) GetUnderlyingSymbol() (v string, err quickfix.MessageRejectError)

GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.

func (OrderMassCancelReport) GetUnderlyingSymbolSfx

func (m OrderMassCancelReport) GetUnderlyingSymbolSfx() (v string, err quickfix.MessageRejectError)

GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.

func (OrderMassCancelReport) HasCFICode

func (m OrderMassCancelReport) HasCFICode() bool

HasCFICode returns true if CFICode is present, Tag 461.

func (OrderMassCancelReport) HasCPProgram

func (m OrderMassCancelReport) HasCPProgram() bool

HasCPProgram returns true if CPProgram is present, Tag 875.

func (OrderMassCancelReport) HasCPRegType

func (m OrderMassCancelReport) HasCPRegType() bool

HasCPRegType returns true if CPRegType is present, Tag 876.

func (OrderMassCancelReport) HasClOrdID

func (m OrderMassCancelReport) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11.

func (OrderMassCancelReport) HasContractMultiplier

func (m OrderMassCancelReport) HasContractMultiplier() bool

HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.

func (OrderMassCancelReport) HasContractSettlMonth

func (m OrderMassCancelReport) HasContractSettlMonth() bool

HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667.

func (OrderMassCancelReport) HasCountryOfIssue

func (m OrderMassCancelReport) HasCountryOfIssue() bool

HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.

func (OrderMassCancelReport) HasCouponPaymentDate

func (m OrderMassCancelReport) HasCouponPaymentDate() bool

HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.

func (OrderMassCancelReport) HasCouponRate

func (m OrderMassCancelReport) HasCouponRate() bool

HasCouponRate returns true if CouponRate is present, Tag 223.

func (OrderMassCancelReport) HasCreditRating

func (m OrderMassCancelReport) HasCreditRating() bool

HasCreditRating returns true if CreditRating is present, Tag 255.

func (OrderMassCancelReport) HasDatedDate

func (m OrderMassCancelReport) HasDatedDate() bool

HasDatedDate returns true if DatedDate is present, Tag 873.

func (OrderMassCancelReport) HasEncodedIssuer

func (m OrderMassCancelReport) HasEncodedIssuer() bool

HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.

func (OrderMassCancelReport) HasEncodedIssuerLen

func (m OrderMassCancelReport) HasEncodedIssuerLen() bool

HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.

func (OrderMassCancelReport) HasEncodedSecurityDesc

func (m OrderMassCancelReport) HasEncodedSecurityDesc() bool

HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.

func (OrderMassCancelReport) HasEncodedSecurityDescLen

func (m OrderMassCancelReport) HasEncodedSecurityDescLen() bool

HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.

func (OrderMassCancelReport) HasEncodedText

func (m OrderMassCancelReport) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (OrderMassCancelReport) HasEncodedTextLen

func (m OrderMassCancelReport) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (OrderMassCancelReport) HasEncodedUnderlyingIssuer

func (m OrderMassCancelReport) HasEncodedUnderlyingIssuer() bool

HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.

func (OrderMassCancelReport) HasEncodedUnderlyingIssuerLen

func (m OrderMassCancelReport) HasEncodedUnderlyingIssuerLen() bool

HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.

func (OrderMassCancelReport) HasEncodedUnderlyingSecurityDesc

func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDesc() bool

HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.

func (OrderMassCancelReport) HasEncodedUnderlyingSecurityDescLen

func (m OrderMassCancelReport) HasEncodedUnderlyingSecurityDescLen() bool

HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.

func (OrderMassCancelReport) HasFactor

func (m OrderMassCancelReport) HasFactor() bool

HasFactor returns true if Factor is present, Tag 228.

func (OrderMassCancelReport) HasInstrRegistry

func (m OrderMassCancelReport) HasInstrRegistry() bool

HasInstrRegistry returns true if InstrRegistry is present, Tag 543.

func (OrderMassCancelReport) HasInterestAccrualDate

func (m OrderMassCancelReport) HasInterestAccrualDate() bool

HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874.

func (OrderMassCancelReport) HasIssueDate

func (m OrderMassCancelReport) HasIssueDate() bool

HasIssueDate returns true if IssueDate is present, Tag 225.

func (OrderMassCancelReport) HasIssuer

func (m OrderMassCancelReport) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106.

func (OrderMassCancelReport) HasLocaleOfIssue

func (m OrderMassCancelReport) HasLocaleOfIssue() bool

HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.

func (OrderMassCancelReport) HasMassCancelRejectReason

func (m OrderMassCancelReport) HasMassCancelRejectReason() bool

HasMassCancelRejectReason returns true if MassCancelRejectReason is present, Tag 532.

func (OrderMassCancelReport) HasMassCancelRequestType

func (m OrderMassCancelReport) HasMassCancelRequestType() bool

HasMassCancelRequestType returns true if MassCancelRequestType is present, Tag 530.

func (OrderMassCancelReport) HasMassCancelResponse

func (m OrderMassCancelReport) HasMassCancelResponse() bool

HasMassCancelResponse returns true if MassCancelResponse is present, Tag 531.

func (OrderMassCancelReport) HasMaturityDate

func (m OrderMassCancelReport) HasMaturityDate() bool

HasMaturityDate returns true if MaturityDate is present, Tag 541.

func (OrderMassCancelReport) HasMaturityMonthYear

func (m OrderMassCancelReport) HasMaturityMonthYear() bool

HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.

func (OrderMassCancelReport) HasNoAffectedOrders

func (m OrderMassCancelReport) HasNoAffectedOrders() bool

HasNoAffectedOrders returns true if NoAffectedOrders is present, Tag 534.

func (OrderMassCancelReport) HasNoEvents

func (m OrderMassCancelReport) HasNoEvents() bool

HasNoEvents returns true if NoEvents is present, Tag 864.

func (OrderMassCancelReport) HasNoSecurityAltID

func (m OrderMassCancelReport) HasNoSecurityAltID() bool

HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.

func (OrderMassCancelReport) HasNoUnderlyingSecurityAltID

func (m OrderMassCancelReport) HasNoUnderlyingSecurityAltID() bool

HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.

func (OrderMassCancelReport) HasNoUnderlyingStips

func (m OrderMassCancelReport) HasNoUnderlyingStips() bool

HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.

func (OrderMassCancelReport) HasOptAttribute

func (m OrderMassCancelReport) HasOptAttribute() bool

HasOptAttribute returns true if OptAttribute is present, Tag 206.

func (OrderMassCancelReport) HasOrderID

func (m OrderMassCancelReport) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37.

func (OrderMassCancelReport) HasPool

func (m OrderMassCancelReport) HasPool() bool

HasPool returns true if Pool is present, Tag 691.

func (OrderMassCancelReport) HasProduct

func (m OrderMassCancelReport) HasProduct() bool

HasProduct returns true if Product is present, Tag 460.

func (OrderMassCancelReport) HasRedemptionDate

func (m OrderMassCancelReport) HasRedemptionDate() bool

HasRedemptionDate returns true if RedemptionDate is present, Tag 240.

func (OrderMassCancelReport) HasRepoCollateralSecurityType

func (m OrderMassCancelReport) HasRepoCollateralSecurityType() bool

HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.

func (OrderMassCancelReport) HasRepurchaseRate

func (m OrderMassCancelReport) HasRepurchaseRate() bool

HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.

func (OrderMassCancelReport) HasRepurchaseTerm

func (m OrderMassCancelReport) HasRepurchaseTerm() bool

HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.

func (OrderMassCancelReport) HasSecondaryClOrdID

func (m OrderMassCancelReport) HasSecondaryClOrdID() bool

HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526.

func (OrderMassCancelReport) HasSecondaryOrderID

func (m OrderMassCancelReport) HasSecondaryOrderID() bool

HasSecondaryOrderID returns true if SecondaryOrderID is present, Tag 198.

func (OrderMassCancelReport) HasSecurityDesc

func (m OrderMassCancelReport) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107.

func (OrderMassCancelReport) HasSecurityExchange

func (m OrderMassCancelReport) HasSecurityExchange() bool

HasSecurityExchange returns true if SecurityExchange is present, Tag 207.

func (OrderMassCancelReport) HasSecurityID

func (m OrderMassCancelReport) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48.

func (OrderMassCancelReport) HasSecurityIDSource

func (m OrderMassCancelReport) HasSecurityIDSource() bool

HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.

func (OrderMassCancelReport) HasSecuritySubType

func (m OrderMassCancelReport) HasSecuritySubType() bool

HasSecuritySubType returns true if SecuritySubType is present, Tag 762.

func (OrderMassCancelReport) HasSecurityType

func (m OrderMassCancelReport) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167.

func (OrderMassCancelReport) HasSide

func (m OrderMassCancelReport) HasSide() bool

HasSide returns true if Side is present, Tag 54.

func (OrderMassCancelReport) HasStateOrProvinceOfIssue

func (m OrderMassCancelReport) HasStateOrProvinceOfIssue() bool

HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.

func (OrderMassCancelReport) HasStrikeCurrency

func (m OrderMassCancelReport) HasStrikeCurrency() bool

HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947.

func (OrderMassCancelReport) HasStrikePrice

func (m OrderMassCancelReport) HasStrikePrice() bool

HasStrikePrice returns true if StrikePrice is present, Tag 202.

func (OrderMassCancelReport) HasSymbol

func (m OrderMassCancelReport) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55.

func (OrderMassCancelReport) HasSymbolSfx

func (m OrderMassCancelReport) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65.

func (OrderMassCancelReport) HasText

func (m OrderMassCancelReport) HasText() bool

HasText returns true if Text is present, Tag 58.

func (OrderMassCancelReport) HasTotalAffectedOrders

func (m OrderMassCancelReport) HasTotalAffectedOrders() bool

HasTotalAffectedOrders returns true if TotalAffectedOrders is present, Tag 533.

func (OrderMassCancelReport) HasTradingSessionID

func (m OrderMassCancelReport) HasTradingSessionID() bool

HasTradingSessionID returns true if TradingSessionID is present, Tag 336.

func (OrderMassCancelReport) HasTradingSessionSubID

func (m OrderMassCancelReport) HasTradingSessionSubID() bool

HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625.

func (OrderMassCancelReport) HasTransactTime

func (m OrderMassCancelReport) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60.

func (OrderMassCancelReport) HasUnderlyingCFICode

func (m OrderMassCancelReport) HasUnderlyingCFICode() bool

HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.

func (OrderMassCancelReport) HasUnderlyingCPProgram

func (m OrderMassCancelReport) HasUnderlyingCPProgram() bool

HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.

func (OrderMassCancelReport) HasUnderlyingCPRegType

func (m OrderMassCancelReport) HasUnderlyingCPRegType() bool

HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.

func (OrderMassCancelReport) HasUnderlyingContractMultiplier

func (m OrderMassCancelReport) HasUnderlyingContractMultiplier() bool

HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.

func (OrderMassCancelReport) HasUnderlyingCountryOfIssue

func (m OrderMassCancelReport) HasUnderlyingCountryOfIssue() bool

HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.

func (OrderMassCancelReport) HasUnderlyingCouponPaymentDate

func (m OrderMassCancelReport) HasUnderlyingCouponPaymentDate() bool

HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.

func (OrderMassCancelReport) HasUnderlyingCouponRate

func (m OrderMassCancelReport) HasUnderlyingCouponRate() bool

HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.

func (OrderMassCancelReport) HasUnderlyingCreditRating

func (m OrderMassCancelReport) HasUnderlyingCreditRating() bool

HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.

func (OrderMassCancelReport) HasUnderlyingCurrency

func (m OrderMassCancelReport) HasUnderlyingCurrency() bool

HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.

func (OrderMassCancelReport) HasUnderlyingCurrentValue

func (m OrderMassCancelReport) HasUnderlyingCurrentValue() bool

HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.

func (OrderMassCancelReport) HasUnderlyingDirtyPrice

func (m OrderMassCancelReport) HasUnderlyingDirtyPrice() bool

HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.

func (OrderMassCancelReport) HasUnderlyingEndPrice

func (m OrderMassCancelReport) HasUnderlyingEndPrice() bool

HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.

func (OrderMassCancelReport) HasUnderlyingEndValue

func (m OrderMassCancelReport) HasUnderlyingEndValue() bool

HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.

func (OrderMassCancelReport) HasUnderlyingFactor

func (m OrderMassCancelReport) HasUnderlyingFactor() bool

HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.

func (OrderMassCancelReport) HasUnderlyingInstrRegistry

func (m OrderMassCancelReport) HasUnderlyingInstrRegistry() bool

HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.

func (OrderMassCancelReport) HasUnderlyingIssueDate

func (m OrderMassCancelReport) HasUnderlyingIssueDate() bool

HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.

func (OrderMassCancelReport) HasUnderlyingIssuer

func (m OrderMassCancelReport) HasUnderlyingIssuer() bool

HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.

func (OrderMassCancelReport) HasUnderlyingLocaleOfIssue

func (m OrderMassCancelReport) HasUnderlyingLocaleOfIssue() bool

HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.

func (OrderMassCancelReport) HasUnderlyingMaturityDate

func (m OrderMassCancelReport) HasUnderlyingMaturityDate() bool

HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.

func (OrderMassCancelReport) HasUnderlyingMaturityMonthYear

func (m OrderMassCancelReport) HasUnderlyingMaturityMonthYear() bool

HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.

func (OrderMassCancelReport) HasUnderlyingOptAttribute

func (m OrderMassCancelReport) HasUnderlyingOptAttribute() bool

HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.

func (OrderMassCancelReport) HasUnderlyingProduct

func (m OrderMassCancelReport) HasUnderlyingProduct() bool

HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.

func (OrderMassCancelReport) HasUnderlyingPx

func (m OrderMassCancelReport) HasUnderlyingPx() bool

HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.

func (OrderMassCancelReport) HasUnderlyingQty

func (m OrderMassCancelReport) HasUnderlyingQty() bool

HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.

func (OrderMassCancelReport) HasUnderlyingRedemptionDate

func (m OrderMassCancelReport) HasUnderlyingRedemptionDate() bool

HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.

func (OrderMassCancelReport) HasUnderlyingRepoCollateralSecurityType

func (m OrderMassCancelReport) HasUnderlyingRepoCollateralSecurityType() bool

HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.

func (OrderMassCancelReport) HasUnderlyingRepurchaseRate

func (m OrderMassCancelReport) HasUnderlyingRepurchaseRate() bool

HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.

func (OrderMassCancelReport) HasUnderlyingRepurchaseTerm

func (m OrderMassCancelReport) HasUnderlyingRepurchaseTerm() bool

HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.

func (OrderMassCancelReport) HasUnderlyingSecurityDesc

func (m OrderMassCancelReport) HasUnderlyingSecurityDesc() bool

HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.

func (OrderMassCancelReport) HasUnderlyingSecurityExchange

func (m OrderMassCancelReport) HasUnderlyingSecurityExchange() bool

HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.

func (OrderMassCancelReport) HasUnderlyingSecurityID

func (m OrderMassCancelReport) HasUnderlyingSecurityID() bool

HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.

func (OrderMassCancelReport) HasUnderlyingSecurityIDSource

func (m OrderMassCancelReport) HasUnderlyingSecurityIDSource() bool

HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.

func (OrderMassCancelReport) HasUnderlyingSecuritySubType

func (m OrderMassCancelReport) HasUnderlyingSecuritySubType() bool

HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.

func (OrderMassCancelReport) HasUnderlyingSecurityType

func (m OrderMassCancelReport) HasUnderlyingSecurityType() bool

HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.

func (OrderMassCancelReport) HasUnderlyingStartValue

func (m OrderMassCancelReport) HasUnderlyingStartValue() bool

HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.

func (OrderMassCancelReport) HasUnderlyingStateOrProvinceOfIssue

func (m OrderMassCancelReport) HasUnderlyingStateOrProvinceOfIssue() bool

HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.

func (OrderMassCancelReport) HasUnderlyingStrikeCurrency

func (m OrderMassCancelReport) HasUnderlyingStrikeCurrency() bool

HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.

func (OrderMassCancelReport) HasUnderlyingStrikePrice

func (m OrderMassCancelReport) HasUnderlyingStrikePrice() bool

HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.

func (OrderMassCancelReport) HasUnderlyingSymbol

func (m OrderMassCancelReport) HasUnderlyingSymbol() bool

HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.

func (OrderMassCancelReport) HasUnderlyingSymbolSfx

func (m OrderMassCancelReport) HasUnderlyingSymbolSfx() bool

HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.

func (OrderMassCancelReport) SetCFICode

func (m OrderMassCancelReport) SetCFICode(v string)

SetCFICode sets CFICode, Tag 461.

func (OrderMassCancelReport) SetCPProgram

func (m OrderMassCancelReport) SetCPProgram(v enum.CPProgram)

SetCPProgram sets CPProgram, Tag 875.

func (OrderMassCancelReport) SetCPRegType

func (m OrderMassCancelReport) SetCPRegType(v string)

SetCPRegType sets CPRegType, Tag 876.

func (OrderMassCancelReport) SetClOrdID

func (m OrderMassCancelReport) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11.

func (OrderMassCancelReport) SetContractMultiplier

func (m OrderMassCancelReport) SetContractMultiplier(value decimal.Decimal, scale int32)

SetContractMultiplier sets ContractMultiplier, Tag 231.

func (OrderMassCancelReport) SetContractSettlMonth

func (m OrderMassCancelReport) SetContractSettlMonth(v string)

SetContractSettlMonth sets ContractSettlMonth, Tag 667.

func (OrderMassCancelReport) SetCountryOfIssue

func (m OrderMassCancelReport) SetCountryOfIssue(v string)

SetCountryOfIssue sets CountryOfIssue, Tag 470.

func (OrderMassCancelReport) SetCouponPaymentDate

func (m OrderMassCancelReport) SetCouponPaymentDate(v string)

SetCouponPaymentDate sets CouponPaymentDate, Tag 224.

func (OrderMassCancelReport) SetCouponRate

func (m OrderMassCancelReport) SetCouponRate(value decimal.Decimal, scale int32)

SetCouponRate sets CouponRate, Tag 223.

func (OrderMassCancelReport) SetCreditRating

func (m OrderMassCancelReport) SetCreditRating(v string)

SetCreditRating sets CreditRating, Tag 255.

func (OrderMassCancelReport) SetDatedDate

func (m OrderMassCancelReport) SetDatedDate(v string)

SetDatedDate sets DatedDate, Tag 873.

func (OrderMassCancelReport) SetEncodedIssuer

func (m OrderMassCancelReport) SetEncodedIssuer(v string)

SetEncodedIssuer sets EncodedIssuer, Tag 349.

func (OrderMassCancelReport) SetEncodedIssuerLen

func (m OrderMassCancelReport) SetEncodedIssuerLen(v int)

SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.

func (OrderMassCancelReport) SetEncodedSecurityDesc

func (m OrderMassCancelReport) SetEncodedSecurityDesc(v string)

SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.

func (OrderMassCancelReport) SetEncodedSecurityDescLen

func (m OrderMassCancelReport) SetEncodedSecurityDescLen(v int)

SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.

func (OrderMassCancelReport) SetEncodedText

func (m OrderMassCancelReport) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (OrderMassCancelReport) SetEncodedTextLen

func (m OrderMassCancelReport) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (OrderMassCancelReport) SetEncodedUnderlyingIssuer

func (m OrderMassCancelReport) SetEncodedUnderlyingIssuer(v string)

SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.

func (OrderMassCancelReport) SetEncodedUnderlyingIssuerLen

func (m OrderMassCancelReport) SetEncodedUnderlyingIssuerLen(v int)

SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.

func (OrderMassCancelReport) SetEncodedUnderlyingSecurityDesc

func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDesc(v string)

SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.

func (OrderMassCancelReport) SetEncodedUnderlyingSecurityDescLen

func (m OrderMassCancelReport) SetEncodedUnderlyingSecurityDescLen(v int)

SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.

func (OrderMassCancelReport) SetFactor

func (m OrderMassCancelReport) SetFactor(value decimal.Decimal, scale int32)

SetFactor sets Factor, Tag 228.

func (OrderMassCancelReport) SetInstrRegistry

func (m OrderMassCancelReport) SetInstrRegistry(v enum.InstrRegistry)

SetInstrRegistry sets InstrRegistry, Tag 543.

func (OrderMassCancelReport) SetInterestAccrualDate

func (m OrderMassCancelReport) SetInterestAccrualDate(v string)

SetInterestAccrualDate sets InterestAccrualDate, Tag 874.

func (OrderMassCancelReport) SetIssueDate

func (m OrderMassCancelReport) SetIssueDate(v string)

SetIssueDate sets IssueDate, Tag 225.

func (OrderMassCancelReport) SetIssuer

func (m OrderMassCancelReport) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106.

func (OrderMassCancelReport) SetLocaleOfIssue

func (m OrderMassCancelReport) SetLocaleOfIssue(v string)

SetLocaleOfIssue sets LocaleOfIssue, Tag 472.

func (OrderMassCancelReport) SetMassCancelRejectReason

func (m OrderMassCancelReport) SetMassCancelRejectReason(v enum.MassCancelRejectReason)

SetMassCancelRejectReason sets MassCancelRejectReason, Tag 532.

func (OrderMassCancelReport) SetMassCancelRequestType

func (m OrderMassCancelReport) SetMassCancelRequestType(v enum.MassCancelRequestType)

SetMassCancelRequestType sets MassCancelRequestType, Tag 530.

func (OrderMassCancelReport) SetMassCancelResponse

func (m OrderMassCancelReport) SetMassCancelResponse(v enum.MassCancelResponse)

SetMassCancelResponse sets MassCancelResponse, Tag 531.

func (OrderMassCancelReport) SetMaturityDate

func (m OrderMassCancelReport) SetMaturityDate(v string)

SetMaturityDate sets MaturityDate, Tag 541.

func (OrderMassCancelReport) SetMaturityMonthYear

func (m OrderMassCancelReport) SetMaturityMonthYear(v string)

SetMaturityMonthYear sets MaturityMonthYear, Tag 200.

func (OrderMassCancelReport) SetNoAffectedOrders

func (m OrderMassCancelReport) SetNoAffectedOrders(f NoAffectedOrdersRepeatingGroup)

SetNoAffectedOrders sets NoAffectedOrders, Tag 534.

func (OrderMassCancelReport) SetNoEvents

SetNoEvents sets NoEvents, Tag 864.

func (OrderMassCancelReport) SetNoSecurityAltID

func (m OrderMassCancelReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)

SetNoSecurityAltID sets NoSecurityAltID, Tag 454.

func (OrderMassCancelReport) SetNoUnderlyingSecurityAltID

func (m OrderMassCancelReport) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)

SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.

func (OrderMassCancelReport) SetNoUnderlyingStips

func (m OrderMassCancelReport) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)

SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.

func (OrderMassCancelReport) SetOptAttribute

func (m OrderMassCancelReport) SetOptAttribute(v string)

SetOptAttribute sets OptAttribute, Tag 206.

func (OrderMassCancelReport) SetOrderID

func (m OrderMassCancelReport) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37.

func (OrderMassCancelReport) SetPool

func (m OrderMassCancelReport) SetPool(v string)

SetPool sets Pool, Tag 691.

func (OrderMassCancelReport) SetProduct

func (m OrderMassCancelReport) SetProduct(v enum.Product)

SetProduct sets Product, Tag 460.

func (OrderMassCancelReport) SetRedemptionDate

func (m OrderMassCancelReport) SetRedemptionDate(v string)

SetRedemptionDate sets RedemptionDate, Tag 240.

func (OrderMassCancelReport) SetRepoCollateralSecurityType

func (m OrderMassCancelReport) SetRepoCollateralSecurityType(v int)

SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.

func (OrderMassCancelReport) SetRepurchaseRate

func (m OrderMassCancelReport) SetRepurchaseRate(value decimal.Decimal, scale int32)

SetRepurchaseRate sets RepurchaseRate, Tag 227.

func (OrderMassCancelReport) SetRepurchaseTerm

func (m OrderMassCancelReport) SetRepurchaseTerm(v int)

SetRepurchaseTerm sets RepurchaseTerm, Tag 226.

func (OrderMassCancelReport) SetSecondaryClOrdID

func (m OrderMassCancelReport) SetSecondaryClOrdID(v string)

SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526.

func (OrderMassCancelReport) SetSecondaryOrderID

func (m OrderMassCancelReport) SetSecondaryOrderID(v string)

SetSecondaryOrderID sets SecondaryOrderID, Tag 198.

func (OrderMassCancelReport) SetSecurityDesc

func (m OrderMassCancelReport) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107.

func (OrderMassCancelReport) SetSecurityExchange

func (m OrderMassCancelReport) SetSecurityExchange(v string)

SetSecurityExchange sets SecurityExchange, Tag 207.

func (OrderMassCancelReport) SetSecurityID

func (m OrderMassCancelReport) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48.

func (OrderMassCancelReport) SetSecurityIDSource

func (m OrderMassCancelReport) SetSecurityIDSource(v enum.SecurityIDSource)

SetSecurityIDSource sets SecurityIDSource, Tag 22.

func (OrderMassCancelReport) SetSecuritySubType

func (m OrderMassCancelReport) SetSecuritySubType(v string)

SetSecuritySubType sets SecuritySubType, Tag 762.

func (OrderMassCancelReport) SetSecurityType

func (m OrderMassCancelReport) SetSecurityType(v enum.SecurityType)

SetSecurityType sets SecurityType, Tag 167.

func (OrderMassCancelReport) SetSide

func (m OrderMassCancelReport) SetSide(v enum.Side)

SetSide sets Side, Tag 54.

func (OrderMassCancelReport) SetStateOrProvinceOfIssue

func (m OrderMassCancelReport) SetStateOrProvinceOfIssue(v string)

SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.

func (OrderMassCancelReport) SetStrikeCurrency

func (m OrderMassCancelReport) SetStrikeCurrency(v string)

SetStrikeCurrency sets StrikeCurrency, Tag 947.

func (OrderMassCancelReport) SetStrikePrice

func (m OrderMassCancelReport) SetStrikePrice(value decimal.Decimal, scale int32)

SetStrikePrice sets StrikePrice, Tag 202.

func (OrderMassCancelReport) SetSymbol

func (m OrderMassCancelReport) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55.

func (OrderMassCancelReport) SetSymbolSfx

func (m OrderMassCancelReport) SetSymbolSfx(v enum.SymbolSfx)

SetSymbolSfx sets SymbolSfx, Tag 65.

func (OrderMassCancelReport) SetText

func (m OrderMassCancelReport) SetText(v string)

SetText sets Text, Tag 58.

func (OrderMassCancelReport) SetTotalAffectedOrders

func (m OrderMassCancelReport) SetTotalAffectedOrders(v int)

SetTotalAffectedOrders sets TotalAffectedOrders, Tag 533.

func (OrderMassCancelReport) SetTradingSessionID

func (m OrderMassCancelReport) SetTradingSessionID(v enum.TradingSessionID)

SetTradingSessionID sets TradingSessionID, Tag 336.

func (OrderMassCancelReport) SetTradingSessionSubID

func (m OrderMassCancelReport) SetTradingSessionSubID(v enum.TradingSessionSubID)

SetTradingSessionSubID sets TradingSessionSubID, Tag 625.

func (OrderMassCancelReport) SetTransactTime

func (m OrderMassCancelReport) SetTransactTime(v time.Time)

SetTransactTime sets TransactTime, Tag 60.

func (OrderMassCancelReport) SetUnderlyingCFICode

func (m OrderMassCancelReport) SetUnderlyingCFICode(v string)

SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.

func (OrderMassCancelReport) SetUnderlyingCPProgram

func (m OrderMassCancelReport) SetUnderlyingCPProgram(v string)

SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.

func (OrderMassCancelReport) SetUnderlyingCPRegType

func (m OrderMassCancelReport) SetUnderlyingCPRegType(v string)

SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.

func (OrderMassCancelReport) SetUnderlyingContractMultiplier

func (m OrderMassCancelReport) SetUnderlyingContractMultiplier(value decimal.Decimal, scale int32)

SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.

func (OrderMassCancelReport) SetUnderlyingCountryOfIssue

func (m OrderMassCancelReport) SetUnderlyingCountryOfIssue(v string)

SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.

func (OrderMassCancelReport) SetUnderlyingCouponPaymentDate

func (m OrderMassCancelReport) SetUnderlyingCouponPaymentDate(v string)

SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.

func (OrderMassCancelReport) SetUnderlyingCouponRate

func (m OrderMassCancelReport) SetUnderlyingCouponRate(value decimal.Decimal, scale int32)

SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.

func (OrderMassCancelReport) SetUnderlyingCreditRating

func (m OrderMassCancelReport) SetUnderlyingCreditRating(v string)

SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.

func (OrderMassCancelReport) SetUnderlyingCurrency

func (m OrderMassCancelReport) SetUnderlyingCurrency(v string)

SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.

func (OrderMassCancelReport) SetUnderlyingCurrentValue

func (m OrderMassCancelReport) SetUnderlyingCurrentValue(value decimal.Decimal, scale int32)

SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.

func (OrderMassCancelReport) SetUnderlyingDirtyPrice

func (m OrderMassCancelReport) SetUnderlyingDirtyPrice(value decimal.Decimal, scale int32)

SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.

func (OrderMassCancelReport) SetUnderlyingEndPrice

func (m OrderMassCancelReport) SetUnderlyingEndPrice(value decimal.Decimal, scale int32)

SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.

func (OrderMassCancelReport) SetUnderlyingEndValue

func (m OrderMassCancelReport) SetUnderlyingEndValue(value decimal.Decimal, scale int32)

SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.

func (OrderMassCancelReport) SetUnderlyingFactor

func (m OrderMassCancelReport) SetUnderlyingFactor(value decimal.Decimal, scale int32)

SetUnderlyingFactor sets UnderlyingFactor, Tag 246.

func (OrderMassCancelReport) SetUnderlyingInstrRegistry

func (m OrderMassCancelReport) SetUnderlyingInstrRegistry(v string)

SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.

func (OrderMassCancelReport) SetUnderlyingIssueDate

func (m OrderMassCancelReport) SetUnderlyingIssueDate(v string)

SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.

func (OrderMassCancelReport) SetUnderlyingIssuer

func (m OrderMassCancelReport) SetUnderlyingIssuer(v string)

SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.

func (OrderMassCancelReport) SetUnderlyingLocaleOfIssue

func (m OrderMassCancelReport) SetUnderlyingLocaleOfIssue(v string)

SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.

func (OrderMassCancelReport) SetUnderlyingMaturityDate

func (m OrderMassCancelReport) SetUnderlyingMaturityDate(v string)

SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.

func (OrderMassCancelReport) SetUnderlyingMaturityMonthYear

func (m OrderMassCancelReport) SetUnderlyingMaturityMonthYear(v string)

SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.

func (OrderMassCancelReport) SetUnderlyingOptAttribute

func (m OrderMassCancelReport) SetUnderlyingOptAttribute(v string)

SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.

func (OrderMassCancelReport) SetUnderlyingProduct

func (m OrderMassCancelReport) SetUnderlyingProduct(v int)

SetUnderlyingProduct sets UnderlyingProduct, Tag 462.

func (OrderMassCancelReport) SetUnderlyingPx

func (m OrderMassCancelReport) SetUnderlyingPx(value decimal.Decimal, scale int32)

SetUnderlyingPx sets UnderlyingPx, Tag 810.

func (OrderMassCancelReport) SetUnderlyingQty

func (m OrderMassCancelReport) SetUnderlyingQty(value decimal.Decimal, scale int32)

SetUnderlyingQty sets UnderlyingQty, Tag 879.

func (OrderMassCancelReport) SetUnderlyingRedemptionDate

func (m OrderMassCancelReport) SetUnderlyingRedemptionDate(v string)

SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.

func (OrderMassCancelReport) SetUnderlyingRepoCollateralSecurityType

func (m OrderMassCancelReport) SetUnderlyingRepoCollateralSecurityType(v int)

SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.

func (OrderMassCancelReport) SetUnderlyingRepurchaseRate

func (m OrderMassCancelReport) SetUnderlyingRepurchaseRate(value decimal.Decimal, scale int32)

SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.

func (OrderMassCancelReport) SetUnderlyingRepurchaseTerm

func (m OrderMassCancelReport) SetUnderlyingRepurchaseTerm(v int)

SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.

func (OrderMassCancelReport) SetUnderlyingSecurityDesc

func (m OrderMassCancelReport) SetUnderlyingSecurityDesc(v string)

SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.

func (OrderMassCancelReport) SetUnderlyingSecurityExchange

func (m OrderMassCancelReport) SetUnderlyingSecurityExchange(v string)

SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.

func (OrderMassCancelReport) SetUnderlyingSecurityID

func (m OrderMassCancelReport) SetUnderlyingSecurityID(v string)

SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.

func (OrderMassCancelReport) SetUnderlyingSecurityIDSource

func (m OrderMassCancelReport) SetUnderlyingSecurityIDSource(v string)

SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.

func (OrderMassCancelReport) SetUnderlyingSecuritySubType

func (m OrderMassCancelReport) SetUnderlyingSecuritySubType(v string)

SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.

func (OrderMassCancelReport) SetUnderlyingSecurityType

func (m OrderMassCancelReport) SetUnderlyingSecurityType(v string)

SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.

func (OrderMassCancelReport) SetUnderlyingStartValue

func (m OrderMassCancelReport) SetUnderlyingStartValue(value decimal.Decimal, scale int32)

SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.

func (OrderMassCancelReport) SetUnderlyingStateOrProvinceOfIssue

func (m OrderMassCancelReport) SetUnderlyingStateOrProvinceOfIssue(v string)

SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (OrderMassCancelReport) SetUnderlyingStrikeCurrency

func (m OrderMassCancelReport) SetUnderlyingStrikeCurrency(v string)

SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.

func (OrderMassCancelReport) SetUnderlyingStrikePrice

func (m OrderMassCancelReport) SetUnderlyingStrikePrice(value decimal.Decimal, scale int32)

SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.

func (OrderMassCancelReport) SetUnderlyingSymbol

func (m OrderMassCancelReport) SetUnderlyingSymbol(v string)

SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.

func (OrderMassCancelReport) SetUnderlyingSymbolSfx

func (m OrderMassCancelReport) SetUnderlyingSymbolSfx(v string)

SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.

func (OrderMassCancelReport) ToMessage

func (m OrderMassCancelReport) ToMessage() *quickfix.Message

ToMessage returns a quickfix.Message instance.

type RouteOut

A RouteOut is the callback type that should be implemented for routing Message.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL