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 NoInstrumentParties

type NoInstrumentParties struct {
	*quickfix.Group
}

NoInstrumentParties is a repeating group element, Tag 1018.

func (NoInstrumentParties) GetInstrumentPartyID

func (m NoInstrumentParties) GetInstrumentPartyID() (v string, err quickfix.MessageRejectError)

GetInstrumentPartyID gets InstrumentPartyID, Tag 1019.

func (NoInstrumentParties) GetInstrumentPartyIDSource

func (m NoInstrumentParties) GetInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError)

GetInstrumentPartyIDSource gets InstrumentPartyIDSource, Tag 1050.

func (NoInstrumentParties) GetInstrumentPartyRole

func (m NoInstrumentParties) GetInstrumentPartyRole() (v int, err quickfix.MessageRejectError)

GetInstrumentPartyRole gets InstrumentPartyRole, Tag 1051.

func (NoInstrumentParties) GetNoInstrumentPartySubIDs

GetNoInstrumentPartySubIDs gets NoInstrumentPartySubIDs, Tag 1052.

func (NoInstrumentParties) HasInstrumentPartyID

func (m NoInstrumentParties) HasInstrumentPartyID() bool

HasInstrumentPartyID returns true if InstrumentPartyID is present, Tag 1019.

func (NoInstrumentParties) HasInstrumentPartyIDSource

func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool

HasInstrumentPartyIDSource returns true if InstrumentPartyIDSource is present, Tag 1050.

func (NoInstrumentParties) HasInstrumentPartyRole

func (m NoInstrumentParties) HasInstrumentPartyRole() bool

HasInstrumentPartyRole returns true if InstrumentPartyRole is present, Tag 1051.

func (NoInstrumentParties) HasNoInstrumentPartySubIDs

func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool

HasNoInstrumentPartySubIDs returns true if NoInstrumentPartySubIDs is present, Tag 1052.

func (NoInstrumentParties) SetInstrumentPartyID

func (m NoInstrumentParties) SetInstrumentPartyID(v string)

SetInstrumentPartyID sets InstrumentPartyID, Tag 1019.

func (NoInstrumentParties) SetInstrumentPartyIDSource

func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string)

SetInstrumentPartyIDSource sets InstrumentPartyIDSource, Tag 1050.

func (NoInstrumentParties) SetInstrumentPartyRole

func (m NoInstrumentParties) SetInstrumentPartyRole(v int)

SetInstrumentPartyRole sets InstrumentPartyRole, Tag 1051.

func (NoInstrumentParties) SetNoInstrumentPartySubIDs

func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup)

SetNoInstrumentPartySubIDs sets NoInstrumentPartySubIDs, Tag 1052.

type NoInstrumentPartiesRepeatingGroup

type NoInstrumentPartiesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoInstrumentPartiesRepeatingGroup is a repeating group, Tag 1018.

func NewNoInstrumentPartiesRepeatingGroup

func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup

NewNoInstrumentPartiesRepeatingGroup returns an initialized, NoInstrumentPartiesRepeatingGroup.

func (NoInstrumentPartiesRepeatingGroup) Add

Add create and append a new NoInstrumentParties to this group.

func (NoInstrumentPartiesRepeatingGroup) Get

Get returns the ith NoInstrumentParties in the NoInstrumentPartiesRepeatinGroup.

type NoInstrumentPartySubIDs

type NoInstrumentPartySubIDs struct {
	*quickfix.Group
}

NoInstrumentPartySubIDs is a repeating group element, Tag 1052.

func (NoInstrumentPartySubIDs) GetInstrumentPartySubID

func (m NoInstrumentPartySubIDs) GetInstrumentPartySubID() (v string, err quickfix.MessageRejectError)

GetInstrumentPartySubID gets InstrumentPartySubID, Tag 1053.

func (NoInstrumentPartySubIDs) GetInstrumentPartySubIDType

func (m NoInstrumentPartySubIDs) GetInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError)

GetInstrumentPartySubIDType gets InstrumentPartySubIDType, Tag 1054.

func (NoInstrumentPartySubIDs) HasInstrumentPartySubID

func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool

HasInstrumentPartySubID returns true if InstrumentPartySubID is present, Tag 1053.

func (NoInstrumentPartySubIDs) HasInstrumentPartySubIDType

func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool

HasInstrumentPartySubIDType returns true if InstrumentPartySubIDType is present, Tag 1054.

func (NoInstrumentPartySubIDs) SetInstrumentPartySubID

func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string)

SetInstrumentPartySubID sets InstrumentPartySubID, Tag 1053.

func (NoInstrumentPartySubIDs) SetInstrumentPartySubIDType

func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int)

SetInstrumentPartySubIDType sets InstrumentPartySubIDType, Tag 1054.

type NoInstrumentPartySubIDsRepeatingGroup

type NoInstrumentPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1052.

func NewNoInstrumentPartySubIDsRepeatingGroup

func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup

NewNoInstrumentPartySubIDsRepeatingGroup returns an initialized, NoInstrumentPartySubIDsRepeatingGroup.

func (NoInstrumentPartySubIDsRepeatingGroup) Add

Add create and append a new NoInstrumentPartySubIDs to this group.

func (NoInstrumentPartySubIDsRepeatingGroup) Get

Get returns the ith NoInstrumentPartySubIDs in the NoInstrumentPartySubIDsRepeatinGroup.

type NoPartyIDs

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453.

func (NoPartyIDs) GetNoPartySubIDs

GetNoPartySubIDs gets NoPartySubIDs, Tag 802.

func (NoPartyIDs) GetPartyID

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

GetPartyID gets PartyID, Tag 448.

func (NoPartyIDs) GetPartyIDSource

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

GetPartyIDSource gets PartyIDSource, Tag 447.

func (NoPartyIDs) GetPartyRole

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

GetPartyRole gets PartyRole, Tag 452.

func (NoPartyIDs) HasNoPartySubIDs

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.

func (NoPartyIDs) HasPartyID

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448.

func (NoPartyIDs) HasPartyIDSource

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447.

func (NoPartyIDs) HasPartyRole

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452.

func (NoPartyIDs) SetNoPartySubIDs

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802.

func (NoPartyIDs) SetPartyID

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448.

func (NoPartyIDs) SetPartyIDSource

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

SetPartyIDSource sets PartyIDSource, Tag 447.

func (NoPartyIDs) SetPartyRole

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

SetPartyRole sets PartyRole, Tag 452.

type NoPartyIDsRepeatingGroup

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453.

func NewNoPartyIDsRepeatingGroup

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.

func (NoPartyIDsRepeatingGroup) Add

Add create and append a new NoPartyIDs to this group.

func (NoPartyIDsRepeatingGroup) Get

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.

type NoPartySubIDs

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802.

func (NoPartySubIDs) GetPartySubID

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

GetPartySubID gets PartySubID, Tag 523.

func (NoPartySubIDs) GetPartySubIDType

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

GetPartySubIDType gets PartySubIDType, Tag 803.

func (NoPartySubIDs) HasPartySubID

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523.

func (NoPartySubIDs) HasPartySubIDType

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803.

func (NoPartySubIDs) SetPartySubID

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523.

func (NoPartySubIDs) SetPartySubIDType

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

SetPartySubIDType sets PartySubIDType, Tag 803.

type NoPartySubIDsRepeatingGroup

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.

func NewNoPartySubIDsRepeatingGroup

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.

func (NoPartySubIDsRepeatingGroup) Add

Add create and append a new NoPartySubIDs to this group.

func (NoPartySubIDsRepeatingGroup) Get

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.

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 NoUndlyInstrumentParties

type NoUndlyInstrumentParties struct {
	*quickfix.Group
}

NoUndlyInstrumentParties is a repeating group element, Tag 1058.

func (NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs

GetNoUndlyInstrumentPartySubIDs gets NoUndlyInstrumentPartySubIDs, Tag 1062.

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyID

func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyID() (v string, err quickfix.MessageRejectError)

GetUndlyInstrumentPartyID gets UndlyInstrumentPartyID, Tag 1059.

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource

func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource() (v string, err quickfix.MessageRejectError)

GetUndlyInstrumentPartyIDSource gets UndlyInstrumentPartyIDSource, Tag 1060.

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole

func (m NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole() (v int, err quickfix.MessageRejectError)

GetUndlyInstrumentPartyRole gets UndlyInstrumentPartyRole, Tag 1061.

func (NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs

func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool

HasNoUndlyInstrumentPartySubIDs returns true if NoUndlyInstrumentPartySubIDs is present, Tag 1062.

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyID

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool

HasUndlyInstrumentPartyID returns true if UndlyInstrumentPartyID is present, Tag 1059.

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool

HasUndlyInstrumentPartyIDSource returns true if UndlyInstrumentPartyIDSource is present, Tag 1060.

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool

HasUndlyInstrumentPartyRole returns true if UndlyInstrumentPartyRole is present, Tag 1061.

func (NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs

func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup)

SetNoUndlyInstrumentPartySubIDs sets NoUndlyInstrumentPartySubIDs, Tag 1062.

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyID

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string)

SetUndlyInstrumentPartyID sets UndlyInstrumentPartyID, Tag 1059.

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string)

SetUndlyInstrumentPartyIDSource sets UndlyInstrumentPartyIDSource, Tag 1060.

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int)

SetUndlyInstrumentPartyRole sets UndlyInstrumentPartyRole, Tag 1061.

type NoUndlyInstrumentPartiesRepeatingGroup

type NoUndlyInstrumentPartiesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUndlyInstrumentPartiesRepeatingGroup is a repeating group, Tag 1058.

func NewNoUndlyInstrumentPartiesRepeatingGroup

func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup

NewNoUndlyInstrumentPartiesRepeatingGroup returns an initialized, NoUndlyInstrumentPartiesRepeatingGroup.

func (NoUndlyInstrumentPartiesRepeatingGroup) Add

Add create and append a new NoUndlyInstrumentParties to this group.

func (NoUndlyInstrumentPartiesRepeatingGroup) Get

Get returns the ith NoUndlyInstrumentParties in the NoUndlyInstrumentPartiesRepeatinGroup.

type NoUndlyInstrumentPartySubIDs

type NoUndlyInstrumentPartySubIDs struct {
	*quickfix.Group
}

NoUndlyInstrumentPartySubIDs is a repeating group element, Tag 1062.

func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID

func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID() (v string, err quickfix.MessageRejectError)

GetUndlyInstrumentPartySubID gets UndlyInstrumentPartySubID, Tag 1063.

func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType

func (m NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType() (v int, err quickfix.MessageRejectError)

GetUndlyInstrumentPartySubIDType gets UndlyInstrumentPartySubIDType, Tag 1064.

func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID

func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool

HasUndlyInstrumentPartySubID returns true if UndlyInstrumentPartySubID is present, Tag 1063.

func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType

func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool

HasUndlyInstrumentPartySubIDType returns true if UndlyInstrumentPartySubIDType is present, Tag 1064.

func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID

func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string)

SetUndlyInstrumentPartySubID sets UndlyInstrumentPartySubID, Tag 1063.

func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType

func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int)

SetUndlyInstrumentPartySubIDType sets UndlyInstrumentPartySubIDType, Tag 1064.

type NoUndlyInstrumentPartySubIDsRepeatingGroup

type NoUndlyInstrumentPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUndlyInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1062.

func NewNoUndlyInstrumentPartySubIDsRepeatingGroup

func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup

NewNoUndlyInstrumentPartySubIDsRepeatingGroup returns an initialized, NoUndlyInstrumentPartySubIDsRepeatingGroup.

func (NoUndlyInstrumentPartySubIDsRepeatingGroup) Add

Add create and append a new NoUndlyInstrumentPartySubIDs to this group.

func (NoUndlyInstrumentPartySubIDsRepeatingGroup) Get

Get returns the ith NoUndlyInstrumentPartySubIDs in the NoUndlyInstrumentPartySubIDsRepeatinGroup.

type OrderMassCancelReport

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

OrderMassCancelReport is the fix50 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) GetInstrmtAssignmentMethod

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

GetInstrmtAssignmentMethod gets InstrmtAssignmentMethod, Tag 1049.

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) GetMaturityTime

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

GetMaturityTime gets MaturityTime, Tag 1079.

func (OrderMassCancelReport) GetMinPriceIncrement

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

GetMinPriceIncrement gets MinPriceIncrement, Tag 969.

func (OrderMassCancelReport) GetNTPositionLimit

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

GetNTPositionLimit gets NTPositionLimit, Tag 971.

func (OrderMassCancelReport) GetNoAffectedOrders

GetNoAffectedOrders gets NoAffectedOrders, Tag 534.

func (OrderMassCancelReport) GetNoEvents

GetNoEvents gets NoEvents, Tag 864.

func (OrderMassCancelReport) GetNoInstrumentParties

GetNoInstrumentParties gets NoInstrumentParties, Tag 1018.

func (OrderMassCancelReport) GetNoPartyIDs

GetNoPartyIDs gets NoPartyIDs, Tag 453.

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) GetNoUndlyInstrumentParties

GetNoUndlyInstrumentParties gets NoUndlyInstrumentParties, Tag 1058.

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) GetPositionLimit

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

GetPositionLimit gets PositionLimit, Tag 970.

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) GetSecurityStatus

func (m OrderMassCancelReport) GetSecurityStatus() (v enum.SecurityStatus, err quickfix.MessageRejectError)

GetSecurityStatus gets SecurityStatus, Tag 965.

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) GetSettleOnOpenFlag

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

GetSettleOnOpenFlag gets SettleOnOpenFlag, Tag 966.

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) GetStrikeMultiplier

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

GetStrikeMultiplier gets StrikeMultiplier, Tag 967.

func (OrderMassCancelReport) GetStrikePrice

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

GetStrikePrice gets StrikePrice, Tag 202.

func (OrderMassCancelReport) GetStrikeValue

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

GetStrikeValue gets StrikeValue, Tag 968.

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) GetTimeUnit

GetTimeUnit gets TimeUnit, Tag 997.

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) GetUnderlyingAdjustedQuantity

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

GetUnderlyingAdjustedQuantity gets UnderlyingAdjustedQuantity, Tag 1044.

func (OrderMassCancelReport) GetUnderlyingAllocationPercent

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

GetUnderlyingAllocationPercent gets UnderlyingAllocationPercent, Tag 972.

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) GetUnderlyingCapValue

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

GetUnderlyingCapValue gets UnderlyingCapValue, Tag 1038.

func (OrderMassCancelReport) GetUnderlyingCashAmount

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

GetUnderlyingCashAmount gets UnderlyingCashAmount, Tag 973.

func (OrderMassCancelReport) GetUnderlyingCashType

func (m OrderMassCancelReport) GetUnderlyingCashType() (v enum.UnderlyingCashType, err quickfix.MessageRejectError)

GetUnderlyingCashType gets UnderlyingCashType, Tag 974.

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) GetUnderlyingFXRate

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

GetUnderlyingFXRate gets UnderlyingFXRate, Tag 1045.

func (OrderMassCancelReport) GetUnderlyingFXRateCalc

func (m OrderMassCancelReport) GetUnderlyingFXRateCalc() (v enum.UnderlyingFXRateCalc, err quickfix.MessageRejectError)

GetUnderlyingFXRateCalc gets UnderlyingFXRateCalc, Tag 1046.

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) GetUnderlyingSettlMethod

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

GetUnderlyingSettlMethod gets UnderlyingSettlMethod, Tag 1039.

func (OrderMassCancelReport) GetUnderlyingSettlementType

func (m OrderMassCancelReport) GetUnderlyingSettlementType() (v enum.UnderlyingSettlementType, err quickfix.MessageRejectError)

GetUnderlyingSettlementType gets UnderlyingSettlementType, Tag 975.

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) GetUnderlyingTimeUnit

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

GetUnderlyingTimeUnit gets UnderlyingTimeUnit, Tag 1000.

func (OrderMassCancelReport) GetUnderlyingUnitOfMeasure

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

GetUnderlyingUnitOfMeasure gets UnderlyingUnitOfMeasure, Tag 998.

func (OrderMassCancelReport) GetUnitOfMeasure

func (m OrderMassCancelReport) GetUnitOfMeasure() (v enum.UnitOfMeasure, err quickfix.MessageRejectError)

GetUnitOfMeasure gets UnitOfMeasure, Tag 996.

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) HasInstrmtAssignmentMethod

func (m OrderMassCancelReport) HasInstrmtAssignmentMethod() bool

HasInstrmtAssignmentMethod returns true if InstrmtAssignmentMethod is present, Tag 1049.

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) HasMaturityTime

func (m OrderMassCancelReport) HasMaturityTime() bool

HasMaturityTime returns true if MaturityTime is present, Tag 1079.

func (OrderMassCancelReport) HasMinPriceIncrement

func (m OrderMassCancelReport) HasMinPriceIncrement() bool

HasMinPriceIncrement returns true if MinPriceIncrement is present, Tag 969.

func (OrderMassCancelReport) HasNTPositionLimit

func (m OrderMassCancelReport) HasNTPositionLimit() bool

HasNTPositionLimit returns true if NTPositionLimit is present, Tag 971.

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) HasNoInstrumentParties

func (m OrderMassCancelReport) HasNoInstrumentParties() bool

HasNoInstrumentParties returns true if NoInstrumentParties is present, Tag 1018.

func (OrderMassCancelReport) HasNoPartyIDs

func (m OrderMassCancelReport) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.

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) HasNoUndlyInstrumentParties

func (m OrderMassCancelReport) HasNoUndlyInstrumentParties() bool

HasNoUndlyInstrumentParties returns true if NoUndlyInstrumentParties is present, Tag 1058.

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) HasPositionLimit

func (m OrderMassCancelReport) HasPositionLimit() bool

HasPositionLimit returns true if PositionLimit is present, Tag 970.

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) HasSecurityStatus

func (m OrderMassCancelReport) HasSecurityStatus() bool

HasSecurityStatus returns true if SecurityStatus is present, Tag 965.

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) HasSettleOnOpenFlag

func (m OrderMassCancelReport) HasSettleOnOpenFlag() bool

HasSettleOnOpenFlag returns true if SettleOnOpenFlag is present, Tag 966.

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) HasStrikeMultiplier

func (m OrderMassCancelReport) HasStrikeMultiplier() bool

HasStrikeMultiplier returns true if StrikeMultiplier is present, Tag 967.

func (OrderMassCancelReport) HasStrikePrice

func (m OrderMassCancelReport) HasStrikePrice() bool

HasStrikePrice returns true if StrikePrice is present, Tag 202.

func (OrderMassCancelReport) HasStrikeValue

func (m OrderMassCancelReport) HasStrikeValue() bool

HasStrikeValue returns true if StrikeValue is present, Tag 968.

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) HasTimeUnit

func (m OrderMassCancelReport) HasTimeUnit() bool

HasTimeUnit returns true if TimeUnit is present, Tag 997.

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) HasUnderlyingAdjustedQuantity

func (m OrderMassCancelReport) HasUnderlyingAdjustedQuantity() bool

HasUnderlyingAdjustedQuantity returns true if UnderlyingAdjustedQuantity is present, Tag 1044.

func (OrderMassCancelReport) HasUnderlyingAllocationPercent

func (m OrderMassCancelReport) HasUnderlyingAllocationPercent() bool

HasUnderlyingAllocationPercent returns true if UnderlyingAllocationPercent is present, Tag 972.

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) HasUnderlyingCapValue

func (m OrderMassCancelReport) HasUnderlyingCapValue() bool

HasUnderlyingCapValue returns true if UnderlyingCapValue is present, Tag 1038.

func (OrderMassCancelReport) HasUnderlyingCashAmount

func (m OrderMassCancelReport) HasUnderlyingCashAmount() bool

HasUnderlyingCashAmount returns true if UnderlyingCashAmount is present, Tag 973.

func (OrderMassCancelReport) HasUnderlyingCashType

func (m OrderMassCancelReport) HasUnderlyingCashType() bool

HasUnderlyingCashType returns true if UnderlyingCashType is present, Tag 974.

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) HasUnderlyingFXRate

func (m OrderMassCancelReport) HasUnderlyingFXRate() bool

HasUnderlyingFXRate returns true if UnderlyingFXRate is present, Tag 1045.

func (OrderMassCancelReport) HasUnderlyingFXRateCalc

func (m OrderMassCancelReport) HasUnderlyingFXRateCalc() bool

HasUnderlyingFXRateCalc returns true if UnderlyingFXRateCalc is present, Tag 1046.

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) HasUnderlyingSettlMethod

func (m OrderMassCancelReport) HasUnderlyingSettlMethod() bool

HasUnderlyingSettlMethod returns true if UnderlyingSettlMethod is present, Tag 1039.

func (OrderMassCancelReport) HasUnderlyingSettlementType

func (m OrderMassCancelReport) HasUnderlyingSettlementType() bool

HasUnderlyingSettlementType returns true if UnderlyingSettlementType is present, Tag 975.

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) HasUnderlyingTimeUnit

func (m OrderMassCancelReport) HasUnderlyingTimeUnit() bool

HasUnderlyingTimeUnit returns true if UnderlyingTimeUnit is present, Tag 1000.

func (OrderMassCancelReport) HasUnderlyingUnitOfMeasure

func (m OrderMassCancelReport) HasUnderlyingUnitOfMeasure() bool

HasUnderlyingUnitOfMeasure returns true if UnderlyingUnitOfMeasure is present, Tag 998.

func (OrderMassCancelReport) HasUnitOfMeasure

func (m OrderMassCancelReport) HasUnitOfMeasure() bool

HasUnitOfMeasure returns true if UnitOfMeasure is present, Tag 996.

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) SetInstrmtAssignmentMethod

func (m OrderMassCancelReport) SetInstrmtAssignmentMethod(v string)

SetInstrmtAssignmentMethod sets InstrmtAssignmentMethod, Tag 1049.

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) SetMaturityTime

func (m OrderMassCancelReport) SetMaturityTime(v string)

SetMaturityTime sets MaturityTime, Tag 1079.

func (OrderMassCancelReport) SetMinPriceIncrement

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

SetMinPriceIncrement sets MinPriceIncrement, Tag 969.

func (OrderMassCancelReport) SetNTPositionLimit

func (m OrderMassCancelReport) SetNTPositionLimit(v int)

SetNTPositionLimit sets NTPositionLimit, Tag 971.

func (OrderMassCancelReport) SetNoAffectedOrders

func (m OrderMassCancelReport) SetNoAffectedOrders(f NoAffectedOrdersRepeatingGroup)

SetNoAffectedOrders sets NoAffectedOrders, Tag 534.

func (OrderMassCancelReport) SetNoEvents

SetNoEvents sets NoEvents, Tag 864.

func (OrderMassCancelReport) SetNoInstrumentParties

func (m OrderMassCancelReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)

SetNoInstrumentParties sets NoInstrumentParties, Tag 1018.

func (OrderMassCancelReport) SetNoPartyIDs

SetNoPartyIDs sets NoPartyIDs, Tag 453.

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) SetNoUndlyInstrumentParties

func (m OrderMassCancelReport) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup)

SetNoUndlyInstrumentParties sets NoUndlyInstrumentParties, Tag 1058.

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) SetPositionLimit

func (m OrderMassCancelReport) SetPositionLimit(v int)

SetPositionLimit sets PositionLimit, Tag 970.

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) SetSecurityStatus

func (m OrderMassCancelReport) SetSecurityStatus(v enum.SecurityStatus)

SetSecurityStatus sets SecurityStatus, Tag 965.

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) SetSettleOnOpenFlag

func (m OrderMassCancelReport) SetSettleOnOpenFlag(v string)

SetSettleOnOpenFlag sets SettleOnOpenFlag, Tag 966.

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) SetStrikeMultiplier

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

SetStrikeMultiplier sets StrikeMultiplier, Tag 967.

func (OrderMassCancelReport) SetStrikePrice

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

SetStrikePrice sets StrikePrice, Tag 202.

func (OrderMassCancelReport) SetStrikeValue

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

SetStrikeValue sets StrikeValue, Tag 968.

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) SetTimeUnit

func (m OrderMassCancelReport) SetTimeUnit(v enum.TimeUnit)

SetTimeUnit sets TimeUnit, Tag 997.

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) SetUnderlyingAdjustedQuantity

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

SetUnderlyingAdjustedQuantity sets UnderlyingAdjustedQuantity, Tag 1044.

func (OrderMassCancelReport) SetUnderlyingAllocationPercent

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

SetUnderlyingAllocationPercent sets UnderlyingAllocationPercent, Tag 972.

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) SetUnderlyingCapValue

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

SetUnderlyingCapValue sets UnderlyingCapValue, Tag 1038.

func (OrderMassCancelReport) SetUnderlyingCashAmount

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

SetUnderlyingCashAmount sets UnderlyingCashAmount, Tag 973.

func (OrderMassCancelReport) SetUnderlyingCashType

func (m OrderMassCancelReport) SetUnderlyingCashType(v enum.UnderlyingCashType)

SetUnderlyingCashType sets UnderlyingCashType, Tag 974.

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) SetUnderlyingFXRate

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

SetUnderlyingFXRate sets UnderlyingFXRate, Tag 1045.

func (OrderMassCancelReport) SetUnderlyingFXRateCalc

func (m OrderMassCancelReport) SetUnderlyingFXRateCalc(v enum.UnderlyingFXRateCalc)

SetUnderlyingFXRateCalc sets UnderlyingFXRateCalc, Tag 1046.

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) SetUnderlyingSettlMethod

func (m OrderMassCancelReport) SetUnderlyingSettlMethod(v string)

SetUnderlyingSettlMethod sets UnderlyingSettlMethod, Tag 1039.

func (OrderMassCancelReport) SetUnderlyingSettlementType

func (m OrderMassCancelReport) SetUnderlyingSettlementType(v enum.UnderlyingSettlementType)

SetUnderlyingSettlementType sets UnderlyingSettlementType, Tag 975.

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) SetUnderlyingTimeUnit

func (m OrderMassCancelReport) SetUnderlyingTimeUnit(v string)

SetUnderlyingTimeUnit sets UnderlyingTimeUnit, Tag 1000.

func (OrderMassCancelReport) SetUnderlyingUnitOfMeasure

func (m OrderMassCancelReport) SetUnderlyingUnitOfMeasure(v string)

SetUnderlyingUnitOfMeasure sets UnderlyingUnitOfMeasure, Tag 998.

func (OrderMassCancelReport) SetUnitOfMeasure

func (m OrderMassCancelReport) SetUnitOfMeasure(v enum.UnitOfMeasure)

SetUnitOfMeasure sets UnitOfMeasure, Tag 996.

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