ordercancelrequest

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 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 NoEvents added in v0.4.0

type NoEvents struct {
	*quickfix.Group
}

NoEvents is a repeating group element, Tag 864.

func (NoEvents) GetEventDate added in v0.4.0

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

GetEventDate gets EventDate, Tag 866.

func (NoEvents) GetEventPx added in v0.4.0

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

GetEventPx gets EventPx, Tag 867.

func (NoEvents) GetEventText added in v0.4.0

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

GetEventText gets EventText, Tag 868.

func (NoEvents) GetEventType added in v0.4.0

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

GetEventType gets EventType, Tag 865.

func (NoEvents) HasEventDate added in v0.4.0

func (m NoEvents) HasEventDate() bool

HasEventDate returns true if EventDate is present, Tag 866.

func (NoEvents) HasEventPx added in v0.4.0

func (m NoEvents) HasEventPx() bool

HasEventPx returns true if EventPx is present, Tag 867.

func (NoEvents) HasEventText added in v0.4.0

func (m NoEvents) HasEventText() bool

HasEventText returns true if EventText is present, Tag 868.

func (NoEvents) HasEventType added in v0.4.0

func (m NoEvents) HasEventType() bool

HasEventType returns true if EventType is present, Tag 865.

func (NoEvents) SetEventDate added in v0.4.0

func (m NoEvents) SetEventDate(v string)

SetEventDate sets EventDate, Tag 866.

func (NoEvents) SetEventPx added in v0.4.0

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

SetEventPx sets EventPx, Tag 867.

func (NoEvents) SetEventText added in v0.4.0

func (m NoEvents) SetEventText(v string)

SetEventText sets EventText, Tag 868.

func (NoEvents) SetEventType added in v0.4.0

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

SetEventType sets EventType, Tag 865.

type NoEventsRepeatingGroup added in v0.4.0

type NoEventsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoEventsRepeatingGroup is a repeating group, Tag 864.

func NewNoEventsRepeatingGroup added in v0.4.0

func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup

NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup.

func (NoEventsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoEvents to this group.

func (NoEventsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoEvents in the NoEventsRepeatinGroup.

type NoPartyIDs added in v0.4.0

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453.

func (NoPartyIDs) GetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoPartySubIDs gets NoPartySubIDs, Tag 802.

func (NoPartyIDs) GetPartyID added in v0.4.0

func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)

GetPartyID gets PartyID, Tag 448.

func (NoPartyIDs) GetPartyIDSource added in v0.4.0

func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)

GetPartyIDSource gets PartyIDSource, Tag 447.

func (NoPartyIDs) GetPartyRole added in v0.4.0

func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)

GetPartyRole gets PartyRole, Tag 452.

func (NoPartyIDs) HasNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.

func (NoPartyIDs) HasPartyID added in v0.4.0

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448.

func (NoPartyIDs) HasPartyIDSource added in v0.4.0

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447.

func (NoPartyIDs) HasPartyRole added in v0.4.0

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452.

func (NoPartyIDs) SetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802.

func (NoPartyIDs) SetPartyID added in v0.4.0

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448.

func (NoPartyIDs) SetPartyIDSource added in v0.4.0

func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)

SetPartyIDSource sets PartyIDSource, Tag 447.

func (NoPartyIDs) SetPartyRole added in v0.4.0

func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)

SetPartyRole sets PartyRole, Tag 452.

type NoPartyIDsRepeatingGroup added in v0.4.0

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453.

func NewNoPartyIDsRepeatingGroup added in v0.4.0

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.

func (NoPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartyIDs to this group.

func (NoPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.

type NoPartySubIDs added in v0.4.0

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802.

func (NoPartySubIDs) GetPartySubID added in v0.4.0

func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)

GetPartySubID gets PartySubID, Tag 523.

func (NoPartySubIDs) GetPartySubIDType added in v0.4.0

func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)

GetPartySubIDType gets PartySubIDType, Tag 803.

func (NoPartySubIDs) HasPartySubID added in v0.4.0

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523.

func (NoPartySubIDs) HasPartySubIDType added in v0.4.0

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803.

func (NoPartySubIDs) SetPartySubID added in v0.4.0

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523.

func (NoPartySubIDs) SetPartySubIDType added in v0.4.0

func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)

SetPartySubIDType sets PartySubIDType, Tag 803.

type NoPartySubIDsRepeatingGroup added in v0.4.0

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.

func NewNoPartySubIDsRepeatingGroup added in v0.4.0

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.

func (NoPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartySubIDs to this group.

func (NoPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.

type NoSecurityAltID added in v0.4.0

type NoSecurityAltID struct {
	*quickfix.Group
}

NoSecurityAltID is a repeating group element, Tag 454.

func (NoSecurityAltID) GetSecurityAltID added in v0.4.0

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

GetSecurityAltID gets SecurityAltID, Tag 455.

func (NoSecurityAltID) GetSecurityAltIDSource added in v0.4.0

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

GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456.

func (NoSecurityAltID) HasSecurityAltID added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltID() bool

HasSecurityAltID returns true if SecurityAltID is present, Tag 455.

func (NoSecurityAltID) HasSecurityAltIDSource added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltIDSource() bool

HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456.

func (NoSecurityAltID) SetSecurityAltID added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltID(v string)

SetSecurityAltID sets SecurityAltID, Tag 455.

func (NoSecurityAltID) SetSecurityAltIDSource added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltIDSource(v string)

SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456.

type NoSecurityAltIDRepeatingGroup added in v0.4.0

type NoSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454.

func NewNoSecurityAltIDRepeatingGroup added in v0.4.0

func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup

NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup.

func (NoSecurityAltIDRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSecurityAltID to this group.

func (NoSecurityAltIDRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup.

type NoUnderlyingSecurityAltID added in v0.4.0

type NoUnderlyingSecurityAltID struct {
	*quickfix.Group
}

NoUnderlyingSecurityAltID is a repeating group element, Tag 457.

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID added in v0.4.0

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

GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458.

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource added in v0.4.0

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

GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459.

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool

HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458.

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool

HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459.

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)

SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458.

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)

SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459.

type NoUnderlyingSecurityAltIDRepeatingGroup added in v0.4.0

type NoUnderlyingSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457.

func NewNoUnderlyingSecurityAltIDRepeatingGroup added in v0.4.0

func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup

NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup.

func (NoUnderlyingSecurityAltIDRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyingSecurityAltID to this group.

func (NoUnderlyingSecurityAltIDRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup.

type NoUnderlyingStips added in v0.4.0

type NoUnderlyingStips struct {
	*quickfix.Group
}

NoUnderlyingStips is a repeating group element, Tag 887.

func (NoUnderlyingStips) GetUnderlyingStipType added in v0.4.0

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

GetUnderlyingStipType gets UnderlyingStipType, Tag 888.

func (NoUnderlyingStips) GetUnderlyingStipValue added in v0.4.0

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

GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889.

func (NoUnderlyingStips) HasUnderlyingStipType added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipType() bool

HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888.

func (NoUnderlyingStips) HasUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipValue() bool

HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889.

func (NoUnderlyingStips) SetUnderlyingStipType added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipType(v string)

SetUnderlyingStipType sets UnderlyingStipType, Tag 888.

func (NoUnderlyingStips) SetUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)

SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889.

type NoUnderlyingStipsRepeatingGroup added in v0.4.0

type NoUnderlyingStipsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887.

func NewNoUnderlyingStipsRepeatingGroup added in v0.4.0

func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup

NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup.

func (NoUnderlyingStipsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyingStips to this group.

func (NoUnderlyingStipsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup.

type NoUnderlyings

type NoUnderlyings struct {
	*quickfix.Group
}

NoUnderlyings is a repeating group element, Tag 711.

func (NoUnderlyings) GetEncodedUnderlyingIssuer added in v0.4.0

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

GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363.

func (NoUnderlyings) GetEncodedUnderlyingIssuerLen added in v0.4.0

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

GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362.

func (NoUnderlyings) GetEncodedUnderlyingSecurityDesc added in v0.4.0

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

GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365.

func (NoUnderlyings) GetEncodedUnderlyingSecurityDescLen added in v0.4.0

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

GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364.

func (NoUnderlyings) GetNoUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyings) GetNoUnderlyingSecurityAltID() (NoUnderlyingSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)

GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457.

func (NoUnderlyings) GetNoUnderlyingStips added in v0.4.0

func (m NoUnderlyings) GetNoUnderlyingStips() (NoUnderlyingStipsRepeatingGroup, quickfix.MessageRejectError)

GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887.

func (NoUnderlyings) GetUnderlyingCFICode added in v0.4.0

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

GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463.

func (NoUnderlyings) GetUnderlyingCPProgram added in v0.4.0

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

GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877.

func (NoUnderlyings) GetUnderlyingCPRegType added in v0.4.0

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

GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878.

func (NoUnderlyings) GetUnderlyingContractMultiplier added in v0.4.0

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

GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436.

func (NoUnderlyings) GetUnderlyingCountryOfIssue added in v0.4.0

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

GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592.

func (NoUnderlyings) GetUnderlyingCouponPaymentDate added in v0.4.0

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

GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241.

func (NoUnderlyings) GetUnderlyingCouponRate added in v0.4.0

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

GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435.

func (NoUnderlyings) GetUnderlyingCreditRating added in v0.4.0

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

GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256.

func (NoUnderlyings) GetUnderlyingCurrency added in v0.4.0

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

GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318.

func (NoUnderlyings) GetUnderlyingCurrentValue added in v0.4.0

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

GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885.

func (NoUnderlyings) GetUnderlyingDirtyPrice added in v0.4.0

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

GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882.

func (NoUnderlyings) GetUnderlyingEndPrice added in v0.4.0

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

GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883.

func (NoUnderlyings) GetUnderlyingEndValue added in v0.4.0

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

GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886.

func (NoUnderlyings) GetUnderlyingFactor added in v0.4.0

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

GetUnderlyingFactor gets UnderlyingFactor, Tag 246.

func (NoUnderlyings) GetUnderlyingInstrRegistry added in v0.4.0

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

GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595.

func (NoUnderlyings) GetUnderlyingIssueDate added in v0.4.0

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

GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242.

func (NoUnderlyings) GetUnderlyingIssuer added in v0.4.0

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

GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306.

func (NoUnderlyings) GetUnderlyingLocaleOfIssue added in v0.4.0

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

GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594.

func (NoUnderlyings) GetUnderlyingMaturityDate added in v0.4.0

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

GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542.

func (NoUnderlyings) GetUnderlyingMaturityMonthYear added in v0.4.0

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

GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313.

func (NoUnderlyings) GetUnderlyingOptAttribute added in v0.4.0

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

GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317.

func (NoUnderlyings) GetUnderlyingProduct added in v0.4.0

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

GetUnderlyingProduct gets UnderlyingProduct, Tag 462.

func (NoUnderlyings) GetUnderlyingPx added in v0.4.0

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

GetUnderlyingPx gets UnderlyingPx, Tag 810.

func (NoUnderlyings) GetUnderlyingQty added in v0.4.0

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

GetUnderlyingQty gets UnderlyingQty, Tag 879.

func (NoUnderlyings) GetUnderlyingRedemptionDate added in v0.4.0

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

GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247.

func (NoUnderlyings) GetUnderlyingRepoCollateralSecurityType added in v0.4.0

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

GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243.

func (NoUnderlyings) GetUnderlyingRepurchaseRate added in v0.4.0

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

GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245.

func (NoUnderlyings) GetUnderlyingRepurchaseTerm added in v0.4.0

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

GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244.

func (NoUnderlyings) GetUnderlyingSecurityDesc added in v0.4.0

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

GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307.

func (NoUnderlyings) GetUnderlyingSecurityExchange added in v0.4.0

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

GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308.

func (NoUnderlyings) GetUnderlyingSecurityID added in v0.4.0

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

GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309.

func (NoUnderlyings) GetUnderlyingSecurityIDSource added in v0.4.0

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

GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305.

func (NoUnderlyings) GetUnderlyingSecuritySubType added in v0.4.0

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

GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763.

func (NoUnderlyings) GetUnderlyingSecurityType added in v0.4.0

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

GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310.

func (NoUnderlyings) GetUnderlyingStartValue added in v0.4.0

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

GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884.

func (NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue added in v0.4.0

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

GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (NoUnderlyings) GetUnderlyingStrikeCurrency added in v0.4.0

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

GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941.

func (NoUnderlyings) GetUnderlyingStrikePrice added in v0.4.0

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

GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316.

func (NoUnderlyings) GetUnderlyingSymbol added in v0.4.0

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

GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311.

func (NoUnderlyings) GetUnderlyingSymbolSfx added in v0.4.0

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

GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312.

func (NoUnderlyings) HasEncodedUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool

HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363.

func (NoUnderlyings) HasEncodedUnderlyingIssuerLen added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool

HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362.

func (NoUnderlyings) HasEncodedUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool

HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365.

func (NoUnderlyings) HasEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool

HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364.

func (NoUnderlyings) HasNoUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool

HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457.

func (NoUnderlyings) HasNoUnderlyingStips added in v0.4.0

func (m NoUnderlyings) HasNoUnderlyingStips() bool

HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887.

func (NoUnderlyings) HasUnderlyingCFICode added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCFICode() bool

HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463.

func (NoUnderlyings) HasUnderlyingCPProgram added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCPProgram() bool

HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877.

func (NoUnderlyings) HasUnderlyingCPRegType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCPRegType() bool

HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878.

func (NoUnderlyings) HasUnderlyingContractMultiplier added in v0.4.0

func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool

HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436.

func (NoUnderlyings) HasUnderlyingCountryOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool

HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592.

func (NoUnderlyings) HasUnderlyingCouponPaymentDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool

HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241.

func (NoUnderlyings) HasUnderlyingCouponRate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCouponRate() bool

HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435.

func (NoUnderlyings) HasUnderlyingCreditRating added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCreditRating() bool

HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256.

func (NoUnderlyings) HasUnderlyingCurrency added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCurrency() bool

HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318.

func (NoUnderlyings) HasUnderlyingCurrentValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCurrentValue() bool

HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885.

func (NoUnderlyings) HasUnderlyingDirtyPrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool

HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882.

func (NoUnderlyings) HasUnderlyingEndPrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingEndPrice() bool

HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883.

func (NoUnderlyings) HasUnderlyingEndValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingEndValue() bool

HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886.

func (NoUnderlyings) HasUnderlyingFactor added in v0.4.0

func (m NoUnderlyings) HasUnderlyingFactor() bool

HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246.

func (NoUnderlyings) HasUnderlyingInstrRegistry added in v0.4.0

func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool

HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595.

func (NoUnderlyings) HasUnderlyingIssueDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingIssueDate() bool

HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242.

func (NoUnderlyings) HasUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) HasUnderlyingIssuer() bool

HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306.

func (NoUnderlyings) HasUnderlyingLocaleOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool

HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594.

func (NoUnderlyings) HasUnderlyingMaturityDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingMaturityDate() bool

HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542.

func (NoUnderlyings) HasUnderlyingMaturityMonthYear added in v0.4.0

func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool

HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313.

func (NoUnderlyings) HasUnderlyingOptAttribute added in v0.4.0

func (m NoUnderlyings) HasUnderlyingOptAttribute() bool

HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317.

func (NoUnderlyings) HasUnderlyingProduct added in v0.4.0

func (m NoUnderlyings) HasUnderlyingProduct() bool

HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462.

func (NoUnderlyings) HasUnderlyingPx added in v0.4.0

func (m NoUnderlyings) HasUnderlyingPx() bool

HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810.

func (NoUnderlyings) HasUnderlyingQty added in v0.4.0

func (m NoUnderlyings) HasUnderlyingQty() bool

HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879.

func (NoUnderlyings) HasUnderlyingRedemptionDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool

HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247.

func (NoUnderlyings) HasUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool

HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243.

func (NoUnderlyings) HasUnderlyingRepurchaseRate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool

HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245.

func (NoUnderlyings) HasUnderlyingRepurchaseTerm added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool

HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244.

func (NoUnderlyings) HasUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool

HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307.

func (NoUnderlyings) HasUnderlyingSecurityExchange added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool

HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308.

func (NoUnderlyings) HasUnderlyingSecurityID added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityID() bool

HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309.

func (NoUnderlyings) HasUnderlyingSecurityIDSource added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool

HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305.

func (NoUnderlyings) HasUnderlyingSecuritySubType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool

HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763.

func (NoUnderlyings) HasUnderlyingSecurityType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityType() bool

HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310.

func (NoUnderlyings) HasUnderlyingStartValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStartValue() bool

HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884.

func (NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool

HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593.

func (NoUnderlyings) HasUnderlyingStrikeCurrency added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool

HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941.

func (NoUnderlyings) HasUnderlyingStrikePrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStrikePrice() bool

HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316.

func (NoUnderlyings) HasUnderlyingSymbol added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSymbol() bool

HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311.

func (NoUnderlyings) HasUnderlyingSymbolSfx added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool

HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312.

func (NoUnderlyings) SetEncodedUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)

SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363.

func (NoUnderlyings) SetEncodedUnderlyingIssuerLen added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)

SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362.

func (NoUnderlyings) SetEncodedUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)

SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365.

func (NoUnderlyings) SetEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)

SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364.

func (NoUnderlyings) SetNoUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)

SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457.

func (NoUnderlyings) SetNoUnderlyingStips added in v0.4.0

func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)

SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887.

func (NoUnderlyings) SetUnderlyingCFICode added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCFICode(v string)

SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463.

func (NoUnderlyings) SetUnderlyingCPProgram added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCPProgram(v string)

SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877.

func (NoUnderlyings) SetUnderlyingCPRegType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCPRegType(v string)

SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878.

func (NoUnderlyings) SetUnderlyingContractMultiplier added in v0.4.0

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

SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436.

func (NoUnderlyings) SetUnderlyingCountryOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)

SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592.

func (NoUnderlyings) SetUnderlyingCouponPaymentDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)

SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241.

func (NoUnderlyings) SetUnderlyingCouponRate added in v0.4.0

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

SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435.

func (NoUnderlyings) SetUnderlyingCreditRating added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCreditRating(v string)

SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256.

func (NoUnderlyings) SetUnderlyingCurrency added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCurrency(v string)

SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318.

func (NoUnderlyings) SetUnderlyingCurrentValue added in v0.4.0

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

SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885.

func (NoUnderlyings) SetUnderlyingDirtyPrice added in v0.4.0

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

SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882.

func (NoUnderlyings) SetUnderlyingEndPrice added in v0.4.0

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

SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883.

func (NoUnderlyings) SetUnderlyingEndValue added in v0.4.0

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

SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886.

func (NoUnderlyings) SetUnderlyingFactor added in v0.4.0

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

SetUnderlyingFactor sets UnderlyingFactor, Tag 246.

func (NoUnderlyings) SetUnderlyingInstrRegistry added in v0.4.0

func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)

SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595.

func (NoUnderlyings) SetUnderlyingIssueDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingIssueDate(v string)

SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242.

func (NoUnderlyings) SetUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) SetUnderlyingIssuer(v string)

SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306.

func (NoUnderlyings) SetUnderlyingLocaleOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)

SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594.

func (NoUnderlyings) SetUnderlyingMaturityDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)

SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542.

func (NoUnderlyings) SetUnderlyingMaturityMonthYear added in v0.4.0

func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)

SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313.

func (NoUnderlyings) SetUnderlyingOptAttribute added in v0.4.0

func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)

SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317.

func (NoUnderlyings) SetUnderlyingProduct added in v0.4.0

func (m NoUnderlyings) SetUnderlyingProduct(v int)

SetUnderlyingProduct sets UnderlyingProduct, Tag 462.

func (NoUnderlyings) SetUnderlyingPx added in v0.4.0

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

SetUnderlyingPx sets UnderlyingPx, Tag 810.

func (NoUnderlyings) SetUnderlyingQty added in v0.4.0

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

SetUnderlyingQty sets UnderlyingQty, Tag 879.

func (NoUnderlyings) SetUnderlyingRedemptionDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)

SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247.

func (NoUnderlyings) SetUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)

SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243.

func (NoUnderlyings) SetUnderlyingRepurchaseRate added in v0.4.0

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

SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245.

func (NoUnderlyings) SetUnderlyingRepurchaseTerm added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)

SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244.

func (NoUnderlyings) SetUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)

SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307.

func (NoUnderlyings) SetUnderlyingSecurityExchange added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)

SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308.

func (NoUnderlyings) SetUnderlyingSecurityID added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityID(v string)

SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309.

func (NoUnderlyings) SetUnderlyingSecurityIDSource added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)

SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305.

func (NoUnderlyings) SetUnderlyingSecuritySubType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)

SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763.

func (NoUnderlyings) SetUnderlyingSecurityType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityType(v string)

SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310.

func (NoUnderlyings) SetUnderlyingStartValue added in v0.4.0

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

SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884.

func (NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)

SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593.

func (NoUnderlyings) SetUnderlyingStrikeCurrency added in v0.4.0

func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)

SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941.

func (NoUnderlyings) SetUnderlyingStrikePrice added in v0.4.0

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

SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316.

func (NoUnderlyings) SetUnderlyingSymbol added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSymbol(v string)

SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311.

func (NoUnderlyings) SetUnderlyingSymbolSfx added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)

SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312.

type NoUnderlyingsRepeatingGroup added in v0.4.0

type NoUnderlyingsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingsRepeatingGroup is a repeating group, Tag 711.

func NewNoUnderlyingsRepeatingGroup added in v0.4.0

func NewNoUnderlyingsRepeatingGroup() NoUnderlyingsRepeatingGroup

NewNoUnderlyingsRepeatingGroup returns an initialized, NoUnderlyingsRepeatingGroup.

func (NoUnderlyingsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyings to this group.

func (NoUnderlyingsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyings in the NoUnderlyingsRepeatinGroup.

type OrderCancelRequest added in v0.4.0

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

OrderCancelRequest is the fix44 OrderCancelRequest type, MsgType = F.

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) OrderCancelRequest

FromMessage creates a OrderCancelRequest from a quickfix.Message instance.

func New added in v0.2.0

func New(origclordid field.OrigClOrdIDField, clordid field.ClOrdIDField, side field.SideField, transacttime field.TransactTimeField) (m OrderCancelRequest)

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

func (OrderCancelRequest) GetAccount added in v0.4.0

func (m OrderCancelRequest) GetAccount() (v string, err quickfix.MessageRejectError)

GetAccount gets Account, Tag 1.

func (OrderCancelRequest) GetAccountType added in v0.4.0

func (m OrderCancelRequest) GetAccountType() (v enum.AccountType, err quickfix.MessageRejectError)

GetAccountType gets AccountType, Tag 581.

func (OrderCancelRequest) GetAcctIDSource added in v0.4.0

func (m OrderCancelRequest) GetAcctIDSource() (v enum.AcctIDSource, err quickfix.MessageRejectError)

GetAcctIDSource gets AcctIDSource, Tag 660.

func (OrderCancelRequest) GetAgreementCurrency added in v0.4.0

func (m OrderCancelRequest) GetAgreementCurrency() (v string, err quickfix.MessageRejectError)

GetAgreementCurrency gets AgreementCurrency, Tag 918.

func (OrderCancelRequest) GetAgreementDate added in v0.4.0

func (m OrderCancelRequest) GetAgreementDate() (v string, err quickfix.MessageRejectError)

GetAgreementDate gets AgreementDate, Tag 915.

func (OrderCancelRequest) GetAgreementDesc added in v0.4.0

func (m OrderCancelRequest) GetAgreementDesc() (v string, err quickfix.MessageRejectError)

GetAgreementDesc gets AgreementDesc, Tag 913.

func (OrderCancelRequest) GetAgreementID added in v0.4.0

func (m OrderCancelRequest) GetAgreementID() (v string, err quickfix.MessageRejectError)

GetAgreementID gets AgreementID, Tag 914.

func (OrderCancelRequest) GetCFICode added in v0.4.0

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

GetCFICode gets CFICode, Tag 461.

func (OrderCancelRequest) GetCPProgram added in v0.4.0

func (m OrderCancelRequest) GetCPProgram() (v enum.CPProgram, err quickfix.MessageRejectError)

GetCPProgram gets CPProgram, Tag 875.

func (OrderCancelRequest) GetCPRegType added in v0.4.0

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

GetCPRegType gets CPRegType, Tag 876.

func (OrderCancelRequest) GetCashOrderQty added in v0.4.0

func (m OrderCancelRequest) GetCashOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetCashOrderQty gets CashOrderQty, Tag 152.

func (OrderCancelRequest) GetClOrdID added in v0.4.0

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

GetClOrdID gets ClOrdID, Tag 11.

func (OrderCancelRequest) GetClOrdLinkID added in v0.4.0

func (m OrderCancelRequest) GetClOrdLinkID() (v string, err quickfix.MessageRejectError)

GetClOrdLinkID gets ClOrdLinkID, Tag 583.

func (OrderCancelRequest) GetComplianceID added in v0.4.0

func (m OrderCancelRequest) GetComplianceID() (v string, err quickfix.MessageRejectError)

GetComplianceID gets ComplianceID, Tag 376.

func (OrderCancelRequest) GetContractMultiplier added in v0.4.0

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

GetContractMultiplier gets ContractMultiplier, Tag 231.

func (OrderCancelRequest) GetContractSettlMonth added in v0.4.0

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

GetContractSettlMonth gets ContractSettlMonth, Tag 667.

func (OrderCancelRequest) GetCountryOfIssue added in v0.4.0

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

GetCountryOfIssue gets CountryOfIssue, Tag 470.

func (OrderCancelRequest) GetCouponPaymentDate added in v0.4.0

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

GetCouponPaymentDate gets CouponPaymentDate, Tag 224.

func (OrderCancelRequest) GetCouponRate added in v0.4.0

func (m OrderCancelRequest) GetCouponRate() (v decimal.Decimal, err quickfix.MessageRejectError)

GetCouponRate gets CouponRate, Tag 223.

func (OrderCancelRequest) GetCreditRating added in v0.4.0

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

GetCreditRating gets CreditRating, Tag 255.

func (OrderCancelRequest) GetDatedDate added in v0.4.0

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

GetDatedDate gets DatedDate, Tag 873.

func (OrderCancelRequest) GetDeliveryType added in v0.4.0

func (m OrderCancelRequest) GetDeliveryType() (v enum.DeliveryType, err quickfix.MessageRejectError)

GetDeliveryType gets DeliveryType, Tag 919.

func (OrderCancelRequest) GetEncodedIssuer added in v0.4.0

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

GetEncodedIssuer gets EncodedIssuer, Tag 349.

func (OrderCancelRequest) GetEncodedIssuerLen added in v0.4.0

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

GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348.

func (OrderCancelRequest) GetEncodedSecurityDesc added in v0.4.0

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

GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351.

func (OrderCancelRequest) GetEncodedSecurityDescLen added in v0.4.0

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

GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350.

func (OrderCancelRequest) GetEncodedText added in v0.4.0

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

GetEncodedText gets EncodedText, Tag 355.

func (OrderCancelRequest) GetEncodedTextLen added in v0.4.0

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

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (OrderCancelRequest) GetEndDate added in v0.4.0

func (m OrderCancelRequest) GetEndDate() (v string, err quickfix.MessageRejectError)

GetEndDate gets EndDate, Tag 917.

func (OrderCancelRequest) GetFactor added in v0.4.0

func (m OrderCancelRequest) GetFactor() (v decimal.Decimal, err quickfix.MessageRejectError)

GetFactor gets Factor, Tag 228.

func (OrderCancelRequest) GetInstrRegistry added in v0.4.0

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

GetInstrRegistry gets InstrRegistry, Tag 543.

func (OrderCancelRequest) GetInterestAccrualDate added in v0.4.0

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

GetInterestAccrualDate gets InterestAccrualDate, Tag 874.

func (OrderCancelRequest) GetIssueDate added in v0.4.0

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

GetIssueDate gets IssueDate, Tag 225.

func (OrderCancelRequest) GetIssuer added in v0.4.0

func (m OrderCancelRequest) GetIssuer() (v string, err quickfix.MessageRejectError)

GetIssuer gets Issuer, Tag 106.

func (OrderCancelRequest) GetListID added in v0.4.0

func (m OrderCancelRequest) GetListID() (v string, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66.

func (OrderCancelRequest) GetLocaleOfIssue added in v0.4.0

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

GetLocaleOfIssue gets LocaleOfIssue, Tag 472.

func (OrderCancelRequest) GetMarginRatio added in v0.4.0

func (m OrderCancelRequest) GetMarginRatio() (v decimal.Decimal, err quickfix.MessageRejectError)

GetMarginRatio gets MarginRatio, Tag 898.

func (OrderCancelRequest) GetMaturityDate added in v0.4.0

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

GetMaturityDate gets MaturityDate, Tag 541.

func (OrderCancelRequest) GetMaturityMonthYear added in v0.4.0

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

GetMaturityMonthYear gets MaturityMonthYear, Tag 200.

func (OrderCancelRequest) GetNoEvents added in v0.4.0

func (m OrderCancelRequest) GetNoEvents() (NoEventsRepeatingGroup, quickfix.MessageRejectError)

GetNoEvents gets NoEvents, Tag 864.

func (OrderCancelRequest) GetNoPartyIDs added in v0.4.0

func (m OrderCancelRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoPartyIDs gets NoPartyIDs, Tag 453.

func (OrderCancelRequest) GetNoSecurityAltID added in v0.4.0

func (m OrderCancelRequest) GetNoSecurityAltID() (NoSecurityAltIDRepeatingGroup, quickfix.MessageRejectError)

GetNoSecurityAltID gets NoSecurityAltID, Tag 454.

func (OrderCancelRequest) GetNoUnderlyings added in v0.4.0

func (m OrderCancelRequest) GetNoUnderlyings() (NoUnderlyingsRepeatingGroup, quickfix.MessageRejectError)

GetNoUnderlyings gets NoUnderlyings, Tag 711.

func (OrderCancelRequest) GetOptAttribute added in v0.4.0

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

GetOptAttribute gets OptAttribute, Tag 206.

func (OrderCancelRequest) GetOrderID added in v0.4.0

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

GetOrderID gets OrderID, Tag 37.

func (OrderCancelRequest) GetOrderPercent added in v0.4.0

func (m OrderCancelRequest) GetOrderPercent() (v decimal.Decimal, err quickfix.MessageRejectError)

GetOrderPercent gets OrderPercent, Tag 516.

func (OrderCancelRequest) GetOrderQty added in v0.4.0

func (m OrderCancelRequest) GetOrderQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetOrderQty gets OrderQty, Tag 38.

func (OrderCancelRequest) GetOrigClOrdID added in v0.4.0

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

GetOrigClOrdID gets OrigClOrdID, Tag 41.

func (OrderCancelRequest) GetOrigOrdModTime added in v0.4.0

func (m OrderCancelRequest) GetOrigOrdModTime() (v time.Time, err quickfix.MessageRejectError)

GetOrigOrdModTime gets OrigOrdModTime, Tag 586.

func (OrderCancelRequest) GetPool added in v0.4.0

func (m OrderCancelRequest) GetPool() (v string, err quickfix.MessageRejectError)

GetPool gets Pool, Tag 691.

func (OrderCancelRequest) GetProduct added in v0.4.0

func (m OrderCancelRequest) GetProduct() (v enum.Product, err quickfix.MessageRejectError)

GetProduct gets Product, Tag 460.

func (OrderCancelRequest) GetRedemptionDate added in v0.4.0

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

GetRedemptionDate gets RedemptionDate, Tag 240.

func (OrderCancelRequest) GetRepoCollateralSecurityType added in v0.4.0

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

GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239.

func (OrderCancelRequest) GetRepurchaseRate added in v0.4.0

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

GetRepurchaseRate gets RepurchaseRate, Tag 227.

func (OrderCancelRequest) GetRepurchaseTerm added in v0.4.0

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

GetRepurchaseTerm gets RepurchaseTerm, Tag 226.

func (OrderCancelRequest) GetRoundingDirection added in v0.4.0

func (m OrderCancelRequest) GetRoundingDirection() (v enum.RoundingDirection, err quickfix.MessageRejectError)

GetRoundingDirection gets RoundingDirection, Tag 468.

func (OrderCancelRequest) GetRoundingModulus added in v0.4.0

func (m OrderCancelRequest) GetRoundingModulus() (v decimal.Decimal, err quickfix.MessageRejectError)

GetRoundingModulus gets RoundingModulus, Tag 469.

func (OrderCancelRequest) GetSecondaryClOrdID added in v0.4.0

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

GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526.

func (OrderCancelRequest) GetSecurityDesc added in v0.4.0

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

GetSecurityDesc gets SecurityDesc, Tag 107.

func (OrderCancelRequest) GetSecurityExchange added in v0.4.0

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

GetSecurityExchange gets SecurityExchange, Tag 207.

func (OrderCancelRequest) GetSecurityID added in v0.4.0

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

GetSecurityID gets SecurityID, Tag 48.

func (OrderCancelRequest) GetSecurityIDSource added in v0.4.0

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

GetSecurityIDSource gets SecurityIDSource, Tag 22.

func (OrderCancelRequest) GetSecuritySubType added in v0.4.0

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

GetSecuritySubType gets SecuritySubType, Tag 762.

func (OrderCancelRequest) GetSecurityType added in v0.4.0

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

GetSecurityType gets SecurityType, Tag 167.

func (OrderCancelRequest) GetSide added in v0.4.0

func (m OrderCancelRequest) GetSide() (v enum.Side, err quickfix.MessageRejectError)

GetSide gets Side, Tag 54.

func (OrderCancelRequest) GetStartDate added in v0.4.0

func (m OrderCancelRequest) GetStartDate() (v string, err quickfix.MessageRejectError)

GetStartDate gets StartDate, Tag 916.

func (OrderCancelRequest) GetStateOrProvinceOfIssue added in v0.4.0

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

GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471.

func (OrderCancelRequest) GetStrikeCurrency added in v0.4.0

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

GetStrikeCurrency gets StrikeCurrency, Tag 947.

func (OrderCancelRequest) GetStrikePrice added in v0.4.0

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

GetStrikePrice gets StrikePrice, Tag 202.

func (OrderCancelRequest) GetSymbol added in v0.4.0

func (m OrderCancelRequest) GetSymbol() (v string, err quickfix.MessageRejectError)

GetSymbol gets Symbol, Tag 55.

func (OrderCancelRequest) GetSymbolSfx added in v0.4.0

func (m OrderCancelRequest) GetSymbolSfx() (v enum.SymbolSfx, err quickfix.MessageRejectError)

GetSymbolSfx gets SymbolSfx, Tag 65.

func (OrderCancelRequest) GetTerminationType added in v0.4.0

func (m OrderCancelRequest) GetTerminationType() (v enum.TerminationType, err quickfix.MessageRejectError)

GetTerminationType gets TerminationType, Tag 788.

func (OrderCancelRequest) GetText added in v0.4.0

func (m OrderCancelRequest) GetText() (v string, err quickfix.MessageRejectError)

GetText gets Text, Tag 58.

func (OrderCancelRequest) GetTransactTime added in v0.4.0

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

GetTransactTime gets TransactTime, Tag 60.

func (OrderCancelRequest) HasAccount added in v0.4.0

func (m OrderCancelRequest) HasAccount() bool

HasAccount returns true if Account is present, Tag 1.

func (OrderCancelRequest) HasAccountType added in v0.4.0

func (m OrderCancelRequest) HasAccountType() bool

HasAccountType returns true if AccountType is present, Tag 581.

func (OrderCancelRequest) HasAcctIDSource added in v0.4.0

func (m OrderCancelRequest) HasAcctIDSource() bool

HasAcctIDSource returns true if AcctIDSource is present, Tag 660.

func (OrderCancelRequest) HasAgreementCurrency added in v0.4.0

func (m OrderCancelRequest) HasAgreementCurrency() bool

HasAgreementCurrency returns true if AgreementCurrency is present, Tag 918.

func (OrderCancelRequest) HasAgreementDate added in v0.4.0

func (m OrderCancelRequest) HasAgreementDate() bool

HasAgreementDate returns true if AgreementDate is present, Tag 915.

func (OrderCancelRequest) HasAgreementDesc added in v0.4.0

func (m OrderCancelRequest) HasAgreementDesc() bool

HasAgreementDesc returns true if AgreementDesc is present, Tag 913.

func (OrderCancelRequest) HasAgreementID added in v0.4.0

func (m OrderCancelRequest) HasAgreementID() bool

HasAgreementID returns true if AgreementID is present, Tag 914.

func (OrderCancelRequest) HasCFICode added in v0.4.0

func (m OrderCancelRequest) HasCFICode() bool

HasCFICode returns true if CFICode is present, Tag 461.

func (OrderCancelRequest) HasCPProgram added in v0.4.0

func (m OrderCancelRequest) HasCPProgram() bool

HasCPProgram returns true if CPProgram is present, Tag 875.

func (OrderCancelRequest) HasCPRegType added in v0.4.0

func (m OrderCancelRequest) HasCPRegType() bool

HasCPRegType returns true if CPRegType is present, Tag 876.

func (OrderCancelRequest) HasCashOrderQty added in v0.4.0

func (m OrderCancelRequest) HasCashOrderQty() bool

HasCashOrderQty returns true if CashOrderQty is present, Tag 152.

func (OrderCancelRequest) HasClOrdID added in v0.4.0

func (m OrderCancelRequest) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11.

func (OrderCancelRequest) HasClOrdLinkID added in v0.4.0

func (m OrderCancelRequest) HasClOrdLinkID() bool

HasClOrdLinkID returns true if ClOrdLinkID is present, Tag 583.

func (OrderCancelRequest) HasComplianceID added in v0.4.0

func (m OrderCancelRequest) HasComplianceID() bool

HasComplianceID returns true if ComplianceID is present, Tag 376.

func (OrderCancelRequest) HasContractMultiplier added in v0.4.0

func (m OrderCancelRequest) HasContractMultiplier() bool

HasContractMultiplier returns true if ContractMultiplier is present, Tag 231.

func (OrderCancelRequest) HasContractSettlMonth added in v0.4.0

func (m OrderCancelRequest) HasContractSettlMonth() bool

HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667.

func (OrderCancelRequest) HasCountryOfIssue added in v0.4.0

func (m OrderCancelRequest) HasCountryOfIssue() bool

HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470.

func (OrderCancelRequest) HasCouponPaymentDate added in v0.4.0

func (m OrderCancelRequest) HasCouponPaymentDate() bool

HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224.

func (OrderCancelRequest) HasCouponRate added in v0.4.0

func (m OrderCancelRequest) HasCouponRate() bool

HasCouponRate returns true if CouponRate is present, Tag 223.

func (OrderCancelRequest) HasCreditRating added in v0.4.0

func (m OrderCancelRequest) HasCreditRating() bool

HasCreditRating returns true if CreditRating is present, Tag 255.

func (OrderCancelRequest) HasDatedDate added in v0.4.0

func (m OrderCancelRequest) HasDatedDate() bool

HasDatedDate returns true if DatedDate is present, Tag 873.

func (OrderCancelRequest) HasDeliveryType added in v0.4.0

func (m OrderCancelRequest) HasDeliveryType() bool

HasDeliveryType returns true if DeliveryType is present, Tag 919.

func (OrderCancelRequest) HasEncodedIssuer added in v0.4.0

func (m OrderCancelRequest) HasEncodedIssuer() bool

HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349.

func (OrderCancelRequest) HasEncodedIssuerLen added in v0.4.0

func (m OrderCancelRequest) HasEncodedIssuerLen() bool

HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348.

func (OrderCancelRequest) HasEncodedSecurityDesc added in v0.4.0

func (m OrderCancelRequest) HasEncodedSecurityDesc() bool

HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351.

func (OrderCancelRequest) HasEncodedSecurityDescLen added in v0.4.0

func (m OrderCancelRequest) HasEncodedSecurityDescLen() bool

HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350.

func (OrderCancelRequest) HasEncodedText added in v0.4.0

func (m OrderCancelRequest) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (OrderCancelRequest) HasEncodedTextLen added in v0.4.0

func (m OrderCancelRequest) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (OrderCancelRequest) HasEndDate added in v0.4.0

func (m OrderCancelRequest) HasEndDate() bool

HasEndDate returns true if EndDate is present, Tag 917.

func (OrderCancelRequest) HasFactor added in v0.4.0

func (m OrderCancelRequest) HasFactor() bool

HasFactor returns true if Factor is present, Tag 228.

func (OrderCancelRequest) HasInstrRegistry added in v0.4.0

func (m OrderCancelRequest) HasInstrRegistry() bool

HasInstrRegistry returns true if InstrRegistry is present, Tag 543.

func (OrderCancelRequest) HasInterestAccrualDate added in v0.4.0

func (m OrderCancelRequest) HasInterestAccrualDate() bool

HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874.

func (OrderCancelRequest) HasIssueDate added in v0.4.0

func (m OrderCancelRequest) HasIssueDate() bool

HasIssueDate returns true if IssueDate is present, Tag 225.

func (OrderCancelRequest) HasIssuer added in v0.4.0

func (m OrderCancelRequest) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106.

func (OrderCancelRequest) HasListID added in v0.4.0

func (m OrderCancelRequest) HasListID() bool

HasListID returns true if ListID is present, Tag 66.

func (OrderCancelRequest) HasLocaleOfIssue added in v0.4.0

func (m OrderCancelRequest) HasLocaleOfIssue() bool

HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472.

func (OrderCancelRequest) HasMarginRatio added in v0.4.0

func (m OrderCancelRequest) HasMarginRatio() bool

HasMarginRatio returns true if MarginRatio is present, Tag 898.

func (OrderCancelRequest) HasMaturityDate added in v0.4.0

func (m OrderCancelRequest) HasMaturityDate() bool

HasMaturityDate returns true if MaturityDate is present, Tag 541.

func (OrderCancelRequest) HasMaturityMonthYear added in v0.4.0

func (m OrderCancelRequest) HasMaturityMonthYear() bool

HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200.

func (OrderCancelRequest) HasNoEvents added in v0.4.0

func (m OrderCancelRequest) HasNoEvents() bool

HasNoEvents returns true if NoEvents is present, Tag 864.

func (OrderCancelRequest) HasNoPartyIDs added in v0.4.0

func (m OrderCancelRequest) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.

func (OrderCancelRequest) HasNoSecurityAltID added in v0.4.0

func (m OrderCancelRequest) HasNoSecurityAltID() bool

HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454.

func (OrderCancelRequest) HasNoUnderlyings added in v0.4.0

func (m OrderCancelRequest) HasNoUnderlyings() bool

HasNoUnderlyings returns true if NoUnderlyings is present, Tag 711.

func (OrderCancelRequest) HasOptAttribute added in v0.4.0

func (m OrderCancelRequest) HasOptAttribute() bool

HasOptAttribute returns true if OptAttribute is present, Tag 206.

func (OrderCancelRequest) HasOrderID added in v0.4.0

func (m OrderCancelRequest) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37.

func (OrderCancelRequest) HasOrderPercent added in v0.4.0

func (m OrderCancelRequest) HasOrderPercent() bool

HasOrderPercent returns true if OrderPercent is present, Tag 516.

func (OrderCancelRequest) HasOrderQty added in v0.4.0

func (m OrderCancelRequest) HasOrderQty() bool

HasOrderQty returns true if OrderQty is present, Tag 38.

func (OrderCancelRequest) HasOrigClOrdID added in v0.4.0

func (m OrderCancelRequest) HasOrigClOrdID() bool

HasOrigClOrdID returns true if OrigClOrdID is present, Tag 41.

func (OrderCancelRequest) HasOrigOrdModTime added in v0.4.0

func (m OrderCancelRequest) HasOrigOrdModTime() bool

HasOrigOrdModTime returns true if OrigOrdModTime is present, Tag 586.

func (OrderCancelRequest) HasPool added in v0.4.0

func (m OrderCancelRequest) HasPool() bool

HasPool returns true if Pool is present, Tag 691.

func (OrderCancelRequest) HasProduct added in v0.4.0

func (m OrderCancelRequest) HasProduct() bool

HasProduct returns true if Product is present, Tag 460.

func (OrderCancelRequest) HasRedemptionDate added in v0.4.0

func (m OrderCancelRequest) HasRedemptionDate() bool

HasRedemptionDate returns true if RedemptionDate is present, Tag 240.

func (OrderCancelRequest) HasRepoCollateralSecurityType added in v0.4.0

func (m OrderCancelRequest) HasRepoCollateralSecurityType() bool

HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239.

func (OrderCancelRequest) HasRepurchaseRate added in v0.4.0

func (m OrderCancelRequest) HasRepurchaseRate() bool

HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227.

func (OrderCancelRequest) HasRepurchaseTerm added in v0.4.0

func (m OrderCancelRequest) HasRepurchaseTerm() bool

HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226.

func (OrderCancelRequest) HasRoundingDirection added in v0.4.0

func (m OrderCancelRequest) HasRoundingDirection() bool

HasRoundingDirection returns true if RoundingDirection is present, Tag 468.

func (OrderCancelRequest) HasRoundingModulus added in v0.4.0

func (m OrderCancelRequest) HasRoundingModulus() bool

HasRoundingModulus returns true if RoundingModulus is present, Tag 469.

func (OrderCancelRequest) HasSecondaryClOrdID added in v0.4.0

func (m OrderCancelRequest) HasSecondaryClOrdID() bool

HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526.

func (OrderCancelRequest) HasSecurityDesc added in v0.4.0

func (m OrderCancelRequest) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107.

func (OrderCancelRequest) HasSecurityExchange added in v0.4.0

func (m OrderCancelRequest) HasSecurityExchange() bool

HasSecurityExchange returns true if SecurityExchange is present, Tag 207.

func (OrderCancelRequest) HasSecurityID added in v0.4.0

func (m OrderCancelRequest) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48.

func (OrderCancelRequest) HasSecurityIDSource added in v0.4.0

func (m OrderCancelRequest) HasSecurityIDSource() bool

HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22.

func (OrderCancelRequest) HasSecuritySubType added in v0.4.0

func (m OrderCancelRequest) HasSecuritySubType() bool

HasSecuritySubType returns true if SecuritySubType is present, Tag 762.

func (OrderCancelRequest) HasSecurityType added in v0.4.0

func (m OrderCancelRequest) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167.

func (OrderCancelRequest) HasSide added in v0.4.0

func (m OrderCancelRequest) HasSide() bool

HasSide returns true if Side is present, Tag 54.

func (OrderCancelRequest) HasStartDate added in v0.4.0

func (m OrderCancelRequest) HasStartDate() bool

HasStartDate returns true if StartDate is present, Tag 916.

func (OrderCancelRequest) HasStateOrProvinceOfIssue added in v0.4.0

func (m OrderCancelRequest) HasStateOrProvinceOfIssue() bool

HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471.

func (OrderCancelRequest) HasStrikeCurrency added in v0.4.0

func (m OrderCancelRequest) HasStrikeCurrency() bool

HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947.

func (OrderCancelRequest) HasStrikePrice added in v0.4.0

func (m OrderCancelRequest) HasStrikePrice() bool

HasStrikePrice returns true if StrikePrice is present, Tag 202.

func (OrderCancelRequest) HasSymbol added in v0.4.0

func (m OrderCancelRequest) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55.

func (OrderCancelRequest) HasSymbolSfx added in v0.4.0

func (m OrderCancelRequest) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65.

func (OrderCancelRequest) HasTerminationType added in v0.4.0

func (m OrderCancelRequest) HasTerminationType() bool

HasTerminationType returns true if TerminationType is present, Tag 788.

func (OrderCancelRequest) HasText added in v0.4.0

func (m OrderCancelRequest) HasText() bool

HasText returns true if Text is present, Tag 58.

func (OrderCancelRequest) HasTransactTime added in v0.4.0

func (m OrderCancelRequest) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60.

func (OrderCancelRequest) SetAccount added in v0.4.0

func (m OrderCancelRequest) SetAccount(v string)

SetAccount sets Account, Tag 1.

func (OrderCancelRequest) SetAccountType added in v0.4.0

func (m OrderCancelRequest) SetAccountType(v enum.AccountType)

SetAccountType sets AccountType, Tag 581.

func (OrderCancelRequest) SetAcctIDSource added in v0.4.0

func (m OrderCancelRequest) SetAcctIDSource(v enum.AcctIDSource)

SetAcctIDSource sets AcctIDSource, Tag 660.

func (OrderCancelRequest) SetAgreementCurrency added in v0.4.0

func (m OrderCancelRequest) SetAgreementCurrency(v string)

SetAgreementCurrency sets AgreementCurrency, Tag 918.

func (OrderCancelRequest) SetAgreementDate added in v0.4.0

func (m OrderCancelRequest) SetAgreementDate(v string)

SetAgreementDate sets AgreementDate, Tag 915.

func (OrderCancelRequest) SetAgreementDesc added in v0.4.0

func (m OrderCancelRequest) SetAgreementDesc(v string)

SetAgreementDesc sets AgreementDesc, Tag 913.

func (OrderCancelRequest) SetAgreementID added in v0.4.0

func (m OrderCancelRequest) SetAgreementID(v string)

SetAgreementID sets AgreementID, Tag 914.

func (OrderCancelRequest) SetCFICode added in v0.4.0

func (m OrderCancelRequest) SetCFICode(v string)

SetCFICode sets CFICode, Tag 461.

func (OrderCancelRequest) SetCPProgram added in v0.4.0

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

SetCPProgram sets CPProgram, Tag 875.

func (OrderCancelRequest) SetCPRegType added in v0.4.0

func (m OrderCancelRequest) SetCPRegType(v string)

SetCPRegType sets CPRegType, Tag 876.

func (OrderCancelRequest) SetCashOrderQty added in v0.4.0

func (m OrderCancelRequest) SetCashOrderQty(value decimal.Decimal, scale int32)

SetCashOrderQty sets CashOrderQty, Tag 152.

func (OrderCancelRequest) SetClOrdID added in v0.4.0

func (m OrderCancelRequest) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11.

func (OrderCancelRequest) SetClOrdLinkID added in v0.4.0

func (m OrderCancelRequest) SetClOrdLinkID(v string)

SetClOrdLinkID sets ClOrdLinkID, Tag 583.

func (OrderCancelRequest) SetComplianceID added in v0.4.0

func (m OrderCancelRequest) SetComplianceID(v string)

SetComplianceID sets ComplianceID, Tag 376.

func (OrderCancelRequest) SetContractMultiplier added in v0.4.0

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

SetContractMultiplier sets ContractMultiplier, Tag 231.

func (OrderCancelRequest) SetContractSettlMonth added in v0.4.0

func (m OrderCancelRequest) SetContractSettlMonth(v string)

SetContractSettlMonth sets ContractSettlMonth, Tag 667.

func (OrderCancelRequest) SetCountryOfIssue added in v0.4.0

func (m OrderCancelRequest) SetCountryOfIssue(v string)

SetCountryOfIssue sets CountryOfIssue, Tag 470.

func (OrderCancelRequest) SetCouponPaymentDate added in v0.4.0

func (m OrderCancelRequest) SetCouponPaymentDate(v string)

SetCouponPaymentDate sets CouponPaymentDate, Tag 224.

func (OrderCancelRequest) SetCouponRate added in v0.4.0

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

SetCouponRate sets CouponRate, Tag 223.

func (OrderCancelRequest) SetCreditRating added in v0.4.0

func (m OrderCancelRequest) SetCreditRating(v string)

SetCreditRating sets CreditRating, Tag 255.

func (OrderCancelRequest) SetDatedDate added in v0.4.0

func (m OrderCancelRequest) SetDatedDate(v string)

SetDatedDate sets DatedDate, Tag 873.

func (OrderCancelRequest) SetDeliveryType added in v0.4.0

func (m OrderCancelRequest) SetDeliveryType(v enum.DeliveryType)

SetDeliveryType sets DeliveryType, Tag 919.

func (OrderCancelRequest) SetEncodedIssuer added in v0.4.0

func (m OrderCancelRequest) SetEncodedIssuer(v string)

SetEncodedIssuer sets EncodedIssuer, Tag 349.

func (OrderCancelRequest) SetEncodedIssuerLen added in v0.4.0

func (m OrderCancelRequest) SetEncodedIssuerLen(v int)

SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348.

func (OrderCancelRequest) SetEncodedSecurityDesc added in v0.4.0

func (m OrderCancelRequest) SetEncodedSecurityDesc(v string)

SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351.

func (OrderCancelRequest) SetEncodedSecurityDescLen added in v0.4.0

func (m OrderCancelRequest) SetEncodedSecurityDescLen(v int)

SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350.

func (OrderCancelRequest) SetEncodedText added in v0.4.0

func (m OrderCancelRequest) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (OrderCancelRequest) SetEncodedTextLen added in v0.4.0

func (m OrderCancelRequest) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (OrderCancelRequest) SetEndDate added in v0.4.0

func (m OrderCancelRequest) SetEndDate(v string)

SetEndDate sets EndDate, Tag 917.

func (OrderCancelRequest) SetFactor added in v0.4.0

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

SetFactor sets Factor, Tag 228.

func (OrderCancelRequest) SetInstrRegistry added in v0.4.0

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

SetInstrRegistry sets InstrRegistry, Tag 543.

func (OrderCancelRequest) SetInterestAccrualDate added in v0.4.0

func (m OrderCancelRequest) SetInterestAccrualDate(v string)

SetInterestAccrualDate sets InterestAccrualDate, Tag 874.

func (OrderCancelRequest) SetIssueDate added in v0.4.0

func (m OrderCancelRequest) SetIssueDate(v string)

SetIssueDate sets IssueDate, Tag 225.

func (OrderCancelRequest) SetIssuer added in v0.4.0

func (m OrderCancelRequest) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106.

func (OrderCancelRequest) SetListID added in v0.4.0

func (m OrderCancelRequest) SetListID(v string)

SetListID sets ListID, Tag 66.

func (OrderCancelRequest) SetLocaleOfIssue added in v0.4.0

func (m OrderCancelRequest) SetLocaleOfIssue(v string)

SetLocaleOfIssue sets LocaleOfIssue, Tag 472.

func (OrderCancelRequest) SetMarginRatio added in v0.4.0

func (m OrderCancelRequest) SetMarginRatio(value decimal.Decimal, scale int32)

SetMarginRatio sets MarginRatio, Tag 898.

func (OrderCancelRequest) SetMaturityDate added in v0.4.0

func (m OrderCancelRequest) SetMaturityDate(v string)

SetMaturityDate sets MaturityDate, Tag 541.

func (OrderCancelRequest) SetMaturityMonthYear added in v0.4.0

func (m OrderCancelRequest) SetMaturityMonthYear(v string)

SetMaturityMonthYear sets MaturityMonthYear, Tag 200.

func (OrderCancelRequest) SetNoEvents added in v0.4.0

func (m OrderCancelRequest) SetNoEvents(f NoEventsRepeatingGroup)

SetNoEvents sets NoEvents, Tag 864.

func (OrderCancelRequest) SetNoPartyIDs added in v0.4.0

func (m OrderCancelRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)

SetNoPartyIDs sets NoPartyIDs, Tag 453.

func (OrderCancelRequest) SetNoSecurityAltID added in v0.4.0

func (m OrderCancelRequest) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)

SetNoSecurityAltID sets NoSecurityAltID, Tag 454.

func (OrderCancelRequest) SetNoUnderlyings added in v0.4.0

func (m OrderCancelRequest) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)

SetNoUnderlyings sets NoUnderlyings, Tag 711.

func (OrderCancelRequest) SetOptAttribute added in v0.4.0

func (m OrderCancelRequest) SetOptAttribute(v string)

SetOptAttribute sets OptAttribute, Tag 206.

func (OrderCancelRequest) SetOrderID added in v0.4.0

func (m OrderCancelRequest) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37.

func (OrderCancelRequest) SetOrderPercent added in v0.4.0

func (m OrderCancelRequest) SetOrderPercent(value decimal.Decimal, scale int32)

SetOrderPercent sets OrderPercent, Tag 516.

func (OrderCancelRequest) SetOrderQty added in v0.4.0

func (m OrderCancelRequest) SetOrderQty(value decimal.Decimal, scale int32)

SetOrderQty sets OrderQty, Tag 38.

func (OrderCancelRequest) SetOrigClOrdID added in v0.4.0

func (m OrderCancelRequest) SetOrigClOrdID(v string)

SetOrigClOrdID sets OrigClOrdID, Tag 41.

func (OrderCancelRequest) SetOrigOrdModTime added in v0.4.0

func (m OrderCancelRequest) SetOrigOrdModTime(v time.Time)

SetOrigOrdModTime sets OrigOrdModTime, Tag 586.

func (OrderCancelRequest) SetPool added in v0.4.0

func (m OrderCancelRequest) SetPool(v string)

SetPool sets Pool, Tag 691.

func (OrderCancelRequest) SetProduct added in v0.4.0

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

SetProduct sets Product, Tag 460.

func (OrderCancelRequest) SetRedemptionDate added in v0.4.0

func (m OrderCancelRequest) SetRedemptionDate(v string)

SetRedemptionDate sets RedemptionDate, Tag 240.

func (OrderCancelRequest) SetRepoCollateralSecurityType added in v0.4.0

func (m OrderCancelRequest) SetRepoCollateralSecurityType(v int)

SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239.

func (OrderCancelRequest) SetRepurchaseRate added in v0.4.0

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

SetRepurchaseRate sets RepurchaseRate, Tag 227.

func (OrderCancelRequest) SetRepurchaseTerm added in v0.4.0

func (m OrderCancelRequest) SetRepurchaseTerm(v int)

SetRepurchaseTerm sets RepurchaseTerm, Tag 226.

func (OrderCancelRequest) SetRoundingDirection added in v0.4.0

func (m OrderCancelRequest) SetRoundingDirection(v enum.RoundingDirection)

SetRoundingDirection sets RoundingDirection, Tag 468.

func (OrderCancelRequest) SetRoundingModulus added in v0.4.0

func (m OrderCancelRequest) SetRoundingModulus(value decimal.Decimal, scale int32)

SetRoundingModulus sets RoundingModulus, Tag 469.

func (OrderCancelRequest) SetSecondaryClOrdID added in v0.4.0

func (m OrderCancelRequest) SetSecondaryClOrdID(v string)

SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526.

func (OrderCancelRequest) SetSecurityDesc added in v0.4.0

func (m OrderCancelRequest) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107.

func (OrderCancelRequest) SetSecurityExchange added in v0.4.0

func (m OrderCancelRequest) SetSecurityExchange(v string)

SetSecurityExchange sets SecurityExchange, Tag 207.

func (OrderCancelRequest) SetSecurityID added in v0.4.0

func (m OrderCancelRequest) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48.

func (OrderCancelRequest) SetSecurityIDSource added in v0.4.0

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

SetSecurityIDSource sets SecurityIDSource, Tag 22.

func (OrderCancelRequest) SetSecuritySubType added in v0.4.0

func (m OrderCancelRequest) SetSecuritySubType(v string)

SetSecuritySubType sets SecuritySubType, Tag 762.

func (OrderCancelRequest) SetSecurityType added in v0.4.0

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

SetSecurityType sets SecurityType, Tag 167.

func (OrderCancelRequest) SetSide added in v0.4.0

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

SetSide sets Side, Tag 54.

func (OrderCancelRequest) SetStartDate added in v0.4.0

func (m OrderCancelRequest) SetStartDate(v string)

SetStartDate sets StartDate, Tag 916.

func (OrderCancelRequest) SetStateOrProvinceOfIssue added in v0.4.0

func (m OrderCancelRequest) SetStateOrProvinceOfIssue(v string)

SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471.

func (OrderCancelRequest) SetStrikeCurrency added in v0.4.0

func (m OrderCancelRequest) SetStrikeCurrency(v string)

SetStrikeCurrency sets StrikeCurrency, Tag 947.

func (OrderCancelRequest) SetStrikePrice added in v0.4.0

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

SetStrikePrice sets StrikePrice, Tag 202.

func (OrderCancelRequest) SetSymbol added in v0.4.0

func (m OrderCancelRequest) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55.

func (OrderCancelRequest) SetSymbolSfx added in v0.4.0

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

SetSymbolSfx sets SymbolSfx, Tag 65.

func (OrderCancelRequest) SetTerminationType added in v0.4.0

func (m OrderCancelRequest) SetTerminationType(v enum.TerminationType)

SetTerminationType sets TerminationType, Tag 788.

func (OrderCancelRequest) SetText added in v0.4.0

func (m OrderCancelRequest) SetText(v string)

SetText sets Text, Tag 58.

func (OrderCancelRequest) SetTransactTime added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60.

func (OrderCancelRequest) ToMessage added in v0.4.0

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

ToMessage returns a quickfix.Message instance.

type RouteOut

type RouteOut func(msg OrderCancelRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError

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