tradecapturereport

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 6 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 NoAllocs added in v0.4.0

type NoAllocs struct {
	quickfix.Group
}

NoAllocs is a repeating group element, Tag 78

func (NoAllocs) GetAllocAccount added in v0.4.0

func (m NoAllocs) GetAllocAccount() (f field.AllocAccountField, err quickfix.MessageRejectError)

GetAllocAccount gets AllocAccount, Tag 79

func (NoAllocs) GetAllocAcctIDSource added in v0.4.0

func (m NoAllocs) GetAllocAcctIDSource() (f field.AllocAcctIDSourceField, err quickfix.MessageRejectError)

GetAllocAcctIDSource gets AllocAcctIDSource, Tag 661

func (NoAllocs) GetAllocClearingFeeIndicator added in v0.4.0

func (m NoAllocs) GetAllocClearingFeeIndicator() (f field.AllocClearingFeeIndicatorField, err quickfix.MessageRejectError)

GetAllocClearingFeeIndicator gets AllocClearingFeeIndicator, Tag 1136

func (NoAllocs) GetAllocCustomerCapacity added in v0.4.0

func (m NoAllocs) GetAllocCustomerCapacity() (f field.AllocCustomerCapacityField, err quickfix.MessageRejectError)

GetAllocCustomerCapacity gets AllocCustomerCapacity, Tag 993

func (NoAllocs) GetAllocMethod added in v0.4.0

func (m NoAllocs) GetAllocMethod() (f field.AllocMethodField, err quickfix.MessageRejectError)

GetAllocMethod gets AllocMethod, Tag 1002

func (NoAllocs) GetAllocQty added in v0.4.0

func (m NoAllocs) GetAllocQty() (f field.AllocQtyField, err quickfix.MessageRejectError)

GetAllocQty gets AllocQty, Tag 80

func (NoAllocs) GetAllocSettlCurrency added in v0.4.0

func (m NoAllocs) GetAllocSettlCurrency() (f field.AllocSettlCurrencyField, err quickfix.MessageRejectError)

GetAllocSettlCurrency gets AllocSettlCurrency, Tag 736

func (NoAllocs) GetIndividualAllocID added in v0.4.0

func (m NoAllocs) GetIndividualAllocID() (f field.IndividualAllocIDField, err quickfix.MessageRejectError)

GetIndividualAllocID gets IndividualAllocID, Tag 467

func (NoAllocs) GetNoNested2PartyIDs added in v0.4.0

GetNoNested2PartyIDs gets NoNested2PartyIDs, Tag 756

func (NoAllocs) GetSecondaryIndividualAllocID added in v0.4.0

func (m NoAllocs) GetSecondaryIndividualAllocID() (f field.SecondaryIndividualAllocIDField, err quickfix.MessageRejectError)

GetSecondaryIndividualAllocID gets SecondaryIndividualAllocID, Tag 989

func (NoAllocs) HasAllocAccount added in v0.4.0

func (m NoAllocs) HasAllocAccount() bool

HasAllocAccount returns true if AllocAccount is present, Tag 79

func (NoAllocs) HasAllocAcctIDSource added in v0.4.0

func (m NoAllocs) HasAllocAcctIDSource() bool

HasAllocAcctIDSource returns true if AllocAcctIDSource is present, Tag 661

func (NoAllocs) HasAllocClearingFeeIndicator added in v0.4.0

func (m NoAllocs) HasAllocClearingFeeIndicator() bool

HasAllocClearingFeeIndicator returns true if AllocClearingFeeIndicator is present, Tag 1136

func (NoAllocs) HasAllocCustomerCapacity added in v0.4.0

func (m NoAllocs) HasAllocCustomerCapacity() bool

HasAllocCustomerCapacity returns true if AllocCustomerCapacity is present, Tag 993

func (NoAllocs) HasAllocMethod added in v0.4.0

func (m NoAllocs) HasAllocMethod() bool

HasAllocMethod returns true if AllocMethod is present, Tag 1002

func (NoAllocs) HasAllocQty added in v0.4.0

func (m NoAllocs) HasAllocQty() bool

HasAllocQty returns true if AllocQty is present, Tag 80

func (NoAllocs) HasAllocSettlCurrency added in v0.4.0

func (m NoAllocs) HasAllocSettlCurrency() bool

HasAllocSettlCurrency returns true if AllocSettlCurrency is present, Tag 736

func (NoAllocs) HasIndividualAllocID added in v0.4.0

func (m NoAllocs) HasIndividualAllocID() bool

HasIndividualAllocID returns true if IndividualAllocID is present, Tag 467

func (NoAllocs) HasNoNested2PartyIDs added in v0.4.0

func (m NoAllocs) HasNoNested2PartyIDs() bool

HasNoNested2PartyIDs returns true if NoNested2PartyIDs is present, Tag 756

func (NoAllocs) HasSecondaryIndividualAllocID added in v0.4.0

func (m NoAllocs) HasSecondaryIndividualAllocID() bool

HasSecondaryIndividualAllocID returns true if SecondaryIndividualAllocID is present, Tag 989

func (NoAllocs) SetAllocAccount added in v0.4.0

func (m NoAllocs) SetAllocAccount(v string)

SetAllocAccount sets AllocAccount, Tag 79

func (NoAllocs) SetAllocAcctIDSource added in v0.4.0

func (m NoAllocs) SetAllocAcctIDSource(v int)

SetAllocAcctIDSource sets AllocAcctIDSource, Tag 661

func (NoAllocs) SetAllocClearingFeeIndicator added in v0.4.0

func (m NoAllocs) SetAllocClearingFeeIndicator(v string)

SetAllocClearingFeeIndicator sets AllocClearingFeeIndicator, Tag 1136

func (NoAllocs) SetAllocCustomerCapacity added in v0.4.0

func (m NoAllocs) SetAllocCustomerCapacity(v string)

SetAllocCustomerCapacity sets AllocCustomerCapacity, Tag 993

func (NoAllocs) SetAllocMethod added in v0.4.0

func (m NoAllocs) SetAllocMethod(v int)

SetAllocMethod sets AllocMethod, Tag 1002

func (NoAllocs) SetAllocQty added in v0.4.0

func (m NoAllocs) SetAllocQty(value decimal.Decimal, scale int32)

SetAllocQty sets AllocQty, Tag 80

func (NoAllocs) SetAllocSettlCurrency added in v0.4.0

func (m NoAllocs) SetAllocSettlCurrency(v string)

SetAllocSettlCurrency sets AllocSettlCurrency, Tag 736

func (NoAllocs) SetIndividualAllocID added in v0.4.0

func (m NoAllocs) SetIndividualAllocID(v string)

SetIndividualAllocID sets IndividualAllocID, Tag 467

func (NoAllocs) SetNoNested2PartyIDs added in v0.4.0

func (m NoAllocs) SetNoNested2PartyIDs(f NoNested2PartyIDsRepeatingGroup)

SetNoNested2PartyIDs sets NoNested2PartyIDs, Tag 756

func (NoAllocs) SetSecondaryIndividualAllocID added in v0.4.0

func (m NoAllocs) SetSecondaryIndividualAllocID(v string)

SetSecondaryIndividualAllocID sets SecondaryIndividualAllocID, Tag 989

type NoAllocsRepeatingGroup added in v0.4.0

type NoAllocsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAllocsRepeatingGroup is a repeating group, Tag 78

func NewNoAllocsRepeatingGroup added in v0.4.0

func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup

NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup

func (NoAllocsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoAllocs to this group

func (NoAllocsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoAllocs in the NoAllocsRepeatinGroup

type NoClearingInstructions added in v0.4.0

type NoClearingInstructions struct {
	quickfix.Group
}

NoClearingInstructions is a repeating group element, Tag 576

func (NoClearingInstructions) GetClearingInstruction added in v0.4.0

GetClearingInstruction gets ClearingInstruction, Tag 577

func (NoClearingInstructions) HasClearingInstruction added in v0.4.0

func (m NoClearingInstructions) HasClearingInstruction() bool

HasClearingInstruction returns true if ClearingInstruction is present, Tag 577

func (NoClearingInstructions) SetClearingInstruction added in v0.4.0

func (m NoClearingInstructions) SetClearingInstruction(v int)

SetClearingInstruction sets ClearingInstruction, Tag 577

type NoClearingInstructionsRepeatingGroup added in v0.4.0

type NoClearingInstructionsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoClearingInstructionsRepeatingGroup is a repeating group, Tag 576

func NewNoClearingInstructionsRepeatingGroup added in v0.4.0

func NewNoClearingInstructionsRepeatingGroup() NoClearingInstructionsRepeatingGroup

NewNoClearingInstructionsRepeatingGroup returns an initialized, NoClearingInstructionsRepeatingGroup

func (NoClearingInstructionsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoClearingInstructions to this group

func (NoClearingInstructionsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoClearingInstructions in the NoClearingInstructionsRepeatinGroup

type NoContAmts added in v0.4.0

type NoContAmts struct {
	quickfix.Group
}

NoContAmts is a repeating group element, Tag 518

func (NoContAmts) GetContAmtCurr added in v0.4.0

func (m NoContAmts) GetContAmtCurr() (f field.ContAmtCurrField, err quickfix.MessageRejectError)

GetContAmtCurr gets ContAmtCurr, Tag 521

func (NoContAmts) GetContAmtType added in v0.4.0

func (m NoContAmts) GetContAmtType() (f field.ContAmtTypeField, err quickfix.MessageRejectError)

GetContAmtType gets ContAmtType, Tag 519

func (NoContAmts) GetContAmtValue added in v0.4.0

func (m NoContAmts) GetContAmtValue() (f field.ContAmtValueField, err quickfix.MessageRejectError)

GetContAmtValue gets ContAmtValue, Tag 520

func (NoContAmts) HasContAmtCurr added in v0.4.0

func (m NoContAmts) HasContAmtCurr() bool

HasContAmtCurr returns true if ContAmtCurr is present, Tag 521

func (NoContAmts) HasContAmtType added in v0.4.0

func (m NoContAmts) HasContAmtType() bool

HasContAmtType returns true if ContAmtType is present, Tag 519

func (NoContAmts) HasContAmtValue added in v0.4.0

func (m NoContAmts) HasContAmtValue() bool

HasContAmtValue returns true if ContAmtValue is present, Tag 520

func (NoContAmts) SetContAmtCurr added in v0.4.0

func (m NoContAmts) SetContAmtCurr(v string)

SetContAmtCurr sets ContAmtCurr, Tag 521

func (NoContAmts) SetContAmtType added in v0.4.0

func (m NoContAmts) SetContAmtType(v int)

SetContAmtType sets ContAmtType, Tag 519

func (NoContAmts) SetContAmtValue added in v0.4.0

func (m NoContAmts) SetContAmtValue(value decimal.Decimal, scale int32)

SetContAmtValue sets ContAmtValue, Tag 520

type NoContAmtsRepeatingGroup added in v0.4.0

type NoContAmtsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoContAmtsRepeatingGroup is a repeating group, Tag 518

func NewNoContAmtsRepeatingGroup added in v0.4.0

func NewNoContAmtsRepeatingGroup() NoContAmtsRepeatingGroup

NewNoContAmtsRepeatingGroup returns an initialized, NoContAmtsRepeatingGroup

func (NoContAmtsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoContAmts to this group

func (NoContAmtsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoContAmts in the NoContAmtsRepeatinGroup

type NoEvents added in v0.4.0

type NoEvents struct {
	quickfix.Group
}

NoEvents is a repeating group element, Tag 864

func (NoEvents) GetEventDate added in v0.4.0

func (m NoEvents) GetEventDate() (f field.EventDateField, err quickfix.MessageRejectError)

GetEventDate gets EventDate, Tag 866

func (NoEvents) GetEventPx added in v0.4.0

func (m NoEvents) GetEventPx() (f field.EventPxField, err quickfix.MessageRejectError)

GetEventPx gets EventPx, Tag 867

func (NoEvents) GetEventText added in v0.4.0

func (m NoEvents) GetEventText() (f field.EventTextField, err quickfix.MessageRejectError)

GetEventText gets EventText, Tag 868

func (NoEvents) GetEventType added in v0.4.0

func (m NoEvents) GetEventType() (f field.EventTypeField, err quickfix.MessageRejectError)

GetEventType gets EventType, Tag 865

func (NoEvents) HasEventDate added in v0.4.0

func (m NoEvents) HasEventDate() bool

HasEventDate returns true if EventDate is present, Tag 866

func (NoEvents) HasEventPx added in v0.4.0

func (m NoEvents) HasEventPx() bool

HasEventPx returns true if EventPx is present, Tag 867

func (NoEvents) HasEventText added in v0.4.0

func (m NoEvents) HasEventText() bool

HasEventText returns true if EventText is present, Tag 868

func (NoEvents) HasEventType added in v0.4.0

func (m NoEvents) HasEventType() bool

HasEventType returns true if EventType is present, Tag 865

func (NoEvents) SetEventDate added in v0.4.0

func (m NoEvents) SetEventDate(v string)

SetEventDate sets EventDate, Tag 866

func (NoEvents) SetEventPx added in v0.4.0

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

SetEventPx sets EventPx, Tag 867

func (NoEvents) SetEventText added in v0.4.0

func (m NoEvents) SetEventText(v string)

SetEventText sets EventText, Tag 868

func (NoEvents) SetEventType added in v0.4.0

func (m NoEvents) SetEventType(v int)

SetEventType sets EventType, Tag 865

type NoEventsRepeatingGroup added in v0.4.0

type NoEventsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoEventsRepeatingGroup is a repeating group, Tag 864

func NewNoEventsRepeatingGroup added in v0.4.0

func NewNoEventsRepeatingGroup() NoEventsRepeatingGroup

NewNoEventsRepeatingGroup returns an initialized, NoEventsRepeatingGroup

func (NoEventsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoEvents to this group

func (NoEventsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoEvents in the NoEventsRepeatinGroup

type NoInstrumentParties added in v0.4.0

type NoInstrumentParties struct {
	quickfix.Group
}

NoInstrumentParties is a repeating group element, Tag 1018

func (NoInstrumentParties) GetInstrumentPartyID added in v0.4.0

GetInstrumentPartyID gets InstrumentPartyID, Tag 1019

func (NoInstrumentParties) GetInstrumentPartyIDSource added in v0.4.0

func (m NoInstrumentParties) GetInstrumentPartyIDSource() (f field.InstrumentPartyIDSourceField, err quickfix.MessageRejectError)

GetInstrumentPartyIDSource gets InstrumentPartyIDSource, Tag 1050

func (NoInstrumentParties) GetInstrumentPartyRole added in v0.4.0

GetInstrumentPartyRole gets InstrumentPartyRole, Tag 1051

func (NoInstrumentParties) GetNoInstrumentPartySubIDs added in v0.4.0

GetNoInstrumentPartySubIDs gets NoInstrumentPartySubIDs, Tag 1052

func (NoInstrumentParties) HasInstrumentPartyID added in v0.4.0

func (m NoInstrumentParties) HasInstrumentPartyID() bool

HasInstrumentPartyID returns true if InstrumentPartyID is present, Tag 1019

func (NoInstrumentParties) HasInstrumentPartyIDSource added in v0.4.0

func (m NoInstrumentParties) HasInstrumentPartyIDSource() bool

HasInstrumentPartyIDSource returns true if InstrumentPartyIDSource is present, Tag 1050

func (NoInstrumentParties) HasInstrumentPartyRole added in v0.4.0

func (m NoInstrumentParties) HasInstrumentPartyRole() bool

HasInstrumentPartyRole returns true if InstrumentPartyRole is present, Tag 1051

func (NoInstrumentParties) HasNoInstrumentPartySubIDs added in v0.4.0

func (m NoInstrumentParties) HasNoInstrumentPartySubIDs() bool

HasNoInstrumentPartySubIDs returns true if NoInstrumentPartySubIDs is present, Tag 1052

func (NoInstrumentParties) SetInstrumentPartyID added in v0.4.0

func (m NoInstrumentParties) SetInstrumentPartyID(v string)

SetInstrumentPartyID sets InstrumentPartyID, Tag 1019

func (NoInstrumentParties) SetInstrumentPartyIDSource added in v0.4.0

func (m NoInstrumentParties) SetInstrumentPartyIDSource(v string)

SetInstrumentPartyIDSource sets InstrumentPartyIDSource, Tag 1050

func (NoInstrumentParties) SetInstrumentPartyRole added in v0.4.0

func (m NoInstrumentParties) SetInstrumentPartyRole(v int)

SetInstrumentPartyRole sets InstrumentPartyRole, Tag 1051

func (NoInstrumentParties) SetNoInstrumentPartySubIDs added in v0.4.0

func (m NoInstrumentParties) SetNoInstrumentPartySubIDs(f NoInstrumentPartySubIDsRepeatingGroup)

SetNoInstrumentPartySubIDs sets NoInstrumentPartySubIDs, Tag 1052

type NoInstrumentPartiesRepeatingGroup added in v0.4.0

type NoInstrumentPartiesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoInstrumentPartiesRepeatingGroup is a repeating group, Tag 1018

func NewNoInstrumentPartiesRepeatingGroup added in v0.4.0

func NewNoInstrumentPartiesRepeatingGroup() NoInstrumentPartiesRepeatingGroup

NewNoInstrumentPartiesRepeatingGroup returns an initialized, NoInstrumentPartiesRepeatingGroup

func (NoInstrumentPartiesRepeatingGroup) Add added in v0.4.0

Add create and append a new NoInstrumentParties to this group

func (NoInstrumentPartiesRepeatingGroup) Get added in v0.4.0

Get returns the ith NoInstrumentParties in the NoInstrumentPartiesRepeatinGroup

type NoInstrumentPartySubIDs added in v0.4.0

type NoInstrumentPartySubIDs struct {
	quickfix.Group
}

NoInstrumentPartySubIDs is a repeating group element, Tag 1052

func (NoInstrumentPartySubIDs) GetInstrumentPartySubID added in v0.4.0

GetInstrumentPartySubID gets InstrumentPartySubID, Tag 1053

func (NoInstrumentPartySubIDs) GetInstrumentPartySubIDType added in v0.4.0

GetInstrumentPartySubIDType gets InstrumentPartySubIDType, Tag 1054

func (NoInstrumentPartySubIDs) HasInstrumentPartySubID added in v0.4.0

func (m NoInstrumentPartySubIDs) HasInstrumentPartySubID() bool

HasInstrumentPartySubID returns true if InstrumentPartySubID is present, Tag 1053

func (NoInstrumentPartySubIDs) HasInstrumentPartySubIDType added in v0.4.0

func (m NoInstrumentPartySubIDs) HasInstrumentPartySubIDType() bool

HasInstrumentPartySubIDType returns true if InstrumentPartySubIDType is present, Tag 1054

func (NoInstrumentPartySubIDs) SetInstrumentPartySubID added in v0.4.0

func (m NoInstrumentPartySubIDs) SetInstrumentPartySubID(v string)

SetInstrumentPartySubID sets InstrumentPartySubID, Tag 1053

func (NoInstrumentPartySubIDs) SetInstrumentPartySubIDType added in v0.4.0

func (m NoInstrumentPartySubIDs) SetInstrumentPartySubIDType(v int)

SetInstrumentPartySubIDType sets InstrumentPartySubIDType, Tag 1054

type NoInstrumentPartySubIDsRepeatingGroup added in v0.4.0

type NoInstrumentPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1052

func NewNoInstrumentPartySubIDsRepeatingGroup added in v0.4.0

func NewNoInstrumentPartySubIDsRepeatingGroup() NoInstrumentPartySubIDsRepeatingGroup

NewNoInstrumentPartySubIDsRepeatingGroup returns an initialized, NoInstrumentPartySubIDsRepeatingGroup

func (NoInstrumentPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoInstrumentPartySubIDs to this group

func (NoInstrumentPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoInstrumentPartySubIDs in the NoInstrumentPartySubIDsRepeatinGroup

type NoLegSecurityAltID added in v0.4.0

type NoLegSecurityAltID struct {
	quickfix.Group
}

NoLegSecurityAltID is a repeating group element, Tag 604

func (NoLegSecurityAltID) GetLegSecurityAltID added in v0.4.0

GetLegSecurityAltID gets LegSecurityAltID, Tag 605

func (NoLegSecurityAltID) GetLegSecurityAltIDSource added in v0.4.0

func (m NoLegSecurityAltID) GetLegSecurityAltIDSource() (f field.LegSecurityAltIDSourceField, err quickfix.MessageRejectError)

GetLegSecurityAltIDSource gets LegSecurityAltIDSource, Tag 606

func (NoLegSecurityAltID) HasLegSecurityAltID added in v0.4.0

func (m NoLegSecurityAltID) HasLegSecurityAltID() bool

HasLegSecurityAltID returns true if LegSecurityAltID is present, Tag 605

func (NoLegSecurityAltID) HasLegSecurityAltIDSource added in v0.4.0

func (m NoLegSecurityAltID) HasLegSecurityAltIDSource() bool

HasLegSecurityAltIDSource returns true if LegSecurityAltIDSource is present, Tag 606

func (NoLegSecurityAltID) SetLegSecurityAltID added in v0.4.0

func (m NoLegSecurityAltID) SetLegSecurityAltID(v string)

SetLegSecurityAltID sets LegSecurityAltID, Tag 605

func (NoLegSecurityAltID) SetLegSecurityAltIDSource added in v0.4.0

func (m NoLegSecurityAltID) SetLegSecurityAltIDSource(v string)

SetLegSecurityAltIDSource sets LegSecurityAltIDSource, Tag 606

type NoLegSecurityAltIDRepeatingGroup added in v0.4.0

type NoLegSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoLegSecurityAltIDRepeatingGroup is a repeating group, Tag 604

func NewNoLegSecurityAltIDRepeatingGroup added in v0.4.0

func NewNoLegSecurityAltIDRepeatingGroup() NoLegSecurityAltIDRepeatingGroup

NewNoLegSecurityAltIDRepeatingGroup returns an initialized, NoLegSecurityAltIDRepeatingGroup

func (NoLegSecurityAltIDRepeatingGroup) Add added in v0.4.0

Add create and append a new NoLegSecurityAltID to this group

func (NoLegSecurityAltIDRepeatingGroup) Get added in v0.4.0

Get returns the ith NoLegSecurityAltID in the NoLegSecurityAltIDRepeatinGroup

type NoLegStipulations added in v0.4.0

type NoLegStipulations struct {
	quickfix.Group
}

NoLegStipulations is a repeating group element, Tag 683

func (NoLegStipulations) GetLegStipulationType added in v0.4.0

func (m NoLegStipulations) GetLegStipulationType() (f field.LegStipulationTypeField, err quickfix.MessageRejectError)

GetLegStipulationType gets LegStipulationType, Tag 688

func (NoLegStipulations) GetLegStipulationValue added in v0.4.0

func (m NoLegStipulations) GetLegStipulationValue() (f field.LegStipulationValueField, err quickfix.MessageRejectError)

GetLegStipulationValue gets LegStipulationValue, Tag 689

func (NoLegStipulations) HasLegStipulationType added in v0.4.0

func (m NoLegStipulations) HasLegStipulationType() bool

HasLegStipulationType returns true if LegStipulationType is present, Tag 688

func (NoLegStipulations) HasLegStipulationValue added in v0.4.0

func (m NoLegStipulations) HasLegStipulationValue() bool

HasLegStipulationValue returns true if LegStipulationValue is present, Tag 689

func (NoLegStipulations) SetLegStipulationType added in v0.4.0

func (m NoLegStipulations) SetLegStipulationType(v string)

SetLegStipulationType sets LegStipulationType, Tag 688

func (NoLegStipulations) SetLegStipulationValue added in v0.4.0

func (m NoLegStipulations) SetLegStipulationValue(v string)

SetLegStipulationValue sets LegStipulationValue, Tag 689

type NoLegStipulationsRepeatingGroup added in v0.4.0

type NoLegStipulationsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoLegStipulationsRepeatingGroup is a repeating group, Tag 683

func NewNoLegStipulationsRepeatingGroup added in v0.4.0

func NewNoLegStipulationsRepeatingGroup() NoLegStipulationsRepeatingGroup

NewNoLegStipulationsRepeatingGroup returns an initialized, NoLegStipulationsRepeatingGroup

func (NoLegStipulationsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoLegStipulations to this group

func (NoLegStipulationsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoLegStipulations in the NoLegStipulationsRepeatinGroup

type NoLegs added in v0.4.0

type NoLegs struct {
	quickfix.Group
}

NoLegs is a repeating group element, Tag 555

func (NoLegs) GetEncodedLegIssuer added in v0.4.0

func (m NoLegs) GetEncodedLegIssuer() (f field.EncodedLegIssuerField, err quickfix.MessageRejectError)

GetEncodedLegIssuer gets EncodedLegIssuer, Tag 619

func (NoLegs) GetEncodedLegIssuerLen added in v0.4.0

func (m NoLegs) GetEncodedLegIssuerLen() (f field.EncodedLegIssuerLenField, err quickfix.MessageRejectError)

GetEncodedLegIssuerLen gets EncodedLegIssuerLen, Tag 618

func (NoLegs) GetEncodedLegSecurityDesc added in v0.4.0

func (m NoLegs) GetEncodedLegSecurityDesc() (f field.EncodedLegSecurityDescField, err quickfix.MessageRejectError)

GetEncodedLegSecurityDesc gets EncodedLegSecurityDesc, Tag 622

func (NoLegs) GetEncodedLegSecurityDescLen added in v0.4.0

func (m NoLegs) GetEncodedLegSecurityDescLen() (f field.EncodedLegSecurityDescLenField, err quickfix.MessageRejectError)

GetEncodedLegSecurityDescLen gets EncodedLegSecurityDescLen, Tag 621

func (NoLegs) GetLegCFICode added in v0.4.0

func (m NoLegs) GetLegCFICode() (f field.LegCFICodeField, err quickfix.MessageRejectError)

GetLegCFICode gets LegCFICode, Tag 608

func (NoLegs) GetLegCalculatedCcyLastQty added in v0.4.0

func (m NoLegs) GetLegCalculatedCcyLastQty() (f field.LegCalculatedCcyLastQtyField, err quickfix.MessageRejectError)

GetLegCalculatedCcyLastQty gets LegCalculatedCcyLastQty, Tag 1074

func (NoLegs) GetLegContractMultiplier added in v0.4.0

func (m NoLegs) GetLegContractMultiplier() (f field.LegContractMultiplierField, err quickfix.MessageRejectError)

GetLegContractMultiplier gets LegContractMultiplier, Tag 614

func (NoLegs) GetLegContractSettlMonth added in v0.4.0

func (m NoLegs) GetLegContractSettlMonth() (f field.LegContractSettlMonthField, err quickfix.MessageRejectError)

GetLegContractSettlMonth gets LegContractSettlMonth, Tag 955

func (NoLegs) GetLegCountryOfIssue added in v0.4.0

func (m NoLegs) GetLegCountryOfIssue() (f field.LegCountryOfIssueField, err quickfix.MessageRejectError)

GetLegCountryOfIssue gets LegCountryOfIssue, Tag 596

func (NoLegs) GetLegCouponPaymentDate added in v0.4.0

func (m NoLegs) GetLegCouponPaymentDate() (f field.LegCouponPaymentDateField, err quickfix.MessageRejectError)

GetLegCouponPaymentDate gets LegCouponPaymentDate, Tag 248

func (NoLegs) GetLegCouponRate added in v0.4.0

func (m NoLegs) GetLegCouponRate() (f field.LegCouponRateField, err quickfix.MessageRejectError)

GetLegCouponRate gets LegCouponRate, Tag 615

func (NoLegs) GetLegCoveredOrUncovered added in v0.4.0

func (m NoLegs) GetLegCoveredOrUncovered() (f field.LegCoveredOrUncoveredField, err quickfix.MessageRejectError)

GetLegCoveredOrUncovered gets LegCoveredOrUncovered, Tag 565

func (NoLegs) GetLegCreditRating added in v0.4.0

func (m NoLegs) GetLegCreditRating() (f field.LegCreditRatingField, err quickfix.MessageRejectError)

GetLegCreditRating gets LegCreditRating, Tag 257

func (NoLegs) GetLegCurrency added in v0.4.0

func (m NoLegs) GetLegCurrency() (f field.LegCurrencyField, err quickfix.MessageRejectError)

GetLegCurrency gets LegCurrency, Tag 556

func (NoLegs) GetLegDatedDate added in v0.4.0

func (m NoLegs) GetLegDatedDate() (f field.LegDatedDateField, err quickfix.MessageRejectError)

GetLegDatedDate gets LegDatedDate, Tag 739

func (NoLegs) GetLegFactor added in v0.4.0

func (m NoLegs) GetLegFactor() (f field.LegFactorField, err quickfix.MessageRejectError)

GetLegFactor gets LegFactor, Tag 253

func (NoLegs) GetLegGrossTradeAmt added in v0.4.0

func (m NoLegs) GetLegGrossTradeAmt() (f field.LegGrossTradeAmtField, err quickfix.MessageRejectError)

GetLegGrossTradeAmt gets LegGrossTradeAmt, Tag 1075

func (NoLegs) GetLegInstrRegistry added in v0.4.0

func (m NoLegs) GetLegInstrRegistry() (f field.LegInstrRegistryField, err quickfix.MessageRejectError)

GetLegInstrRegistry gets LegInstrRegistry, Tag 599

func (NoLegs) GetLegInterestAccrualDate added in v0.4.0

func (m NoLegs) GetLegInterestAccrualDate() (f field.LegInterestAccrualDateField, err quickfix.MessageRejectError)

GetLegInterestAccrualDate gets LegInterestAccrualDate, Tag 956

func (NoLegs) GetLegIssueDate added in v0.4.0

func (m NoLegs) GetLegIssueDate() (f field.LegIssueDateField, err quickfix.MessageRejectError)

GetLegIssueDate gets LegIssueDate, Tag 249

func (NoLegs) GetLegIssuer added in v0.4.0

func (m NoLegs) GetLegIssuer() (f field.LegIssuerField, err quickfix.MessageRejectError)

GetLegIssuer gets LegIssuer, Tag 617

func (NoLegs) GetLegLastForwardPoints added in v0.4.0

func (m NoLegs) GetLegLastForwardPoints() (f field.LegLastForwardPointsField, err quickfix.MessageRejectError)

GetLegLastForwardPoints gets LegLastForwardPoints, Tag 1073

func (NoLegs) GetLegLastPx added in v0.4.0

func (m NoLegs) GetLegLastPx() (f field.LegLastPxField, err quickfix.MessageRejectError)

GetLegLastPx gets LegLastPx, Tag 637

func (NoLegs) GetLegLocaleOfIssue added in v0.4.0

func (m NoLegs) GetLegLocaleOfIssue() (f field.LegLocaleOfIssueField, err quickfix.MessageRejectError)

GetLegLocaleOfIssue gets LegLocaleOfIssue, Tag 598

func (NoLegs) GetLegMaturityDate added in v0.4.0

func (m NoLegs) GetLegMaturityDate() (f field.LegMaturityDateField, err quickfix.MessageRejectError)

GetLegMaturityDate gets LegMaturityDate, Tag 611

func (NoLegs) GetLegMaturityMonthYear added in v0.4.0

func (m NoLegs) GetLegMaturityMonthYear() (f field.LegMaturityMonthYearField, err quickfix.MessageRejectError)

GetLegMaturityMonthYear gets LegMaturityMonthYear, Tag 610

func (NoLegs) GetLegOptAttribute added in v0.4.0

func (m NoLegs) GetLegOptAttribute() (f field.LegOptAttributeField, err quickfix.MessageRejectError)

GetLegOptAttribute gets LegOptAttribute, Tag 613

func (NoLegs) GetLegPool added in v0.4.0

func (m NoLegs) GetLegPool() (f field.LegPoolField, err quickfix.MessageRejectError)

GetLegPool gets LegPool, Tag 740

func (NoLegs) GetLegPositionEffect added in v0.4.0

func (m NoLegs) GetLegPositionEffect() (f field.LegPositionEffectField, err quickfix.MessageRejectError)

GetLegPositionEffect gets LegPositionEffect, Tag 564

func (NoLegs) GetLegPrice added in v0.4.0

func (m NoLegs) GetLegPrice() (f field.LegPriceField, err quickfix.MessageRejectError)

GetLegPrice gets LegPrice, Tag 566

func (NoLegs) GetLegProduct added in v0.4.0

func (m NoLegs) GetLegProduct() (f field.LegProductField, err quickfix.MessageRejectError)

GetLegProduct gets LegProduct, Tag 607

func (NoLegs) GetLegQty added in v0.4.0

func (m NoLegs) GetLegQty() (f field.LegQtyField, err quickfix.MessageRejectError)

GetLegQty gets LegQty, Tag 687

func (NoLegs) GetLegRatioQty added in v0.4.0

func (m NoLegs) GetLegRatioQty() (f field.LegRatioQtyField, err quickfix.MessageRejectError)

GetLegRatioQty gets LegRatioQty, Tag 623

func (NoLegs) GetLegRedemptionDate added in v0.4.0

func (m NoLegs) GetLegRedemptionDate() (f field.LegRedemptionDateField, err quickfix.MessageRejectError)

GetLegRedemptionDate gets LegRedemptionDate, Tag 254

func (NoLegs) GetLegRefID added in v0.4.0

func (m NoLegs) GetLegRefID() (f field.LegRefIDField, err quickfix.MessageRejectError)

GetLegRefID gets LegRefID, Tag 654

func (NoLegs) GetLegRepoCollateralSecurityType added in v0.4.0

func (m NoLegs) GetLegRepoCollateralSecurityType() (f field.LegRepoCollateralSecurityTypeField, err quickfix.MessageRejectError)

GetLegRepoCollateralSecurityType gets LegRepoCollateralSecurityType, Tag 250

func (NoLegs) GetLegReportID added in v0.4.0

func (m NoLegs) GetLegReportID() (f field.LegReportIDField, err quickfix.MessageRejectError)

GetLegReportID gets LegReportID, Tag 990

func (NoLegs) GetLegRepurchaseRate added in v0.4.0

func (m NoLegs) GetLegRepurchaseRate() (f field.LegRepurchaseRateField, err quickfix.MessageRejectError)

GetLegRepurchaseRate gets LegRepurchaseRate, Tag 252

func (NoLegs) GetLegRepurchaseTerm added in v0.4.0

func (m NoLegs) GetLegRepurchaseTerm() (f field.LegRepurchaseTermField, err quickfix.MessageRejectError)

GetLegRepurchaseTerm gets LegRepurchaseTerm, Tag 251

func (NoLegs) GetLegSecurityDesc added in v0.4.0

func (m NoLegs) GetLegSecurityDesc() (f field.LegSecurityDescField, err quickfix.MessageRejectError)

GetLegSecurityDesc gets LegSecurityDesc, Tag 620

func (NoLegs) GetLegSecurityExchange added in v0.4.0

func (m NoLegs) GetLegSecurityExchange() (f field.LegSecurityExchangeField, err quickfix.MessageRejectError)

GetLegSecurityExchange gets LegSecurityExchange, Tag 616

func (NoLegs) GetLegSecurityID added in v0.4.0

func (m NoLegs) GetLegSecurityID() (f field.LegSecurityIDField, err quickfix.MessageRejectError)

GetLegSecurityID gets LegSecurityID, Tag 602

func (NoLegs) GetLegSecurityIDSource added in v0.4.0

func (m NoLegs) GetLegSecurityIDSource() (f field.LegSecurityIDSourceField, err quickfix.MessageRejectError)

GetLegSecurityIDSource gets LegSecurityIDSource, Tag 603

func (NoLegs) GetLegSecuritySubType added in v0.4.0

func (m NoLegs) GetLegSecuritySubType() (f field.LegSecuritySubTypeField, err quickfix.MessageRejectError)

GetLegSecuritySubType gets LegSecuritySubType, Tag 764

func (NoLegs) GetLegSecurityType added in v0.4.0

func (m NoLegs) GetLegSecurityType() (f field.LegSecurityTypeField, err quickfix.MessageRejectError)

GetLegSecurityType gets LegSecurityType, Tag 609

func (NoLegs) GetLegSettlCurrency added in v0.4.0

func (m NoLegs) GetLegSettlCurrency() (f field.LegSettlCurrencyField, err quickfix.MessageRejectError)

GetLegSettlCurrency gets LegSettlCurrency, Tag 675

func (NoLegs) GetLegSettlDate added in v0.4.0

func (m NoLegs) GetLegSettlDate() (f field.LegSettlDateField, err quickfix.MessageRejectError)

GetLegSettlDate gets LegSettlDate, Tag 588

func (NoLegs) GetLegSettlType added in v0.4.0

func (m NoLegs) GetLegSettlType() (f field.LegSettlTypeField, err quickfix.MessageRejectError)

GetLegSettlType gets LegSettlType, Tag 587

func (NoLegs) GetLegSide added in v0.4.0

func (m NoLegs) GetLegSide() (f field.LegSideField, err quickfix.MessageRejectError)

GetLegSide gets LegSide, Tag 624

func (NoLegs) GetLegStateOrProvinceOfIssue added in v0.4.0

func (m NoLegs) GetLegStateOrProvinceOfIssue() (f field.LegStateOrProvinceOfIssueField, err quickfix.MessageRejectError)

GetLegStateOrProvinceOfIssue gets LegStateOrProvinceOfIssue, Tag 597

func (NoLegs) GetLegStrikeCurrency added in v0.4.0

func (m NoLegs) GetLegStrikeCurrency() (f field.LegStrikeCurrencyField, err quickfix.MessageRejectError)

GetLegStrikeCurrency gets LegStrikeCurrency, Tag 942

func (NoLegs) GetLegStrikePrice added in v0.4.0

func (m NoLegs) GetLegStrikePrice() (f field.LegStrikePriceField, err quickfix.MessageRejectError)

GetLegStrikePrice gets LegStrikePrice, Tag 612

func (NoLegs) GetLegSwapType added in v0.4.0

func (m NoLegs) GetLegSwapType() (f field.LegSwapTypeField, err quickfix.MessageRejectError)

GetLegSwapType gets LegSwapType, Tag 690

func (NoLegs) GetLegSymbol added in v0.4.0

func (m NoLegs) GetLegSymbol() (f field.LegSymbolField, err quickfix.MessageRejectError)

GetLegSymbol gets LegSymbol, Tag 600

func (NoLegs) GetLegSymbolSfx added in v0.4.0

func (m NoLegs) GetLegSymbolSfx() (f field.LegSymbolSfxField, err quickfix.MessageRejectError)

GetLegSymbolSfx gets LegSymbolSfx, Tag 601

func (NoLegs) GetLegTimeUnit added in v0.4.0

func (m NoLegs) GetLegTimeUnit() (f field.LegTimeUnitField, err quickfix.MessageRejectError)

GetLegTimeUnit gets LegTimeUnit, Tag 1001

func (NoLegs) GetLegUnitOfMeasure added in v0.4.0

func (m NoLegs) GetLegUnitOfMeasure() (f field.LegUnitOfMeasureField, err quickfix.MessageRejectError)

GetLegUnitOfMeasure gets LegUnitOfMeasure, Tag 999

func (NoLegs) GetNoLegSecurityAltID added in v0.4.0

GetNoLegSecurityAltID gets NoLegSecurityAltID, Tag 604

func (NoLegs) GetNoLegStipulations added in v0.4.0

GetNoLegStipulations gets NoLegStipulations, Tag 683

func (NoLegs) GetNoNestedPartyIDs added in v0.4.0

GetNoNestedPartyIDs gets NoNestedPartyIDs, Tag 539

func (NoLegs) HasEncodedLegIssuer added in v0.4.0

func (m NoLegs) HasEncodedLegIssuer() bool

HasEncodedLegIssuer returns true if EncodedLegIssuer is present, Tag 619

func (NoLegs) HasEncodedLegIssuerLen added in v0.4.0

func (m NoLegs) HasEncodedLegIssuerLen() bool

HasEncodedLegIssuerLen returns true if EncodedLegIssuerLen is present, Tag 618

func (NoLegs) HasEncodedLegSecurityDesc added in v0.4.0

func (m NoLegs) HasEncodedLegSecurityDesc() bool

HasEncodedLegSecurityDesc returns true if EncodedLegSecurityDesc is present, Tag 622

func (NoLegs) HasEncodedLegSecurityDescLen added in v0.4.0

func (m NoLegs) HasEncodedLegSecurityDescLen() bool

HasEncodedLegSecurityDescLen returns true if EncodedLegSecurityDescLen is present, Tag 621

func (NoLegs) HasLegCFICode added in v0.4.0

func (m NoLegs) HasLegCFICode() bool

HasLegCFICode returns true if LegCFICode is present, Tag 608

func (NoLegs) HasLegCalculatedCcyLastQty added in v0.4.0

func (m NoLegs) HasLegCalculatedCcyLastQty() bool

HasLegCalculatedCcyLastQty returns true if LegCalculatedCcyLastQty is present, Tag 1074

func (NoLegs) HasLegContractMultiplier added in v0.4.0

func (m NoLegs) HasLegContractMultiplier() bool

HasLegContractMultiplier returns true if LegContractMultiplier is present, Tag 614

func (NoLegs) HasLegContractSettlMonth added in v0.4.0

func (m NoLegs) HasLegContractSettlMonth() bool

HasLegContractSettlMonth returns true if LegContractSettlMonth is present, Tag 955

func (NoLegs) HasLegCountryOfIssue added in v0.4.0

func (m NoLegs) HasLegCountryOfIssue() bool

HasLegCountryOfIssue returns true if LegCountryOfIssue is present, Tag 596

func (NoLegs) HasLegCouponPaymentDate added in v0.4.0

func (m NoLegs) HasLegCouponPaymentDate() bool

HasLegCouponPaymentDate returns true if LegCouponPaymentDate is present, Tag 248

func (NoLegs) HasLegCouponRate added in v0.4.0

func (m NoLegs) HasLegCouponRate() bool

HasLegCouponRate returns true if LegCouponRate is present, Tag 615

func (NoLegs) HasLegCoveredOrUncovered added in v0.4.0

func (m NoLegs) HasLegCoveredOrUncovered() bool

HasLegCoveredOrUncovered returns true if LegCoveredOrUncovered is present, Tag 565

func (NoLegs) HasLegCreditRating added in v0.4.0

func (m NoLegs) HasLegCreditRating() bool

HasLegCreditRating returns true if LegCreditRating is present, Tag 257

func (NoLegs) HasLegCurrency added in v0.4.0

func (m NoLegs) HasLegCurrency() bool

HasLegCurrency returns true if LegCurrency is present, Tag 556

func (NoLegs) HasLegDatedDate added in v0.4.0

func (m NoLegs) HasLegDatedDate() bool

HasLegDatedDate returns true if LegDatedDate is present, Tag 739

func (NoLegs) HasLegFactor added in v0.4.0

func (m NoLegs) HasLegFactor() bool

HasLegFactor returns true if LegFactor is present, Tag 253

func (NoLegs) HasLegGrossTradeAmt added in v0.4.0

func (m NoLegs) HasLegGrossTradeAmt() bool

HasLegGrossTradeAmt returns true if LegGrossTradeAmt is present, Tag 1075

func (NoLegs) HasLegInstrRegistry added in v0.4.0

func (m NoLegs) HasLegInstrRegistry() bool

HasLegInstrRegistry returns true if LegInstrRegistry is present, Tag 599

func (NoLegs) HasLegInterestAccrualDate added in v0.4.0

func (m NoLegs) HasLegInterestAccrualDate() bool

HasLegInterestAccrualDate returns true if LegInterestAccrualDate is present, Tag 956

func (NoLegs) HasLegIssueDate added in v0.4.0

func (m NoLegs) HasLegIssueDate() bool

HasLegIssueDate returns true if LegIssueDate is present, Tag 249

func (NoLegs) HasLegIssuer added in v0.4.0

func (m NoLegs) HasLegIssuer() bool

HasLegIssuer returns true if LegIssuer is present, Tag 617

func (NoLegs) HasLegLastForwardPoints added in v0.4.0

func (m NoLegs) HasLegLastForwardPoints() bool

HasLegLastForwardPoints returns true if LegLastForwardPoints is present, Tag 1073

func (NoLegs) HasLegLastPx added in v0.4.0

func (m NoLegs) HasLegLastPx() bool

HasLegLastPx returns true if LegLastPx is present, Tag 637

func (NoLegs) HasLegLocaleOfIssue added in v0.4.0

func (m NoLegs) HasLegLocaleOfIssue() bool

HasLegLocaleOfIssue returns true if LegLocaleOfIssue is present, Tag 598

func (NoLegs) HasLegMaturityDate added in v0.4.0

func (m NoLegs) HasLegMaturityDate() bool

HasLegMaturityDate returns true if LegMaturityDate is present, Tag 611

func (NoLegs) HasLegMaturityMonthYear added in v0.4.0

func (m NoLegs) HasLegMaturityMonthYear() bool

HasLegMaturityMonthYear returns true if LegMaturityMonthYear is present, Tag 610

func (NoLegs) HasLegOptAttribute added in v0.4.0

func (m NoLegs) HasLegOptAttribute() bool

HasLegOptAttribute returns true if LegOptAttribute is present, Tag 613

func (NoLegs) HasLegPool added in v0.4.0

func (m NoLegs) HasLegPool() bool

HasLegPool returns true if LegPool is present, Tag 740

func (NoLegs) HasLegPositionEffect added in v0.4.0

func (m NoLegs) HasLegPositionEffect() bool

HasLegPositionEffect returns true if LegPositionEffect is present, Tag 564

func (NoLegs) HasLegPrice added in v0.4.0

func (m NoLegs) HasLegPrice() bool

HasLegPrice returns true if LegPrice is present, Tag 566

func (NoLegs) HasLegProduct added in v0.4.0

func (m NoLegs) HasLegProduct() bool

HasLegProduct returns true if LegProduct is present, Tag 607

func (NoLegs) HasLegQty added in v0.4.0

func (m NoLegs) HasLegQty() bool

HasLegQty returns true if LegQty is present, Tag 687

func (NoLegs) HasLegRatioQty added in v0.4.0

func (m NoLegs) HasLegRatioQty() bool

HasLegRatioQty returns true if LegRatioQty is present, Tag 623

func (NoLegs) HasLegRedemptionDate added in v0.4.0

func (m NoLegs) HasLegRedemptionDate() bool

HasLegRedemptionDate returns true if LegRedemptionDate is present, Tag 254

func (NoLegs) HasLegRefID added in v0.4.0

func (m NoLegs) HasLegRefID() bool

HasLegRefID returns true if LegRefID is present, Tag 654

func (NoLegs) HasLegRepoCollateralSecurityType added in v0.4.0

func (m NoLegs) HasLegRepoCollateralSecurityType() bool

HasLegRepoCollateralSecurityType returns true if LegRepoCollateralSecurityType is present, Tag 250

func (NoLegs) HasLegReportID added in v0.4.0

func (m NoLegs) HasLegReportID() bool

HasLegReportID returns true if LegReportID is present, Tag 990

func (NoLegs) HasLegRepurchaseRate added in v0.4.0

func (m NoLegs) HasLegRepurchaseRate() bool

HasLegRepurchaseRate returns true if LegRepurchaseRate is present, Tag 252

func (NoLegs) HasLegRepurchaseTerm added in v0.4.0

func (m NoLegs) HasLegRepurchaseTerm() bool

HasLegRepurchaseTerm returns true if LegRepurchaseTerm is present, Tag 251

func (NoLegs) HasLegSecurityDesc added in v0.4.0

func (m NoLegs) HasLegSecurityDesc() bool

HasLegSecurityDesc returns true if LegSecurityDesc is present, Tag 620

func (NoLegs) HasLegSecurityExchange added in v0.4.0

func (m NoLegs) HasLegSecurityExchange() bool

HasLegSecurityExchange returns true if LegSecurityExchange is present, Tag 616

func (NoLegs) HasLegSecurityID added in v0.4.0

func (m NoLegs) HasLegSecurityID() bool

HasLegSecurityID returns true if LegSecurityID is present, Tag 602

func (NoLegs) HasLegSecurityIDSource added in v0.4.0

func (m NoLegs) HasLegSecurityIDSource() bool

HasLegSecurityIDSource returns true if LegSecurityIDSource is present, Tag 603

func (NoLegs) HasLegSecuritySubType added in v0.4.0

func (m NoLegs) HasLegSecuritySubType() bool

HasLegSecuritySubType returns true if LegSecuritySubType is present, Tag 764

func (NoLegs) HasLegSecurityType added in v0.4.0

func (m NoLegs) HasLegSecurityType() bool

HasLegSecurityType returns true if LegSecurityType is present, Tag 609

func (NoLegs) HasLegSettlCurrency added in v0.4.0

func (m NoLegs) HasLegSettlCurrency() bool

HasLegSettlCurrency returns true if LegSettlCurrency is present, Tag 675

func (NoLegs) HasLegSettlDate added in v0.4.0

func (m NoLegs) HasLegSettlDate() bool

HasLegSettlDate returns true if LegSettlDate is present, Tag 588

func (NoLegs) HasLegSettlType added in v0.4.0

func (m NoLegs) HasLegSettlType() bool

HasLegSettlType returns true if LegSettlType is present, Tag 587

func (NoLegs) HasLegSide added in v0.4.0

func (m NoLegs) HasLegSide() bool

HasLegSide returns true if LegSide is present, Tag 624

func (NoLegs) HasLegStateOrProvinceOfIssue added in v0.4.0

func (m NoLegs) HasLegStateOrProvinceOfIssue() bool

HasLegStateOrProvinceOfIssue returns true if LegStateOrProvinceOfIssue is present, Tag 597

func (NoLegs) HasLegStrikeCurrency added in v0.4.0

func (m NoLegs) HasLegStrikeCurrency() bool

HasLegStrikeCurrency returns true if LegStrikeCurrency is present, Tag 942

func (NoLegs) HasLegStrikePrice added in v0.4.0

func (m NoLegs) HasLegStrikePrice() bool

HasLegStrikePrice returns true if LegStrikePrice is present, Tag 612

func (NoLegs) HasLegSwapType added in v0.4.0

func (m NoLegs) HasLegSwapType() bool

HasLegSwapType returns true if LegSwapType is present, Tag 690

func (NoLegs) HasLegSymbol added in v0.4.0

func (m NoLegs) HasLegSymbol() bool

HasLegSymbol returns true if LegSymbol is present, Tag 600

func (NoLegs) HasLegSymbolSfx added in v0.4.0

func (m NoLegs) HasLegSymbolSfx() bool

HasLegSymbolSfx returns true if LegSymbolSfx is present, Tag 601

func (NoLegs) HasLegTimeUnit added in v0.4.0

func (m NoLegs) HasLegTimeUnit() bool

HasLegTimeUnit returns true if LegTimeUnit is present, Tag 1001

func (NoLegs) HasLegUnitOfMeasure added in v0.4.0

func (m NoLegs) HasLegUnitOfMeasure() bool

HasLegUnitOfMeasure returns true if LegUnitOfMeasure is present, Tag 999

func (NoLegs) HasNoLegSecurityAltID added in v0.4.0

func (m NoLegs) HasNoLegSecurityAltID() bool

HasNoLegSecurityAltID returns true if NoLegSecurityAltID is present, Tag 604

func (NoLegs) HasNoLegStipulations added in v0.4.0

func (m NoLegs) HasNoLegStipulations() bool

HasNoLegStipulations returns true if NoLegStipulations is present, Tag 683

func (NoLegs) HasNoNestedPartyIDs added in v0.4.0

func (m NoLegs) HasNoNestedPartyIDs() bool

HasNoNestedPartyIDs returns true if NoNestedPartyIDs is present, Tag 539

func (NoLegs) SetEncodedLegIssuer added in v0.4.0

func (m NoLegs) SetEncodedLegIssuer(v string)

SetEncodedLegIssuer sets EncodedLegIssuer, Tag 619

func (NoLegs) SetEncodedLegIssuerLen added in v0.4.0

func (m NoLegs) SetEncodedLegIssuerLen(v int)

SetEncodedLegIssuerLen sets EncodedLegIssuerLen, Tag 618

func (NoLegs) SetEncodedLegSecurityDesc added in v0.4.0

func (m NoLegs) SetEncodedLegSecurityDesc(v string)

SetEncodedLegSecurityDesc sets EncodedLegSecurityDesc, Tag 622

func (NoLegs) SetEncodedLegSecurityDescLen added in v0.4.0

func (m NoLegs) SetEncodedLegSecurityDescLen(v int)

SetEncodedLegSecurityDescLen sets EncodedLegSecurityDescLen, Tag 621

func (NoLegs) SetLegCFICode added in v0.4.0

func (m NoLegs) SetLegCFICode(v string)

SetLegCFICode sets LegCFICode, Tag 608

func (NoLegs) SetLegCalculatedCcyLastQty added in v0.4.0

func (m NoLegs) SetLegCalculatedCcyLastQty(value decimal.Decimal, scale int32)

SetLegCalculatedCcyLastQty sets LegCalculatedCcyLastQty, Tag 1074

func (NoLegs) SetLegContractMultiplier added in v0.4.0

func (m NoLegs) SetLegContractMultiplier(value decimal.Decimal, scale int32)

SetLegContractMultiplier sets LegContractMultiplier, Tag 614

func (NoLegs) SetLegContractSettlMonth added in v0.4.0

func (m NoLegs) SetLegContractSettlMonth(v string)

SetLegContractSettlMonth sets LegContractSettlMonth, Tag 955

func (NoLegs) SetLegCountryOfIssue added in v0.4.0

func (m NoLegs) SetLegCountryOfIssue(v string)

SetLegCountryOfIssue sets LegCountryOfIssue, Tag 596

func (NoLegs) SetLegCouponPaymentDate added in v0.4.0

func (m NoLegs) SetLegCouponPaymentDate(v string)

SetLegCouponPaymentDate sets LegCouponPaymentDate, Tag 248

func (NoLegs) SetLegCouponRate added in v0.4.0

func (m NoLegs) SetLegCouponRate(value decimal.Decimal, scale int32)

SetLegCouponRate sets LegCouponRate, Tag 615

func (NoLegs) SetLegCoveredOrUncovered added in v0.4.0

func (m NoLegs) SetLegCoveredOrUncovered(v int)

SetLegCoveredOrUncovered sets LegCoveredOrUncovered, Tag 565

func (NoLegs) SetLegCreditRating added in v0.4.0

func (m NoLegs) SetLegCreditRating(v string)

SetLegCreditRating sets LegCreditRating, Tag 257

func (NoLegs) SetLegCurrency added in v0.4.0

func (m NoLegs) SetLegCurrency(v string)

SetLegCurrency sets LegCurrency, Tag 556

func (NoLegs) SetLegDatedDate added in v0.4.0

func (m NoLegs) SetLegDatedDate(v string)

SetLegDatedDate sets LegDatedDate, Tag 739

func (NoLegs) SetLegFactor added in v0.4.0

func (m NoLegs) SetLegFactor(value decimal.Decimal, scale int32)

SetLegFactor sets LegFactor, Tag 253

func (NoLegs) SetLegGrossTradeAmt added in v0.4.0

func (m NoLegs) SetLegGrossTradeAmt(value decimal.Decimal, scale int32)

SetLegGrossTradeAmt sets LegGrossTradeAmt, Tag 1075

func (NoLegs) SetLegInstrRegistry added in v0.4.0

func (m NoLegs) SetLegInstrRegistry(v string)

SetLegInstrRegistry sets LegInstrRegistry, Tag 599

func (NoLegs) SetLegInterestAccrualDate added in v0.4.0

func (m NoLegs) SetLegInterestAccrualDate(v string)

SetLegInterestAccrualDate sets LegInterestAccrualDate, Tag 956

func (NoLegs) SetLegIssueDate added in v0.4.0

func (m NoLegs) SetLegIssueDate(v string)

SetLegIssueDate sets LegIssueDate, Tag 249

func (NoLegs) SetLegIssuer added in v0.4.0

func (m NoLegs) SetLegIssuer(v string)

SetLegIssuer sets LegIssuer, Tag 617

func (NoLegs) SetLegLastForwardPoints added in v0.4.0

func (m NoLegs) SetLegLastForwardPoints(value decimal.Decimal, scale int32)

SetLegLastForwardPoints sets LegLastForwardPoints, Tag 1073

func (NoLegs) SetLegLastPx added in v0.4.0

func (m NoLegs) SetLegLastPx(value decimal.Decimal, scale int32)

SetLegLastPx sets LegLastPx, Tag 637

func (NoLegs) SetLegLocaleOfIssue added in v0.4.0

func (m NoLegs) SetLegLocaleOfIssue(v string)

SetLegLocaleOfIssue sets LegLocaleOfIssue, Tag 598

func (NoLegs) SetLegMaturityDate added in v0.4.0

func (m NoLegs) SetLegMaturityDate(v string)

SetLegMaturityDate sets LegMaturityDate, Tag 611

func (NoLegs) SetLegMaturityMonthYear added in v0.4.0

func (m NoLegs) SetLegMaturityMonthYear(v string)

SetLegMaturityMonthYear sets LegMaturityMonthYear, Tag 610

func (NoLegs) SetLegOptAttribute added in v0.4.0

func (m NoLegs) SetLegOptAttribute(v string)

SetLegOptAttribute sets LegOptAttribute, Tag 613

func (NoLegs) SetLegPool added in v0.4.0

func (m NoLegs) SetLegPool(v string)

SetLegPool sets LegPool, Tag 740

func (NoLegs) SetLegPositionEffect added in v0.4.0

func (m NoLegs) SetLegPositionEffect(v string)

SetLegPositionEffect sets LegPositionEffect, Tag 564

func (NoLegs) SetLegPrice added in v0.4.0

func (m NoLegs) SetLegPrice(value decimal.Decimal, scale int32)

SetLegPrice sets LegPrice, Tag 566

func (NoLegs) SetLegProduct added in v0.4.0

func (m NoLegs) SetLegProduct(v int)

SetLegProduct sets LegProduct, Tag 607

func (NoLegs) SetLegQty added in v0.4.0

func (m NoLegs) SetLegQty(value decimal.Decimal, scale int32)

SetLegQty sets LegQty, Tag 687

func (NoLegs) SetLegRatioQty added in v0.4.0

func (m NoLegs) SetLegRatioQty(value decimal.Decimal, scale int32)

SetLegRatioQty sets LegRatioQty, Tag 623

func (NoLegs) SetLegRedemptionDate added in v0.4.0

func (m NoLegs) SetLegRedemptionDate(v string)

SetLegRedemptionDate sets LegRedemptionDate, Tag 254

func (NoLegs) SetLegRefID added in v0.4.0

func (m NoLegs) SetLegRefID(v string)

SetLegRefID sets LegRefID, Tag 654

func (NoLegs) SetLegRepoCollateralSecurityType added in v0.4.0

func (m NoLegs) SetLegRepoCollateralSecurityType(v int)

SetLegRepoCollateralSecurityType sets LegRepoCollateralSecurityType, Tag 250

func (NoLegs) SetLegReportID added in v0.4.0

func (m NoLegs) SetLegReportID(v string)

SetLegReportID sets LegReportID, Tag 990

func (NoLegs) SetLegRepurchaseRate added in v0.4.0

func (m NoLegs) SetLegRepurchaseRate(value decimal.Decimal, scale int32)

SetLegRepurchaseRate sets LegRepurchaseRate, Tag 252

func (NoLegs) SetLegRepurchaseTerm added in v0.4.0

func (m NoLegs) SetLegRepurchaseTerm(v int)

SetLegRepurchaseTerm sets LegRepurchaseTerm, Tag 251

func (NoLegs) SetLegSecurityDesc added in v0.4.0

func (m NoLegs) SetLegSecurityDesc(v string)

SetLegSecurityDesc sets LegSecurityDesc, Tag 620

func (NoLegs) SetLegSecurityExchange added in v0.4.0

func (m NoLegs) SetLegSecurityExchange(v string)

SetLegSecurityExchange sets LegSecurityExchange, Tag 616

func (NoLegs) SetLegSecurityID added in v0.4.0

func (m NoLegs) SetLegSecurityID(v string)

SetLegSecurityID sets LegSecurityID, Tag 602

func (NoLegs) SetLegSecurityIDSource added in v0.4.0

func (m NoLegs) SetLegSecurityIDSource(v string)

SetLegSecurityIDSource sets LegSecurityIDSource, Tag 603

func (NoLegs) SetLegSecuritySubType added in v0.4.0

func (m NoLegs) SetLegSecuritySubType(v string)

SetLegSecuritySubType sets LegSecuritySubType, Tag 764

func (NoLegs) SetLegSecurityType added in v0.4.0

func (m NoLegs) SetLegSecurityType(v string)

SetLegSecurityType sets LegSecurityType, Tag 609

func (NoLegs) SetLegSettlCurrency added in v0.4.0

func (m NoLegs) SetLegSettlCurrency(v string)

SetLegSettlCurrency sets LegSettlCurrency, Tag 675

func (NoLegs) SetLegSettlDate added in v0.4.0

func (m NoLegs) SetLegSettlDate(v string)

SetLegSettlDate sets LegSettlDate, Tag 588

func (NoLegs) SetLegSettlType added in v0.4.0

func (m NoLegs) SetLegSettlType(v string)

SetLegSettlType sets LegSettlType, Tag 587

func (NoLegs) SetLegSide added in v0.4.0

func (m NoLegs) SetLegSide(v string)

SetLegSide sets LegSide, Tag 624

func (NoLegs) SetLegStateOrProvinceOfIssue added in v0.4.0

func (m NoLegs) SetLegStateOrProvinceOfIssue(v string)

SetLegStateOrProvinceOfIssue sets LegStateOrProvinceOfIssue, Tag 597

func (NoLegs) SetLegStrikeCurrency added in v0.4.0

func (m NoLegs) SetLegStrikeCurrency(v string)

SetLegStrikeCurrency sets LegStrikeCurrency, Tag 942

func (NoLegs) SetLegStrikePrice added in v0.4.0

func (m NoLegs) SetLegStrikePrice(value decimal.Decimal, scale int32)

SetLegStrikePrice sets LegStrikePrice, Tag 612

func (NoLegs) SetLegSwapType added in v0.4.0

func (m NoLegs) SetLegSwapType(v int)

SetLegSwapType sets LegSwapType, Tag 690

func (NoLegs) SetLegSymbol added in v0.4.0

func (m NoLegs) SetLegSymbol(v string)

SetLegSymbol sets LegSymbol, Tag 600

func (NoLegs) SetLegSymbolSfx added in v0.4.0

func (m NoLegs) SetLegSymbolSfx(v string)

SetLegSymbolSfx sets LegSymbolSfx, Tag 601

func (NoLegs) SetLegTimeUnit added in v0.4.0

func (m NoLegs) SetLegTimeUnit(v string)

SetLegTimeUnit sets LegTimeUnit, Tag 1001

func (NoLegs) SetLegUnitOfMeasure added in v0.4.0

func (m NoLegs) SetLegUnitOfMeasure(v string)

SetLegUnitOfMeasure sets LegUnitOfMeasure, Tag 999

func (NoLegs) SetNoLegSecurityAltID added in v0.4.0

func (m NoLegs) SetNoLegSecurityAltID(f NoLegSecurityAltIDRepeatingGroup)

SetNoLegSecurityAltID sets NoLegSecurityAltID, Tag 604

func (NoLegs) SetNoLegStipulations added in v0.4.0

func (m NoLegs) SetNoLegStipulations(f NoLegStipulationsRepeatingGroup)

SetNoLegStipulations sets NoLegStipulations, Tag 683

func (NoLegs) SetNoNestedPartyIDs added in v0.4.0

func (m NoLegs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)

SetNoNestedPartyIDs sets NoNestedPartyIDs, Tag 539

type NoLegsRepeatingGroup added in v0.4.0

type NoLegsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoLegsRepeatingGroup is a repeating group, Tag 555

func NewNoLegsRepeatingGroup added in v0.4.0

func NewNoLegsRepeatingGroup() NoLegsRepeatingGroup

NewNoLegsRepeatingGroup returns an initialized, NoLegsRepeatingGroup

func (NoLegsRepeatingGroup) Add added in v0.4.0

func (m NoLegsRepeatingGroup) Add() NoLegs

Add create and append a new NoLegs to this group

func (NoLegsRepeatingGroup) Get added in v0.4.0

func (m NoLegsRepeatingGroup) Get(i int) NoLegs

Get returns the ith NoLegs in the NoLegsRepeatinGroup

type NoMiscFees added in v0.4.0

type NoMiscFees struct {
	quickfix.Group
}

NoMiscFees is a repeating group element, Tag 136

func (NoMiscFees) GetMiscFeeAmt added in v0.4.0

func (m NoMiscFees) GetMiscFeeAmt() (f field.MiscFeeAmtField, err quickfix.MessageRejectError)

GetMiscFeeAmt gets MiscFeeAmt, Tag 137

func (NoMiscFees) GetMiscFeeBasis added in v0.4.0

func (m NoMiscFees) GetMiscFeeBasis() (f field.MiscFeeBasisField, err quickfix.MessageRejectError)

GetMiscFeeBasis gets MiscFeeBasis, Tag 891

func (NoMiscFees) GetMiscFeeCurr added in v0.4.0

func (m NoMiscFees) GetMiscFeeCurr() (f field.MiscFeeCurrField, err quickfix.MessageRejectError)

GetMiscFeeCurr gets MiscFeeCurr, Tag 138

func (NoMiscFees) GetMiscFeeType added in v0.4.0

func (m NoMiscFees) GetMiscFeeType() (f field.MiscFeeTypeField, err quickfix.MessageRejectError)

GetMiscFeeType gets MiscFeeType, Tag 139

func (NoMiscFees) HasMiscFeeAmt added in v0.4.0

func (m NoMiscFees) HasMiscFeeAmt() bool

HasMiscFeeAmt returns true if MiscFeeAmt is present, Tag 137

func (NoMiscFees) HasMiscFeeBasis added in v0.4.0

func (m NoMiscFees) HasMiscFeeBasis() bool

HasMiscFeeBasis returns true if MiscFeeBasis is present, Tag 891

func (NoMiscFees) HasMiscFeeCurr added in v0.4.0

func (m NoMiscFees) HasMiscFeeCurr() bool

HasMiscFeeCurr returns true if MiscFeeCurr is present, Tag 138

func (NoMiscFees) HasMiscFeeType added in v0.4.0

func (m NoMiscFees) HasMiscFeeType() bool

HasMiscFeeType returns true if MiscFeeType is present, Tag 139

func (NoMiscFees) SetMiscFeeAmt added in v0.4.0

func (m NoMiscFees) SetMiscFeeAmt(value decimal.Decimal, scale int32)

SetMiscFeeAmt sets MiscFeeAmt, Tag 137

func (NoMiscFees) SetMiscFeeBasis added in v0.4.0

func (m NoMiscFees) SetMiscFeeBasis(v int)

SetMiscFeeBasis sets MiscFeeBasis, Tag 891

func (NoMiscFees) SetMiscFeeCurr added in v0.4.0

func (m NoMiscFees) SetMiscFeeCurr(v string)

SetMiscFeeCurr sets MiscFeeCurr, Tag 138

func (NoMiscFees) SetMiscFeeType added in v0.4.0

func (m NoMiscFees) SetMiscFeeType(v string)

SetMiscFeeType sets MiscFeeType, Tag 139

type NoMiscFeesRepeatingGroup added in v0.4.0

type NoMiscFeesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoMiscFeesRepeatingGroup is a repeating group, Tag 136

func NewNoMiscFeesRepeatingGroup added in v0.4.0

func NewNoMiscFeesRepeatingGroup() NoMiscFeesRepeatingGroup

NewNoMiscFeesRepeatingGroup returns an initialized, NoMiscFeesRepeatingGroup

func (NoMiscFeesRepeatingGroup) Add added in v0.4.0

Add create and append a new NoMiscFees to this group

func (NoMiscFeesRepeatingGroup) Get added in v0.4.0

Get returns the ith NoMiscFees in the NoMiscFeesRepeatinGroup

type NoNested2PartyIDs added in v0.4.0

type NoNested2PartyIDs struct {
	quickfix.Group
}

NoNested2PartyIDs is a repeating group element, Tag 756

func (NoNested2PartyIDs) GetNested2PartyID added in v0.4.0

GetNested2PartyID gets Nested2PartyID, Tag 757

func (NoNested2PartyIDs) GetNested2PartyIDSource added in v0.4.0

func (m NoNested2PartyIDs) GetNested2PartyIDSource() (f field.Nested2PartyIDSourceField, err quickfix.MessageRejectError)

GetNested2PartyIDSource gets Nested2PartyIDSource, Tag 758

func (NoNested2PartyIDs) GetNested2PartyRole added in v0.4.0

func (m NoNested2PartyIDs) GetNested2PartyRole() (f field.Nested2PartyRoleField, err quickfix.MessageRejectError)

GetNested2PartyRole gets Nested2PartyRole, Tag 759

func (NoNested2PartyIDs) GetNoNested2PartySubIDs added in v0.4.0

GetNoNested2PartySubIDs gets NoNested2PartySubIDs, Tag 806

func (NoNested2PartyIDs) HasNested2PartyID added in v0.4.0

func (m NoNested2PartyIDs) HasNested2PartyID() bool

HasNested2PartyID returns true if Nested2PartyID is present, Tag 757

func (NoNested2PartyIDs) HasNested2PartyIDSource added in v0.4.0

func (m NoNested2PartyIDs) HasNested2PartyIDSource() bool

HasNested2PartyIDSource returns true if Nested2PartyIDSource is present, Tag 758

func (NoNested2PartyIDs) HasNested2PartyRole added in v0.4.0

func (m NoNested2PartyIDs) HasNested2PartyRole() bool

HasNested2PartyRole returns true if Nested2PartyRole is present, Tag 759

func (NoNested2PartyIDs) HasNoNested2PartySubIDs added in v0.4.0

func (m NoNested2PartyIDs) HasNoNested2PartySubIDs() bool

HasNoNested2PartySubIDs returns true if NoNested2PartySubIDs is present, Tag 806

func (NoNested2PartyIDs) SetNested2PartyID added in v0.4.0

func (m NoNested2PartyIDs) SetNested2PartyID(v string)

SetNested2PartyID sets Nested2PartyID, Tag 757

func (NoNested2PartyIDs) SetNested2PartyIDSource added in v0.4.0

func (m NoNested2PartyIDs) SetNested2PartyIDSource(v string)

SetNested2PartyIDSource sets Nested2PartyIDSource, Tag 758

func (NoNested2PartyIDs) SetNested2PartyRole added in v0.4.0

func (m NoNested2PartyIDs) SetNested2PartyRole(v int)

SetNested2PartyRole sets Nested2PartyRole, Tag 759

func (NoNested2PartyIDs) SetNoNested2PartySubIDs added in v0.4.0

func (m NoNested2PartyIDs) SetNoNested2PartySubIDs(f NoNested2PartySubIDsRepeatingGroup)

SetNoNested2PartySubIDs sets NoNested2PartySubIDs, Tag 806

type NoNested2PartyIDsRepeatingGroup added in v0.4.0

type NoNested2PartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNested2PartyIDsRepeatingGroup is a repeating group, Tag 756

func NewNoNested2PartyIDsRepeatingGroup added in v0.4.0

func NewNoNested2PartyIDsRepeatingGroup() NoNested2PartyIDsRepeatingGroup

NewNoNested2PartyIDsRepeatingGroup returns an initialized, NoNested2PartyIDsRepeatingGroup

func (NoNested2PartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoNested2PartyIDs to this group

func (NoNested2PartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoNested2PartyIDs in the NoNested2PartyIDsRepeatinGroup

type NoNested2PartySubIDs added in v0.4.0

type NoNested2PartySubIDs struct {
	quickfix.Group
}

NoNested2PartySubIDs is a repeating group element, Tag 806

func (NoNested2PartySubIDs) GetNested2PartySubID added in v0.4.0

GetNested2PartySubID gets Nested2PartySubID, Tag 760

func (NoNested2PartySubIDs) GetNested2PartySubIDType added in v0.4.0

GetNested2PartySubIDType gets Nested2PartySubIDType, Tag 807

func (NoNested2PartySubIDs) HasNested2PartySubID added in v0.4.0

func (m NoNested2PartySubIDs) HasNested2PartySubID() bool

HasNested2PartySubID returns true if Nested2PartySubID is present, Tag 760

func (NoNested2PartySubIDs) HasNested2PartySubIDType added in v0.4.0

func (m NoNested2PartySubIDs) HasNested2PartySubIDType() bool

HasNested2PartySubIDType returns true if Nested2PartySubIDType is present, Tag 807

func (NoNested2PartySubIDs) SetNested2PartySubID added in v0.4.0

func (m NoNested2PartySubIDs) SetNested2PartySubID(v string)

SetNested2PartySubID sets Nested2PartySubID, Tag 760

func (NoNested2PartySubIDs) SetNested2PartySubIDType added in v0.4.0

func (m NoNested2PartySubIDs) SetNested2PartySubIDType(v int)

SetNested2PartySubIDType sets Nested2PartySubIDType, Tag 807

type NoNested2PartySubIDsRepeatingGroup added in v0.4.0

type NoNested2PartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNested2PartySubIDsRepeatingGroup is a repeating group, Tag 806

func NewNoNested2PartySubIDsRepeatingGroup added in v0.4.0

func NewNoNested2PartySubIDsRepeatingGroup() NoNested2PartySubIDsRepeatingGroup

NewNoNested2PartySubIDsRepeatingGroup returns an initialized, NoNested2PartySubIDsRepeatingGroup

func (NoNested2PartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoNested2PartySubIDs to this group

func (NoNested2PartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoNested2PartySubIDs in the NoNested2PartySubIDsRepeatinGroup

type NoNestedPartyIDs added in v0.4.0

type NoNestedPartyIDs struct {
	quickfix.Group
}

NoNestedPartyIDs is a repeating group element, Tag 539

func (NoNestedPartyIDs) GetNestedPartyID added in v0.4.0

GetNestedPartyID gets NestedPartyID, Tag 524

func (NoNestedPartyIDs) GetNestedPartyIDSource added in v0.4.0

func (m NoNestedPartyIDs) GetNestedPartyIDSource() (f field.NestedPartyIDSourceField, err quickfix.MessageRejectError)

GetNestedPartyIDSource gets NestedPartyIDSource, Tag 525

func (NoNestedPartyIDs) GetNestedPartyRole added in v0.4.0

func (m NoNestedPartyIDs) GetNestedPartyRole() (f field.NestedPartyRoleField, err quickfix.MessageRejectError)

GetNestedPartyRole gets NestedPartyRole, Tag 538

func (NoNestedPartyIDs) GetNoNestedPartySubIDs added in v0.4.0

GetNoNestedPartySubIDs gets NoNestedPartySubIDs, Tag 804

func (NoNestedPartyIDs) HasNestedPartyID added in v0.4.0

func (m NoNestedPartyIDs) HasNestedPartyID() bool

HasNestedPartyID returns true if NestedPartyID is present, Tag 524

func (NoNestedPartyIDs) HasNestedPartyIDSource added in v0.4.0

func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool

HasNestedPartyIDSource returns true if NestedPartyIDSource is present, Tag 525

func (NoNestedPartyIDs) HasNestedPartyRole added in v0.4.0

func (m NoNestedPartyIDs) HasNestedPartyRole() bool

HasNestedPartyRole returns true if NestedPartyRole is present, Tag 538

func (NoNestedPartyIDs) HasNoNestedPartySubIDs added in v0.4.0

func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool

HasNoNestedPartySubIDs returns true if NoNestedPartySubIDs is present, Tag 804

func (NoNestedPartyIDs) SetNestedPartyID added in v0.4.0

func (m NoNestedPartyIDs) SetNestedPartyID(v string)

SetNestedPartyID sets NestedPartyID, Tag 524

func (NoNestedPartyIDs) SetNestedPartyIDSource added in v0.4.0

func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)

SetNestedPartyIDSource sets NestedPartyIDSource, Tag 525

func (NoNestedPartyIDs) SetNestedPartyRole added in v0.4.0

func (m NoNestedPartyIDs) SetNestedPartyRole(v int)

SetNestedPartyRole sets NestedPartyRole, Tag 538

func (NoNestedPartyIDs) SetNoNestedPartySubIDs added in v0.4.0

func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)

SetNoNestedPartySubIDs sets NoNestedPartySubIDs, Tag 804

type NoNestedPartyIDsRepeatingGroup added in v0.4.0

type NoNestedPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNestedPartyIDsRepeatingGroup is a repeating group, Tag 539

func NewNoNestedPartyIDsRepeatingGroup added in v0.4.0

func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup

NewNoNestedPartyIDsRepeatingGroup returns an initialized, NoNestedPartyIDsRepeatingGroup

func (NoNestedPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoNestedPartyIDs to this group

func (NoNestedPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoNestedPartyIDs in the NoNestedPartyIDsRepeatinGroup

type NoNestedPartySubIDs added in v0.4.0

type NoNestedPartySubIDs struct {
	quickfix.Group
}

NoNestedPartySubIDs is a repeating group element, Tag 804

func (NoNestedPartySubIDs) GetNestedPartySubID added in v0.4.0

GetNestedPartySubID gets NestedPartySubID, Tag 545

func (NoNestedPartySubIDs) GetNestedPartySubIDType added in v0.4.0

func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (f field.NestedPartySubIDTypeField, err quickfix.MessageRejectError)

GetNestedPartySubIDType gets NestedPartySubIDType, Tag 805

func (NoNestedPartySubIDs) HasNestedPartySubID added in v0.4.0

func (m NoNestedPartySubIDs) HasNestedPartySubID() bool

HasNestedPartySubID returns true if NestedPartySubID is present, Tag 545

func (NoNestedPartySubIDs) HasNestedPartySubIDType added in v0.4.0

func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool

HasNestedPartySubIDType returns true if NestedPartySubIDType is present, Tag 805

func (NoNestedPartySubIDs) SetNestedPartySubID added in v0.4.0

func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)

SetNestedPartySubID sets NestedPartySubID, Tag 545

func (NoNestedPartySubIDs) SetNestedPartySubIDType added in v0.4.0

func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)

SetNestedPartySubIDType sets NestedPartySubIDType, Tag 805

type NoNestedPartySubIDsRepeatingGroup added in v0.4.0

type NoNestedPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNestedPartySubIDsRepeatingGroup is a repeating group, Tag 804

func NewNoNestedPartySubIDsRepeatingGroup added in v0.4.0

func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup

NewNoNestedPartySubIDsRepeatingGroup returns an initialized, NoNestedPartySubIDsRepeatingGroup

func (NoNestedPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoNestedPartySubIDs to this group

func (NoNestedPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoNestedPartySubIDs in the NoNestedPartySubIDsRepeatinGroup

type NoPartyIDs added in v0.4.0

type NoPartyIDs struct {
	quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453

func (NoPartyIDs) GetNoPartySubIDs added in v0.4.0

GetNoPartySubIDs gets NoPartySubIDs, Tag 802

func (NoPartyIDs) GetPartyID added in v0.4.0

func (m NoPartyIDs) GetPartyID() (f field.PartyIDField, err quickfix.MessageRejectError)

GetPartyID gets PartyID, Tag 448

func (NoPartyIDs) GetPartyIDSource added in v0.4.0

func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError)

GetPartyIDSource gets PartyIDSource, Tag 447

func (NoPartyIDs) GetPartyRole added in v0.4.0

func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, err quickfix.MessageRejectError)

GetPartyRole gets PartyRole, Tag 452

func (NoPartyIDs) HasNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802

func (NoPartyIDs) HasPartyID added in v0.4.0

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448

func (NoPartyIDs) HasPartyIDSource added in v0.4.0

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447

func (NoPartyIDs) HasPartyRole added in v0.4.0

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452

func (NoPartyIDs) SetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802

func (NoPartyIDs) SetPartyID added in v0.4.0

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448

func (NoPartyIDs) SetPartyIDSource added in v0.4.0

func (m NoPartyIDs) SetPartyIDSource(v string)

SetPartyIDSource sets PartyIDSource, Tag 447

func (NoPartyIDs) SetPartyRole added in v0.4.0

func (m NoPartyIDs) SetPartyRole(v int)

SetPartyRole sets PartyRole, Tag 452

type NoPartyIDsRepeatingGroup added in v0.4.0

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453

func NewNoPartyIDsRepeatingGroup added in v0.4.0

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup

func (NoPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartyIDs to this group

func (NoPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup

type NoPartySubIDs added in v0.4.0

type NoPartySubIDs struct {
	quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802

func (NoPartySubIDs) GetPartySubID added in v0.4.0

func (m NoPartySubIDs) GetPartySubID() (f field.PartySubIDField, err quickfix.MessageRejectError)

GetPartySubID gets PartySubID, Tag 523

func (NoPartySubIDs) GetPartySubIDType added in v0.4.0

func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError)

GetPartySubIDType gets PartySubIDType, Tag 803

func (NoPartySubIDs) HasPartySubID added in v0.4.0

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523

func (NoPartySubIDs) HasPartySubIDType added in v0.4.0

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803

func (NoPartySubIDs) SetPartySubID added in v0.4.0

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523

func (NoPartySubIDs) SetPartySubIDType added in v0.4.0

func (m NoPartySubIDs) SetPartySubIDType(v int)

SetPartySubIDType sets PartySubIDType, Tag 803

type NoPartySubIDsRepeatingGroup added in v0.4.0

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802

func NewNoPartySubIDsRepeatingGroup added in v0.4.0

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup

func (NoPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartySubIDs to this group

func (NoPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup

type NoPosAmt added in v0.4.0

type NoPosAmt struct {
	quickfix.Group
}

NoPosAmt is a repeating group element, Tag 753

func (NoPosAmt) GetPosAmt added in v0.4.0

func (m NoPosAmt) GetPosAmt() (f field.PosAmtField, err quickfix.MessageRejectError)

GetPosAmt gets PosAmt, Tag 708

func (NoPosAmt) GetPosAmtType added in v0.4.0

func (m NoPosAmt) GetPosAmtType() (f field.PosAmtTypeField, err quickfix.MessageRejectError)

GetPosAmtType gets PosAmtType, Tag 707

func (NoPosAmt) GetPositionCurrency added in v0.4.0

func (m NoPosAmt) GetPositionCurrency() (f field.PositionCurrencyField, err quickfix.MessageRejectError)

GetPositionCurrency gets PositionCurrency, Tag 1055

func (NoPosAmt) HasPosAmt added in v0.4.0

func (m NoPosAmt) HasPosAmt() bool

HasPosAmt returns true if PosAmt is present, Tag 708

func (NoPosAmt) HasPosAmtType added in v0.4.0

func (m NoPosAmt) HasPosAmtType() bool

HasPosAmtType returns true if PosAmtType is present, Tag 707

func (NoPosAmt) HasPositionCurrency added in v0.4.0

func (m NoPosAmt) HasPositionCurrency() bool

HasPositionCurrency returns true if PositionCurrency is present, Tag 1055

func (NoPosAmt) SetPosAmt added in v0.4.0

func (m NoPosAmt) SetPosAmt(value decimal.Decimal, scale int32)

SetPosAmt sets PosAmt, Tag 708

func (NoPosAmt) SetPosAmtType added in v0.4.0

func (m NoPosAmt) SetPosAmtType(v string)

SetPosAmtType sets PosAmtType, Tag 707

func (NoPosAmt) SetPositionCurrency added in v0.4.0

func (m NoPosAmt) SetPositionCurrency(v string)

SetPositionCurrency sets PositionCurrency, Tag 1055

type NoPosAmtRepeatingGroup added in v0.4.0

type NoPosAmtRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPosAmtRepeatingGroup is a repeating group, Tag 753

func NewNoPosAmtRepeatingGroup added in v0.4.0

func NewNoPosAmtRepeatingGroup() NoPosAmtRepeatingGroup

NewNoPosAmtRepeatingGroup returns an initialized, NoPosAmtRepeatingGroup

func (NoPosAmtRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPosAmt to this group

func (NoPosAmtRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPosAmt in the NoPosAmtRepeatinGroup

type NoRootPartyIDs added in v0.4.0

type NoRootPartyIDs struct {
	quickfix.Group
}

NoRootPartyIDs is a repeating group element, Tag 1116

func (NoRootPartyIDs) GetNoRootPartySubIDs added in v0.4.0

GetNoRootPartySubIDs gets NoRootPartySubIDs, Tag 1120

func (NoRootPartyIDs) GetRootPartyID added in v0.4.0

func (m NoRootPartyIDs) GetRootPartyID() (f field.RootPartyIDField, err quickfix.MessageRejectError)

GetRootPartyID gets RootPartyID, Tag 1117

func (NoRootPartyIDs) GetRootPartyIDSource added in v0.4.0

func (m NoRootPartyIDs) GetRootPartyIDSource() (f field.RootPartyIDSourceField, err quickfix.MessageRejectError)

GetRootPartyIDSource gets RootPartyIDSource, Tag 1118

func (NoRootPartyIDs) GetRootPartyRole added in v0.4.0

func (m NoRootPartyIDs) GetRootPartyRole() (f field.RootPartyRoleField, err quickfix.MessageRejectError)

GetRootPartyRole gets RootPartyRole, Tag 1119

func (NoRootPartyIDs) HasNoRootPartySubIDs added in v0.4.0

func (m NoRootPartyIDs) HasNoRootPartySubIDs() bool

HasNoRootPartySubIDs returns true if NoRootPartySubIDs is present, Tag 1120

func (NoRootPartyIDs) HasRootPartyID added in v0.4.0

func (m NoRootPartyIDs) HasRootPartyID() bool

HasRootPartyID returns true if RootPartyID is present, Tag 1117

func (NoRootPartyIDs) HasRootPartyIDSource added in v0.4.0

func (m NoRootPartyIDs) HasRootPartyIDSource() bool

HasRootPartyIDSource returns true if RootPartyIDSource is present, Tag 1118

func (NoRootPartyIDs) HasRootPartyRole added in v0.4.0

func (m NoRootPartyIDs) HasRootPartyRole() bool

HasRootPartyRole returns true if RootPartyRole is present, Tag 1119

func (NoRootPartyIDs) SetNoRootPartySubIDs added in v0.4.0

func (m NoRootPartyIDs) SetNoRootPartySubIDs(f NoRootPartySubIDsRepeatingGroup)

SetNoRootPartySubIDs sets NoRootPartySubIDs, Tag 1120

func (NoRootPartyIDs) SetRootPartyID added in v0.4.0

func (m NoRootPartyIDs) SetRootPartyID(v string)

SetRootPartyID sets RootPartyID, Tag 1117

func (NoRootPartyIDs) SetRootPartyIDSource added in v0.4.0

func (m NoRootPartyIDs) SetRootPartyIDSource(v string)

SetRootPartyIDSource sets RootPartyIDSource, Tag 1118

func (NoRootPartyIDs) SetRootPartyRole added in v0.4.0

func (m NoRootPartyIDs) SetRootPartyRole(v int)

SetRootPartyRole sets RootPartyRole, Tag 1119

type NoRootPartyIDsRepeatingGroup added in v0.4.0

type NoRootPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoRootPartyIDsRepeatingGroup is a repeating group, Tag 1116

func NewNoRootPartyIDsRepeatingGroup added in v0.4.0

func NewNoRootPartyIDsRepeatingGroup() NoRootPartyIDsRepeatingGroup

NewNoRootPartyIDsRepeatingGroup returns an initialized, NoRootPartyIDsRepeatingGroup

func (NoRootPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoRootPartyIDs to this group

func (NoRootPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoRootPartyIDs in the NoRootPartyIDsRepeatinGroup

type NoRootPartySubIDs added in v0.4.0

type NoRootPartySubIDs struct {
	quickfix.Group
}

NoRootPartySubIDs is a repeating group element, Tag 1120

func (NoRootPartySubIDs) GetRootPartySubID added in v0.4.0

GetRootPartySubID gets RootPartySubID, Tag 1121

func (NoRootPartySubIDs) GetRootPartySubIDType added in v0.4.0

func (m NoRootPartySubIDs) GetRootPartySubIDType() (f field.RootPartySubIDTypeField, err quickfix.MessageRejectError)

GetRootPartySubIDType gets RootPartySubIDType, Tag 1122

func (NoRootPartySubIDs) HasRootPartySubID added in v0.4.0

func (m NoRootPartySubIDs) HasRootPartySubID() bool

HasRootPartySubID returns true if RootPartySubID is present, Tag 1121

func (NoRootPartySubIDs) HasRootPartySubIDType added in v0.4.0

func (m NoRootPartySubIDs) HasRootPartySubIDType() bool

HasRootPartySubIDType returns true if RootPartySubIDType is present, Tag 1122

func (NoRootPartySubIDs) SetRootPartySubID added in v0.4.0

func (m NoRootPartySubIDs) SetRootPartySubID(v string)

SetRootPartySubID sets RootPartySubID, Tag 1121

func (NoRootPartySubIDs) SetRootPartySubIDType added in v0.4.0

func (m NoRootPartySubIDs) SetRootPartySubIDType(v int)

SetRootPartySubIDType sets RootPartySubIDType, Tag 1122

type NoRootPartySubIDsRepeatingGroup added in v0.4.0

type NoRootPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoRootPartySubIDsRepeatingGroup is a repeating group, Tag 1120

func NewNoRootPartySubIDsRepeatingGroup added in v0.4.0

func NewNoRootPartySubIDsRepeatingGroup() NoRootPartySubIDsRepeatingGroup

NewNoRootPartySubIDsRepeatingGroup returns an initialized, NoRootPartySubIDsRepeatingGroup

func (NoRootPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoRootPartySubIDs to this group

func (NoRootPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoRootPartySubIDs in the NoRootPartySubIDsRepeatinGroup

type NoSecurityAltID added in v0.4.0

type NoSecurityAltID struct {
	quickfix.Group
}

NoSecurityAltID is a repeating group element, Tag 454

func (NoSecurityAltID) GetSecurityAltID added in v0.4.0

func (m NoSecurityAltID) GetSecurityAltID() (f field.SecurityAltIDField, err quickfix.MessageRejectError)

GetSecurityAltID gets SecurityAltID, Tag 455

func (NoSecurityAltID) GetSecurityAltIDSource added in v0.4.0

func (m NoSecurityAltID) GetSecurityAltIDSource() (f field.SecurityAltIDSourceField, err quickfix.MessageRejectError)

GetSecurityAltIDSource gets SecurityAltIDSource, Tag 456

func (NoSecurityAltID) HasSecurityAltID added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltID() bool

HasSecurityAltID returns true if SecurityAltID is present, Tag 455

func (NoSecurityAltID) HasSecurityAltIDSource added in v0.4.0

func (m NoSecurityAltID) HasSecurityAltIDSource() bool

HasSecurityAltIDSource returns true if SecurityAltIDSource is present, Tag 456

func (NoSecurityAltID) SetSecurityAltID added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltID(v string)

SetSecurityAltID sets SecurityAltID, Tag 455

func (NoSecurityAltID) SetSecurityAltIDSource added in v0.4.0

func (m NoSecurityAltID) SetSecurityAltIDSource(v string)

SetSecurityAltIDSource sets SecurityAltIDSource, Tag 456

type NoSecurityAltIDRepeatingGroup added in v0.4.0

type NoSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSecurityAltIDRepeatingGroup is a repeating group, Tag 454

func NewNoSecurityAltIDRepeatingGroup added in v0.4.0

func NewNoSecurityAltIDRepeatingGroup() NoSecurityAltIDRepeatingGroup

NewNoSecurityAltIDRepeatingGroup returns an initialized, NoSecurityAltIDRepeatingGroup

func (NoSecurityAltIDRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSecurityAltID to this group

func (NoSecurityAltIDRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSecurityAltID in the NoSecurityAltIDRepeatinGroup

type NoSideTrdRegTS added in v0.4.0

type NoSideTrdRegTS struct {
	quickfix.Group
}

NoSideTrdRegTS is a repeating group element, Tag 1016

func (NoSideTrdRegTS) GetSideTrdRegTimestamp added in v0.4.0

func (m NoSideTrdRegTS) GetSideTrdRegTimestamp() (f field.SideTrdRegTimestampField, err quickfix.MessageRejectError)

GetSideTrdRegTimestamp gets SideTrdRegTimestamp, Tag 1012

func (NoSideTrdRegTS) GetSideTrdRegTimestampSrc added in v0.4.0

func (m NoSideTrdRegTS) GetSideTrdRegTimestampSrc() (f field.SideTrdRegTimestampSrcField, err quickfix.MessageRejectError)

GetSideTrdRegTimestampSrc gets SideTrdRegTimestampSrc, Tag 1014

func (NoSideTrdRegTS) GetSideTrdRegTimestampType added in v0.4.0

func (m NoSideTrdRegTS) GetSideTrdRegTimestampType() (f field.SideTrdRegTimestampTypeField, err quickfix.MessageRejectError)

GetSideTrdRegTimestampType gets SideTrdRegTimestampType, Tag 1013

func (NoSideTrdRegTS) HasSideTrdRegTimestamp added in v0.4.0

func (m NoSideTrdRegTS) HasSideTrdRegTimestamp() bool

HasSideTrdRegTimestamp returns true if SideTrdRegTimestamp is present, Tag 1012

func (NoSideTrdRegTS) HasSideTrdRegTimestampSrc added in v0.4.0

func (m NoSideTrdRegTS) HasSideTrdRegTimestampSrc() bool

HasSideTrdRegTimestampSrc returns true if SideTrdRegTimestampSrc is present, Tag 1014

func (NoSideTrdRegTS) HasSideTrdRegTimestampType added in v0.4.0

func (m NoSideTrdRegTS) HasSideTrdRegTimestampType() bool

HasSideTrdRegTimestampType returns true if SideTrdRegTimestampType is present, Tag 1013

func (NoSideTrdRegTS) SetSideTrdRegTimestamp added in v0.4.0

func (m NoSideTrdRegTS) SetSideTrdRegTimestamp(v time.Time)

SetSideTrdRegTimestamp sets SideTrdRegTimestamp, Tag 1012

func (NoSideTrdRegTS) SetSideTrdRegTimestampSrc added in v0.4.0

func (m NoSideTrdRegTS) SetSideTrdRegTimestampSrc(v string)

SetSideTrdRegTimestampSrc sets SideTrdRegTimestampSrc, Tag 1014

func (NoSideTrdRegTS) SetSideTrdRegTimestampType added in v0.4.0

func (m NoSideTrdRegTS) SetSideTrdRegTimestampType(v int)

SetSideTrdRegTimestampType sets SideTrdRegTimestampType, Tag 1013

type NoSideTrdRegTSRepeatingGroup added in v0.4.0

type NoSideTrdRegTSRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSideTrdRegTSRepeatingGroup is a repeating group, Tag 1016

func NewNoSideTrdRegTSRepeatingGroup added in v0.4.0

func NewNoSideTrdRegTSRepeatingGroup() NoSideTrdRegTSRepeatingGroup

NewNoSideTrdRegTSRepeatingGroup returns an initialized, NoSideTrdRegTSRepeatingGroup

func (NoSideTrdRegTSRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSideTrdRegTS to this group

func (NoSideTrdRegTSRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSideTrdRegTS in the NoSideTrdRegTSRepeatinGroup

type NoSides added in v0.4.0

type NoSides struct {
	quickfix.Group
}

NoSides is a repeating group element, Tag 552

func (NoSides) GetAccount added in v0.4.0

func (m NoSides) GetAccount() (f field.AccountField, err quickfix.MessageRejectError)

GetAccount gets Account, Tag 1

func (NoSides) GetAccountType added in v0.4.0

func (m NoSides) GetAccountType() (f field.AccountTypeField, err quickfix.MessageRejectError)

GetAccountType gets AccountType, Tag 581

func (NoSides) GetAccruedInterestAmt added in v0.4.0

func (m NoSides) GetAccruedInterestAmt() (f field.AccruedInterestAmtField, err quickfix.MessageRejectError)

GetAccruedInterestAmt gets AccruedInterestAmt, Tag 159

func (NoSides) GetAccruedInterestRate added in v0.4.0

func (m NoSides) GetAccruedInterestRate() (f field.AccruedInterestRateField, err quickfix.MessageRejectError)

GetAccruedInterestRate gets AccruedInterestRate, Tag 158

func (NoSides) GetAcctIDSource added in v0.4.0

func (m NoSides) GetAcctIDSource() (f field.AcctIDSourceField, err quickfix.MessageRejectError)

GetAcctIDSource gets AcctIDSource, Tag 660

func (NoSides) GetAggressorIndicator added in v0.4.0

func (m NoSides) GetAggressorIndicator() (f field.AggressorIndicatorField, err quickfix.MessageRejectError)

GetAggressorIndicator gets AggressorIndicator, Tag 1057

func (NoSides) GetAllocID added in v0.4.0

func (m NoSides) GetAllocID() (f field.AllocIDField, err quickfix.MessageRejectError)

GetAllocID gets AllocID, Tag 70

func (NoSides) GetClOrdID added in v0.4.0

func (m NoSides) GetClOrdID() (f field.ClOrdIDField, err quickfix.MessageRejectError)

GetClOrdID gets ClOrdID, Tag 11

func (NoSides) GetCommCurrency added in v0.4.0

func (m NoSides) GetCommCurrency() (f field.CommCurrencyField, err quickfix.MessageRejectError)

GetCommCurrency gets CommCurrency, Tag 479

func (NoSides) GetCommType added in v0.4.0

func (m NoSides) GetCommType() (f field.CommTypeField, err quickfix.MessageRejectError)

GetCommType gets CommType, Tag 13

func (NoSides) GetCommission added in v0.4.0

func (m NoSides) GetCommission() (f field.CommissionField, err quickfix.MessageRejectError)

GetCommission gets Commission, Tag 12

func (NoSides) GetComplianceID added in v0.4.0

func (m NoSides) GetComplianceID() (f field.ComplianceIDField, err quickfix.MessageRejectError)

GetComplianceID gets ComplianceID, Tag 376

func (NoSides) GetConcession added in v0.4.0

func (m NoSides) GetConcession() (f field.ConcessionField, err quickfix.MessageRejectError)

GetConcession gets Concession, Tag 238

func (NoSides) GetCurrency added in v0.4.0

func (m NoSides) GetCurrency() (f field.CurrencyField, err quickfix.MessageRejectError)

GetCurrency gets Currency, Tag 15

func (NoSides) GetCustOrderCapacity added in v0.4.0

func (m NoSides) GetCustOrderCapacity() (f field.CustOrderCapacityField, err quickfix.MessageRejectError)

GetCustOrderCapacity gets CustOrderCapacity, Tag 582

func (NoSides) GetEncodedText added in v0.4.0

func (m NoSides) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError)

GetEncodedText gets EncodedText, Tag 355

func (NoSides) GetEncodedTextLen added in v0.4.0

func (m NoSides) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError)

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (NoSides) GetEndAccruedInterestAmt added in v0.4.0

func (m NoSides) GetEndAccruedInterestAmt() (f field.EndAccruedInterestAmtField, err quickfix.MessageRejectError)

GetEndAccruedInterestAmt gets EndAccruedInterestAmt, Tag 920

func (NoSides) GetEndCash added in v0.4.0

func (m NoSides) GetEndCash() (f field.EndCashField, err quickfix.MessageRejectError)

GetEndCash gets EndCash, Tag 922

func (NoSides) GetExDate added in v0.4.0

func (m NoSides) GetExDate() (f field.ExDateField, err quickfix.MessageRejectError)

GetExDate gets ExDate, Tag 230

func (NoSides) GetExchangeRule added in v0.4.0

func (m NoSides) GetExchangeRule() (f field.ExchangeRuleField, err quickfix.MessageRejectError)

GetExchangeRule gets ExchangeRule, Tag 825

func (NoSides) GetExchangeSpecialInstructions added in v0.4.0

func (m NoSides) GetExchangeSpecialInstructions() (f field.ExchangeSpecialInstructionsField, err quickfix.MessageRejectError)

GetExchangeSpecialInstructions gets ExchangeSpecialInstructions, Tag 1139

func (NoSides) GetExecInst added in v0.4.0

func (m NoSides) GetExecInst() (f field.ExecInstField, err quickfix.MessageRejectError)

GetExecInst gets ExecInst, Tag 18

func (NoSides) GetExecRefID added in v0.4.0

func (m NoSides) GetExecRefID() (f field.ExecRefIDField, err quickfix.MessageRejectError)

GetExecRefID gets ExecRefID, Tag 19

func (NoSides) GetFundRenewWaiv added in v0.4.0

func (m NoSides) GetFundRenewWaiv() (f field.FundRenewWaivField, err quickfix.MessageRejectError)

GetFundRenewWaiv gets FundRenewWaiv, Tag 497

func (NoSides) GetInterestAtMaturity added in v0.4.0

func (m NoSides) GetInterestAtMaturity() (f field.InterestAtMaturityField, err quickfix.MessageRejectError)

GetInterestAtMaturity gets InterestAtMaturity, Tag 738

func (NoSides) GetListID added in v0.4.0

func (m NoSides) GetListID() (f field.ListIDField, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66

func (NoSides) GetLotType added in v0.4.0

func (m NoSides) GetLotType() (f field.LotTypeField, err quickfix.MessageRejectError)

GetLotType gets LotType, Tag 1093

func (NoSides) GetNetMoney added in v0.4.0

func (m NoSides) GetNetMoney() (f field.NetMoneyField, err quickfix.MessageRejectError)

GetNetMoney gets NetMoney, Tag 118

func (NoSides) GetNoAllocs added in v0.4.0

GetNoAllocs gets NoAllocs, Tag 78

func (NoSides) GetNoClearingInstructions added in v0.4.0

GetNoClearingInstructions gets NoClearingInstructions, Tag 576

func (NoSides) GetNoContAmts added in v0.4.0

GetNoContAmts gets NoContAmts, Tag 518

func (NoSides) GetNoMiscFees added in v0.4.0

GetNoMiscFees gets NoMiscFees, Tag 136

func (NoSides) GetNoPartyIDs added in v0.4.0

GetNoPartyIDs gets NoPartyIDs, Tag 453

func (NoSides) GetNoSideTrdRegTS added in v0.4.0

GetNoSideTrdRegTS gets NoSideTrdRegTS, Tag 1016

func (NoSides) GetNoStipulations added in v0.4.0

GetNoStipulations gets NoStipulations, Tag 232

func (NoSides) GetNumDaysInterest added in v0.4.0

func (m NoSides) GetNumDaysInterest() (f field.NumDaysInterestField, err quickfix.MessageRejectError)

GetNumDaysInterest gets NumDaysInterest, Tag 157

func (NoSides) GetOddLot added in v0.4.0

func (m NoSides) GetOddLot() (f field.OddLotField, err quickfix.MessageRejectError)

GetOddLot gets OddLot, Tag 575

func (NoSides) GetOrdType added in v0.4.0

func (m NoSides) GetOrdType() (f field.OrdTypeField, err quickfix.MessageRejectError)

GetOrdType gets OrdType, Tag 40

func (NoSides) GetOrderCapacity added in v0.4.0

func (m NoSides) GetOrderCapacity() (f field.OrderCapacityField, err quickfix.MessageRejectError)

GetOrderCapacity gets OrderCapacity, Tag 528

func (NoSides) GetOrderID added in v0.4.0

func (m NoSides) GetOrderID() (f field.OrderIDField, err quickfix.MessageRejectError)

GetOrderID gets OrderID, Tag 37

func (NoSides) GetOrderInputDevice added in v0.4.0

func (m NoSides) GetOrderInputDevice() (f field.OrderInputDeviceField, err quickfix.MessageRejectError)

GetOrderInputDevice gets OrderInputDevice, Tag 821

func (NoSides) GetOrderRestrictions added in v0.4.0

func (m NoSides) GetOrderRestrictions() (f field.OrderRestrictionsField, err quickfix.MessageRejectError)

GetOrderRestrictions gets OrderRestrictions, Tag 529

func (NoSides) GetPositionEffect added in v0.4.0

func (m NoSides) GetPositionEffect() (f field.PositionEffectField, err quickfix.MessageRejectError)

GetPositionEffect gets PositionEffect, Tag 77

func (NoSides) GetPreallocMethod added in v0.4.0

func (m NoSides) GetPreallocMethod() (f field.PreallocMethodField, err quickfix.MessageRejectError)

GetPreallocMethod gets PreallocMethod, Tag 591

func (NoSides) GetProcessCode added in v0.4.0

func (m NoSides) GetProcessCode() (f field.ProcessCodeField, err quickfix.MessageRejectError)

GetProcessCode gets ProcessCode, Tag 81

func (NoSides) GetRptSeq added in v0.4.0

func (m NoSides) GetRptSeq() (f field.RptSeqField, err quickfix.MessageRejectError)

GetRptSeq gets RptSeq, Tag 83

func (NoSides) GetSecondaryClOrdID added in v0.4.0

func (m NoSides) GetSecondaryClOrdID() (f field.SecondaryClOrdIDField, err quickfix.MessageRejectError)

GetSecondaryClOrdID gets SecondaryClOrdID, Tag 526

func (NoSides) GetSecondaryOrderID added in v0.4.0

func (m NoSides) GetSecondaryOrderID() (f field.SecondaryOrderIDField, err quickfix.MessageRejectError)

GetSecondaryOrderID gets SecondaryOrderID, Tag 198

func (NoSides) GetSettlCurrAmt added in v0.4.0

func (m NoSides) GetSettlCurrAmt() (f field.SettlCurrAmtField, err quickfix.MessageRejectError)

GetSettlCurrAmt gets SettlCurrAmt, Tag 119

func (NoSides) GetSettlCurrFxRate added in v0.4.0

func (m NoSides) GetSettlCurrFxRate() (f field.SettlCurrFxRateField, err quickfix.MessageRejectError)

GetSettlCurrFxRate gets SettlCurrFxRate, Tag 155

func (NoSides) GetSettlCurrFxRateCalc added in v0.4.0

func (m NoSides) GetSettlCurrFxRateCalc() (f field.SettlCurrFxRateCalcField, err quickfix.MessageRejectError)

GetSettlCurrFxRateCalc gets SettlCurrFxRateCalc, Tag 156

func (NoSides) GetSettlCurrency added in v0.4.0

func (m NoSides) GetSettlCurrency() (f field.SettlCurrencyField, err quickfix.MessageRejectError)

GetSettlCurrency gets SettlCurrency, Tag 120

func (NoSides) GetSide added in v0.4.0

func (m NoSides) GetSide() (f field.SideField, err quickfix.MessageRejectError)

GetSide gets Side, Tag 54

func (NoSides) GetSideFillStationCd added in v0.4.0

func (m NoSides) GetSideFillStationCd() (f field.SideFillStationCdField, err quickfix.MessageRejectError)

GetSideFillStationCd gets SideFillStationCd, Tag 1006

func (NoSides) GetSideGrossTradeAmt added in v0.4.0

func (m NoSides) GetSideGrossTradeAmt() (f field.SideGrossTradeAmtField, err quickfix.MessageRejectError)

GetSideGrossTradeAmt gets SideGrossTradeAmt, Tag 1072

func (NoSides) GetSideMultiLegReportingType added in v0.4.0

func (m NoSides) GetSideMultiLegReportingType() (f field.SideMultiLegReportingTypeField, err quickfix.MessageRejectError)

GetSideMultiLegReportingType gets SideMultiLegReportingType, Tag 752

func (NoSides) GetSideQty added in v0.4.0

func (m NoSides) GetSideQty() (f field.SideQtyField, err quickfix.MessageRejectError)

GetSideQty gets SideQty, Tag 1009

func (NoSides) GetSideReasonCd added in v0.4.0

func (m NoSides) GetSideReasonCd() (f field.SideReasonCdField, err quickfix.MessageRejectError)

GetSideReasonCd gets SideReasonCd, Tag 1007

func (NoSides) GetSideTradeReportID added in v0.4.0

func (m NoSides) GetSideTradeReportID() (f field.SideTradeReportIDField, err quickfix.MessageRejectError)

GetSideTradeReportID gets SideTradeReportID, Tag 1005

func (NoSides) GetSideTrdSubTyp added in v0.4.0

func (m NoSides) GetSideTrdSubTyp() (f field.SideTrdSubTypField, err quickfix.MessageRejectError)

GetSideTrdSubTyp gets SideTrdSubTyp, Tag 1008

func (NoSides) GetSolicitedFlag added in v0.4.0

func (m NoSides) GetSolicitedFlag() (f field.SolicitedFlagField, err quickfix.MessageRejectError)

GetSolicitedFlag gets SolicitedFlag, Tag 377

func (NoSides) GetStartCash added in v0.4.0

func (m NoSides) GetStartCash() (f field.StartCashField, err quickfix.MessageRejectError)

GetStartCash gets StartCash, Tag 921

func (NoSides) GetText added in v0.4.0

func (m NoSides) GetText() (f field.TextField, err quickfix.MessageRejectError)

GetText gets Text, Tag 58

func (NoSides) GetTimeBracket added in v0.4.0

func (m NoSides) GetTimeBracket() (f field.TimeBracketField, err quickfix.MessageRejectError)

GetTimeBracket gets TimeBracket, Tag 943

func (NoSides) GetTotalTakedown added in v0.4.0

func (m NoSides) GetTotalTakedown() (f field.TotalTakedownField, err quickfix.MessageRejectError)

GetTotalTakedown gets TotalTakedown, Tag 237

func (NoSides) GetTradeAllocIndicator added in v0.4.0

func (m NoSides) GetTradeAllocIndicator() (f field.TradeAllocIndicatorField, err quickfix.MessageRejectError)

GetTradeAllocIndicator gets TradeAllocIndicator, Tag 826

func (NoSides) GetTradeInputDevice added in v0.4.0

func (m NoSides) GetTradeInputDevice() (f field.TradeInputDeviceField, err quickfix.MessageRejectError)

GetTradeInputDevice gets TradeInputDevice, Tag 579

func (NoSides) GetTradeInputSource added in v0.4.0

func (m NoSides) GetTradeInputSource() (f field.TradeInputSourceField, err quickfix.MessageRejectError)

GetTradeInputSource gets TradeInputSource, Tag 578

func (NoSides) GetTradingSessionID added in v0.4.0

func (m NoSides) GetTradingSessionID() (f field.TradingSessionIDField, err quickfix.MessageRejectError)

GetTradingSessionID gets TradingSessionID, Tag 336

func (NoSides) GetTradingSessionSubID added in v0.4.0

func (m NoSides) GetTradingSessionSubID() (f field.TradingSessionSubIDField, err quickfix.MessageRejectError)

GetTradingSessionSubID gets TradingSessionSubID, Tag 625

func (NoSides) GetTransBkdTime added in v0.4.0

func (m NoSides) GetTransBkdTime() (f field.TransBkdTimeField, err quickfix.MessageRejectError)

GetTransBkdTime gets TransBkdTime, Tag 483

func (NoSides) HasAccount added in v0.4.0

func (m NoSides) HasAccount() bool

HasAccount returns true if Account is present, Tag 1

func (NoSides) HasAccountType added in v0.4.0

func (m NoSides) HasAccountType() bool

HasAccountType returns true if AccountType is present, Tag 581

func (NoSides) HasAccruedInterestAmt added in v0.4.0

func (m NoSides) HasAccruedInterestAmt() bool

HasAccruedInterestAmt returns true if AccruedInterestAmt is present, Tag 159

func (NoSides) HasAccruedInterestRate added in v0.4.0

func (m NoSides) HasAccruedInterestRate() bool

HasAccruedInterestRate returns true if AccruedInterestRate is present, Tag 158

func (NoSides) HasAcctIDSource added in v0.4.0

func (m NoSides) HasAcctIDSource() bool

HasAcctIDSource returns true if AcctIDSource is present, Tag 660

func (NoSides) HasAggressorIndicator added in v0.4.0

func (m NoSides) HasAggressorIndicator() bool

HasAggressorIndicator returns true if AggressorIndicator is present, Tag 1057

func (NoSides) HasAllocID added in v0.4.0

func (m NoSides) HasAllocID() bool

HasAllocID returns true if AllocID is present, Tag 70

func (NoSides) HasClOrdID added in v0.4.0

func (m NoSides) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11

func (NoSides) HasCommCurrency added in v0.4.0

func (m NoSides) HasCommCurrency() bool

HasCommCurrency returns true if CommCurrency is present, Tag 479

func (NoSides) HasCommType added in v0.4.0

func (m NoSides) HasCommType() bool

HasCommType returns true if CommType is present, Tag 13

func (NoSides) HasCommission added in v0.4.0

func (m NoSides) HasCommission() bool

HasCommission returns true if Commission is present, Tag 12

func (NoSides) HasComplianceID added in v0.4.0

func (m NoSides) HasComplianceID() bool

HasComplianceID returns true if ComplianceID is present, Tag 376

func (NoSides) HasConcession added in v0.4.0

func (m NoSides) HasConcession() bool

HasConcession returns true if Concession is present, Tag 238

func (NoSides) HasCurrency added in v0.4.0

func (m NoSides) HasCurrency() bool

HasCurrency returns true if Currency is present, Tag 15

func (NoSides) HasCustOrderCapacity added in v0.4.0

func (m NoSides) HasCustOrderCapacity() bool

HasCustOrderCapacity returns true if CustOrderCapacity is present, Tag 582

func (NoSides) HasEncodedText added in v0.4.0

func (m NoSides) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355

func (NoSides) HasEncodedTextLen added in v0.4.0

func (m NoSides) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354

func (NoSides) HasEndAccruedInterestAmt added in v0.4.0

func (m NoSides) HasEndAccruedInterestAmt() bool

HasEndAccruedInterestAmt returns true if EndAccruedInterestAmt is present, Tag 920

func (NoSides) HasEndCash added in v0.4.0

func (m NoSides) HasEndCash() bool

HasEndCash returns true if EndCash is present, Tag 922

func (NoSides) HasExDate added in v0.4.0

func (m NoSides) HasExDate() bool

HasExDate returns true if ExDate is present, Tag 230

func (NoSides) HasExchangeRule added in v0.4.0

func (m NoSides) HasExchangeRule() bool

HasExchangeRule returns true if ExchangeRule is present, Tag 825

func (NoSides) HasExchangeSpecialInstructions added in v0.4.0

func (m NoSides) HasExchangeSpecialInstructions() bool

HasExchangeSpecialInstructions returns true if ExchangeSpecialInstructions is present, Tag 1139

func (NoSides) HasExecInst added in v0.4.0

func (m NoSides) HasExecInst() bool

HasExecInst returns true if ExecInst is present, Tag 18

func (NoSides) HasExecRefID added in v0.4.0

func (m NoSides) HasExecRefID() bool

HasExecRefID returns true if ExecRefID is present, Tag 19

func (NoSides) HasFundRenewWaiv added in v0.4.0

func (m NoSides) HasFundRenewWaiv() bool

HasFundRenewWaiv returns true if FundRenewWaiv is present, Tag 497

func (NoSides) HasInterestAtMaturity added in v0.4.0

func (m NoSides) HasInterestAtMaturity() bool

HasInterestAtMaturity returns true if InterestAtMaturity is present, Tag 738

func (NoSides) HasListID added in v0.4.0

func (m NoSides) HasListID() bool

HasListID returns true if ListID is present, Tag 66

func (NoSides) HasLotType added in v0.4.0

func (m NoSides) HasLotType() bool

HasLotType returns true if LotType is present, Tag 1093

func (NoSides) HasNetMoney added in v0.4.0

func (m NoSides) HasNetMoney() bool

HasNetMoney returns true if NetMoney is present, Tag 118

func (NoSides) HasNoAllocs added in v0.4.0

func (m NoSides) HasNoAllocs() bool

HasNoAllocs returns true if NoAllocs is present, Tag 78

func (NoSides) HasNoClearingInstructions added in v0.4.0

func (m NoSides) HasNoClearingInstructions() bool

HasNoClearingInstructions returns true if NoClearingInstructions is present, Tag 576

func (NoSides) HasNoContAmts added in v0.4.0

func (m NoSides) HasNoContAmts() bool

HasNoContAmts returns true if NoContAmts is present, Tag 518

func (NoSides) HasNoMiscFees added in v0.4.0

func (m NoSides) HasNoMiscFees() bool

HasNoMiscFees returns true if NoMiscFees is present, Tag 136

func (NoSides) HasNoPartyIDs added in v0.4.0

func (m NoSides) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453

func (NoSides) HasNoSideTrdRegTS added in v0.4.0

func (m NoSides) HasNoSideTrdRegTS() bool

HasNoSideTrdRegTS returns true if NoSideTrdRegTS is present, Tag 1016

func (NoSides) HasNoStipulations added in v0.4.0

func (m NoSides) HasNoStipulations() bool

HasNoStipulations returns true if NoStipulations is present, Tag 232

func (NoSides) HasNumDaysInterest added in v0.4.0

func (m NoSides) HasNumDaysInterest() bool

HasNumDaysInterest returns true if NumDaysInterest is present, Tag 157

func (NoSides) HasOddLot added in v0.4.0

func (m NoSides) HasOddLot() bool

HasOddLot returns true if OddLot is present, Tag 575

func (NoSides) HasOrdType added in v0.4.0

func (m NoSides) HasOrdType() bool

HasOrdType returns true if OrdType is present, Tag 40

func (NoSides) HasOrderCapacity added in v0.4.0

func (m NoSides) HasOrderCapacity() bool

HasOrderCapacity returns true if OrderCapacity is present, Tag 528

func (NoSides) HasOrderID added in v0.4.0

func (m NoSides) HasOrderID() bool

HasOrderID returns true if OrderID is present, Tag 37

func (NoSides) HasOrderInputDevice added in v0.4.0

func (m NoSides) HasOrderInputDevice() bool

HasOrderInputDevice returns true if OrderInputDevice is present, Tag 821

func (NoSides) HasOrderRestrictions added in v0.4.0

func (m NoSides) HasOrderRestrictions() bool

HasOrderRestrictions returns true if OrderRestrictions is present, Tag 529

func (NoSides) HasPositionEffect added in v0.4.0

func (m NoSides) HasPositionEffect() bool

HasPositionEffect returns true if PositionEffect is present, Tag 77

func (NoSides) HasPreallocMethod added in v0.4.0

func (m NoSides) HasPreallocMethod() bool

HasPreallocMethod returns true if PreallocMethod is present, Tag 591

func (NoSides) HasProcessCode added in v0.4.0

func (m NoSides) HasProcessCode() bool

HasProcessCode returns true if ProcessCode is present, Tag 81

func (NoSides) HasRptSeq added in v0.4.0

func (m NoSides) HasRptSeq() bool

HasRptSeq returns true if RptSeq is present, Tag 83

func (NoSides) HasSecondaryClOrdID added in v0.4.0

func (m NoSides) HasSecondaryClOrdID() bool

HasSecondaryClOrdID returns true if SecondaryClOrdID is present, Tag 526

func (NoSides) HasSecondaryOrderID added in v0.4.0

func (m NoSides) HasSecondaryOrderID() bool

HasSecondaryOrderID returns true if SecondaryOrderID is present, Tag 198

func (NoSides) HasSettlCurrAmt added in v0.4.0

func (m NoSides) HasSettlCurrAmt() bool

HasSettlCurrAmt returns true if SettlCurrAmt is present, Tag 119

func (NoSides) HasSettlCurrFxRate added in v0.4.0

func (m NoSides) HasSettlCurrFxRate() bool

HasSettlCurrFxRate returns true if SettlCurrFxRate is present, Tag 155

func (NoSides) HasSettlCurrFxRateCalc added in v0.4.0

func (m NoSides) HasSettlCurrFxRateCalc() bool

HasSettlCurrFxRateCalc returns true if SettlCurrFxRateCalc is present, Tag 156

func (NoSides) HasSettlCurrency added in v0.4.0

func (m NoSides) HasSettlCurrency() bool

HasSettlCurrency returns true if SettlCurrency is present, Tag 120

func (NoSides) HasSide added in v0.4.0

func (m NoSides) HasSide() bool

HasSide returns true if Side is present, Tag 54

func (NoSides) HasSideFillStationCd added in v0.4.0

func (m NoSides) HasSideFillStationCd() bool

HasSideFillStationCd returns true if SideFillStationCd is present, Tag 1006

func (NoSides) HasSideGrossTradeAmt added in v0.4.0

func (m NoSides) HasSideGrossTradeAmt() bool

HasSideGrossTradeAmt returns true if SideGrossTradeAmt is present, Tag 1072

func (NoSides) HasSideMultiLegReportingType added in v0.4.0

func (m NoSides) HasSideMultiLegReportingType() bool

HasSideMultiLegReportingType returns true if SideMultiLegReportingType is present, Tag 752

func (NoSides) HasSideQty added in v0.4.0

func (m NoSides) HasSideQty() bool

HasSideQty returns true if SideQty is present, Tag 1009

func (NoSides) HasSideReasonCd added in v0.4.0

func (m NoSides) HasSideReasonCd() bool

HasSideReasonCd returns true if SideReasonCd is present, Tag 1007

func (NoSides) HasSideTradeReportID added in v0.4.0

func (m NoSides) HasSideTradeReportID() bool

HasSideTradeReportID returns true if SideTradeReportID is present, Tag 1005

func (NoSides) HasSideTrdSubTyp added in v0.4.0

func (m NoSides) HasSideTrdSubTyp() bool

HasSideTrdSubTyp returns true if SideTrdSubTyp is present, Tag 1008

func (NoSides) HasSolicitedFlag added in v0.4.0

func (m NoSides) HasSolicitedFlag() bool

HasSolicitedFlag returns true if SolicitedFlag is present, Tag 377

func (NoSides) HasStartCash added in v0.4.0

func (m NoSides) HasStartCash() bool

HasStartCash returns true if StartCash is present, Tag 921

func (NoSides) HasText added in v0.4.0

func (m NoSides) HasText() bool

HasText returns true if Text is present, Tag 58

func (NoSides) HasTimeBracket added in v0.4.0

func (m NoSides) HasTimeBracket() bool

HasTimeBracket returns true if TimeBracket is present, Tag 943

func (NoSides) HasTotalTakedown added in v0.4.0

func (m NoSides) HasTotalTakedown() bool

HasTotalTakedown returns true if TotalTakedown is present, Tag 237

func (NoSides) HasTradeAllocIndicator added in v0.4.0

func (m NoSides) HasTradeAllocIndicator() bool

HasTradeAllocIndicator returns true if TradeAllocIndicator is present, Tag 826

func (NoSides) HasTradeInputDevice added in v0.4.0

func (m NoSides) HasTradeInputDevice() bool

HasTradeInputDevice returns true if TradeInputDevice is present, Tag 579

func (NoSides) HasTradeInputSource added in v0.4.0

func (m NoSides) HasTradeInputSource() bool

HasTradeInputSource returns true if TradeInputSource is present, Tag 578

func (NoSides) HasTradingSessionID added in v0.4.0

func (m NoSides) HasTradingSessionID() bool

HasTradingSessionID returns true if TradingSessionID is present, Tag 336

func (NoSides) HasTradingSessionSubID added in v0.4.0

func (m NoSides) HasTradingSessionSubID() bool

HasTradingSessionSubID returns true if TradingSessionSubID is present, Tag 625

func (NoSides) HasTransBkdTime added in v0.4.0

func (m NoSides) HasTransBkdTime() bool

HasTransBkdTime returns true if TransBkdTime is present, Tag 483

func (NoSides) SetAccount added in v0.4.0

func (m NoSides) SetAccount(v string)

SetAccount sets Account, Tag 1

func (NoSides) SetAccountType added in v0.4.0

func (m NoSides) SetAccountType(v int)

SetAccountType sets AccountType, Tag 581

func (NoSides) SetAccruedInterestAmt added in v0.4.0

func (m NoSides) SetAccruedInterestAmt(value decimal.Decimal, scale int32)

SetAccruedInterestAmt sets AccruedInterestAmt, Tag 159

func (NoSides) SetAccruedInterestRate added in v0.4.0

func (m NoSides) SetAccruedInterestRate(value decimal.Decimal, scale int32)

SetAccruedInterestRate sets AccruedInterestRate, Tag 158

func (NoSides) SetAcctIDSource added in v0.4.0

func (m NoSides) SetAcctIDSource(v int)

SetAcctIDSource sets AcctIDSource, Tag 660

func (NoSides) SetAggressorIndicator added in v0.4.0

func (m NoSides) SetAggressorIndicator(v bool)

SetAggressorIndicator sets AggressorIndicator, Tag 1057

func (NoSides) SetAllocID added in v0.4.0

func (m NoSides) SetAllocID(v string)

SetAllocID sets AllocID, Tag 70

func (NoSides) SetClOrdID added in v0.4.0

func (m NoSides) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11

func (NoSides) SetCommCurrency added in v0.4.0

func (m NoSides) SetCommCurrency(v string)

SetCommCurrency sets CommCurrency, Tag 479

func (NoSides) SetCommType added in v0.4.0

func (m NoSides) SetCommType(v string)

SetCommType sets CommType, Tag 13

func (NoSides) SetCommission added in v0.4.0

func (m NoSides) SetCommission(value decimal.Decimal, scale int32)

SetCommission sets Commission, Tag 12

func (NoSides) SetComplianceID added in v0.4.0

func (m NoSides) SetComplianceID(v string)

SetComplianceID sets ComplianceID, Tag 376

func (NoSides) SetConcession added in v0.4.0

func (m NoSides) SetConcession(value decimal.Decimal, scale int32)

SetConcession sets Concession, Tag 238

func (NoSides) SetCurrency added in v0.4.0

func (m NoSides) SetCurrency(v string)

SetCurrency sets Currency, Tag 15

func (NoSides) SetCustOrderCapacity added in v0.4.0

func (m NoSides) SetCustOrderCapacity(v int)

SetCustOrderCapacity sets CustOrderCapacity, Tag 582

func (NoSides) SetEncodedText added in v0.4.0

func (m NoSides) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355

func (NoSides) SetEncodedTextLen added in v0.4.0

func (m NoSides) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354

func (NoSides) SetEndAccruedInterestAmt added in v0.4.0

func (m NoSides) SetEndAccruedInterestAmt(value decimal.Decimal, scale int32)

SetEndAccruedInterestAmt sets EndAccruedInterestAmt, Tag 920

func (NoSides) SetEndCash added in v0.4.0

func (m NoSides) SetEndCash(value decimal.Decimal, scale int32)

SetEndCash sets EndCash, Tag 922

func (NoSides) SetExDate added in v0.4.0

func (m NoSides) SetExDate(v string)

SetExDate sets ExDate, Tag 230

func (NoSides) SetExchangeRule added in v0.4.0

func (m NoSides) SetExchangeRule(v string)

SetExchangeRule sets ExchangeRule, Tag 825

func (NoSides) SetExchangeSpecialInstructions added in v0.4.0

func (m NoSides) SetExchangeSpecialInstructions(v string)

SetExchangeSpecialInstructions sets ExchangeSpecialInstructions, Tag 1139

func (NoSides) SetExecInst added in v0.4.0

func (m NoSides) SetExecInst(v string)

SetExecInst sets ExecInst, Tag 18

func (NoSides) SetExecRefID added in v0.4.0

func (m NoSides) SetExecRefID(v string)

SetExecRefID sets ExecRefID, Tag 19

func (NoSides) SetFundRenewWaiv added in v0.4.0

func (m NoSides) SetFundRenewWaiv(v string)

SetFundRenewWaiv sets FundRenewWaiv, Tag 497

func (NoSides) SetInterestAtMaturity added in v0.4.0

func (m NoSides) SetInterestAtMaturity(value decimal.Decimal, scale int32)

SetInterestAtMaturity sets InterestAtMaturity, Tag 738

func (NoSides) SetListID added in v0.4.0

func (m NoSides) SetListID(v string)

SetListID sets ListID, Tag 66

func (NoSides) SetLotType added in v0.4.0

func (m NoSides) SetLotType(v string)

SetLotType sets LotType, Tag 1093

func (NoSides) SetNetMoney added in v0.4.0

func (m NoSides) SetNetMoney(value decimal.Decimal, scale int32)

SetNetMoney sets NetMoney, Tag 118

func (NoSides) SetNoAllocs added in v0.4.0

func (m NoSides) SetNoAllocs(f NoAllocsRepeatingGroup)

SetNoAllocs sets NoAllocs, Tag 78

func (NoSides) SetNoClearingInstructions added in v0.4.0

func (m NoSides) SetNoClearingInstructions(f NoClearingInstructionsRepeatingGroup)

SetNoClearingInstructions sets NoClearingInstructions, Tag 576

func (NoSides) SetNoContAmts added in v0.4.0

func (m NoSides) SetNoContAmts(f NoContAmtsRepeatingGroup)

SetNoContAmts sets NoContAmts, Tag 518

func (NoSides) SetNoMiscFees added in v0.4.0

func (m NoSides) SetNoMiscFees(f NoMiscFeesRepeatingGroup)

SetNoMiscFees sets NoMiscFees, Tag 136

func (NoSides) SetNoPartyIDs added in v0.4.0

func (m NoSides) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)

SetNoPartyIDs sets NoPartyIDs, Tag 453

func (NoSides) SetNoSideTrdRegTS added in v0.4.0

func (m NoSides) SetNoSideTrdRegTS(f NoSideTrdRegTSRepeatingGroup)

SetNoSideTrdRegTS sets NoSideTrdRegTS, Tag 1016

func (NoSides) SetNoStipulations added in v0.4.0

func (m NoSides) SetNoStipulations(f NoStipulationsRepeatingGroup)

SetNoStipulations sets NoStipulations, Tag 232

func (NoSides) SetNumDaysInterest added in v0.4.0

func (m NoSides) SetNumDaysInterest(v int)

SetNumDaysInterest sets NumDaysInterest, Tag 157

func (NoSides) SetOddLot added in v0.4.0

func (m NoSides) SetOddLot(v bool)

SetOddLot sets OddLot, Tag 575

func (NoSides) SetOrdType added in v0.4.0

func (m NoSides) SetOrdType(v string)

SetOrdType sets OrdType, Tag 40

func (NoSides) SetOrderCapacity added in v0.4.0

func (m NoSides) SetOrderCapacity(v string)

SetOrderCapacity sets OrderCapacity, Tag 528

func (NoSides) SetOrderID added in v0.4.0

func (m NoSides) SetOrderID(v string)

SetOrderID sets OrderID, Tag 37

func (NoSides) SetOrderInputDevice added in v0.4.0

func (m NoSides) SetOrderInputDevice(v string)

SetOrderInputDevice sets OrderInputDevice, Tag 821

func (NoSides) SetOrderRestrictions added in v0.4.0

func (m NoSides) SetOrderRestrictions(v string)

SetOrderRestrictions sets OrderRestrictions, Tag 529

func (NoSides) SetPositionEffect added in v0.4.0

func (m NoSides) SetPositionEffect(v string)

SetPositionEffect sets PositionEffect, Tag 77

func (NoSides) SetPreallocMethod added in v0.4.0

func (m NoSides) SetPreallocMethod(v string)

SetPreallocMethod sets PreallocMethod, Tag 591

func (NoSides) SetProcessCode added in v0.4.0

func (m NoSides) SetProcessCode(v string)

SetProcessCode sets ProcessCode, Tag 81

func (NoSides) SetRptSeq added in v0.4.0

func (m NoSides) SetRptSeq(v int)

SetRptSeq sets RptSeq, Tag 83

func (NoSides) SetSecondaryClOrdID added in v0.4.0

func (m NoSides) SetSecondaryClOrdID(v string)

SetSecondaryClOrdID sets SecondaryClOrdID, Tag 526

func (NoSides) SetSecondaryOrderID added in v0.4.0

func (m NoSides) SetSecondaryOrderID(v string)

SetSecondaryOrderID sets SecondaryOrderID, Tag 198

func (NoSides) SetSettlCurrAmt added in v0.4.0

func (m NoSides) SetSettlCurrAmt(value decimal.Decimal, scale int32)

SetSettlCurrAmt sets SettlCurrAmt, Tag 119

func (NoSides) SetSettlCurrFxRate added in v0.4.0

func (m NoSides) SetSettlCurrFxRate(value decimal.Decimal, scale int32)

SetSettlCurrFxRate sets SettlCurrFxRate, Tag 155

func (NoSides) SetSettlCurrFxRateCalc added in v0.4.0

func (m NoSides) SetSettlCurrFxRateCalc(v string)

SetSettlCurrFxRateCalc sets SettlCurrFxRateCalc, Tag 156

func (NoSides) SetSettlCurrency added in v0.4.0

func (m NoSides) SetSettlCurrency(v string)

SetSettlCurrency sets SettlCurrency, Tag 120

func (NoSides) SetSide added in v0.4.0

func (m NoSides) SetSide(v string)

SetSide sets Side, Tag 54

func (NoSides) SetSideFillStationCd added in v0.4.0

func (m NoSides) SetSideFillStationCd(v string)

SetSideFillStationCd sets SideFillStationCd, Tag 1006

func (NoSides) SetSideGrossTradeAmt added in v0.4.0

func (m NoSides) SetSideGrossTradeAmt(value decimal.Decimal, scale int32)

SetSideGrossTradeAmt sets SideGrossTradeAmt, Tag 1072

func (NoSides) SetSideMultiLegReportingType added in v0.4.0

func (m NoSides) SetSideMultiLegReportingType(v int)

SetSideMultiLegReportingType sets SideMultiLegReportingType, Tag 752

func (NoSides) SetSideQty added in v0.4.0

func (m NoSides) SetSideQty(v int)

SetSideQty sets SideQty, Tag 1009

func (NoSides) SetSideReasonCd added in v0.4.0

func (m NoSides) SetSideReasonCd(v string)

SetSideReasonCd sets SideReasonCd, Tag 1007

func (NoSides) SetSideTradeReportID added in v0.4.0

func (m NoSides) SetSideTradeReportID(v string)

SetSideTradeReportID sets SideTradeReportID, Tag 1005

func (NoSides) SetSideTrdSubTyp added in v0.4.0

func (m NoSides) SetSideTrdSubTyp(v int)

SetSideTrdSubTyp sets SideTrdSubTyp, Tag 1008

func (NoSides) SetSolicitedFlag added in v0.4.0

func (m NoSides) SetSolicitedFlag(v bool)

SetSolicitedFlag sets SolicitedFlag, Tag 377

func (NoSides) SetStartCash added in v0.4.0

func (m NoSides) SetStartCash(value decimal.Decimal, scale int32)

SetStartCash sets StartCash, Tag 921

func (NoSides) SetText added in v0.4.0

func (m NoSides) SetText(v string)

SetText sets Text, Tag 58

func (NoSides) SetTimeBracket added in v0.4.0

func (m NoSides) SetTimeBracket(v string)

SetTimeBracket sets TimeBracket, Tag 943

func (NoSides) SetTotalTakedown added in v0.4.0

func (m NoSides) SetTotalTakedown(value decimal.Decimal, scale int32)

SetTotalTakedown sets TotalTakedown, Tag 237

func (NoSides) SetTradeAllocIndicator added in v0.4.0

func (m NoSides) SetTradeAllocIndicator(v int)

SetTradeAllocIndicator sets TradeAllocIndicator, Tag 826

func (NoSides) SetTradeInputDevice added in v0.4.0

func (m NoSides) SetTradeInputDevice(v string)

SetTradeInputDevice sets TradeInputDevice, Tag 579

func (NoSides) SetTradeInputSource added in v0.4.0

func (m NoSides) SetTradeInputSource(v string)

SetTradeInputSource sets TradeInputSource, Tag 578

func (NoSides) SetTradingSessionID added in v0.4.0

func (m NoSides) SetTradingSessionID(v string)

SetTradingSessionID sets TradingSessionID, Tag 336

func (NoSides) SetTradingSessionSubID added in v0.4.0

func (m NoSides) SetTradingSessionSubID(v string)

SetTradingSessionSubID sets TradingSessionSubID, Tag 625

func (NoSides) SetTransBkdTime added in v0.4.0

func (m NoSides) SetTransBkdTime(v time.Time)

SetTransBkdTime sets TransBkdTime, Tag 483

type NoSidesRepeatingGroup added in v0.4.0

type NoSidesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSidesRepeatingGroup is a repeating group, Tag 552

func NewNoSidesRepeatingGroup added in v0.4.0

func NewNoSidesRepeatingGroup() NoSidesRepeatingGroup

NewNoSidesRepeatingGroup returns an initialized, NoSidesRepeatingGroup

func (NoSidesRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSides to this group

func (NoSidesRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSides in the NoSidesRepeatinGroup

type NoStipulations added in v0.4.0

type NoStipulations struct {
	quickfix.Group
}

NoStipulations is a repeating group element, Tag 232

func (NoStipulations) GetStipulationType added in v0.4.0

func (m NoStipulations) GetStipulationType() (f field.StipulationTypeField, err quickfix.MessageRejectError)

GetStipulationType gets StipulationType, Tag 233

func (NoStipulations) GetStipulationValue added in v0.4.0

func (m NoStipulations) GetStipulationValue() (f field.StipulationValueField, err quickfix.MessageRejectError)

GetStipulationValue gets StipulationValue, Tag 234

func (NoStipulations) HasStipulationType added in v0.4.0

func (m NoStipulations) HasStipulationType() bool

HasStipulationType returns true if StipulationType is present, Tag 233

func (NoStipulations) HasStipulationValue added in v0.4.0

func (m NoStipulations) HasStipulationValue() bool

HasStipulationValue returns true if StipulationValue is present, Tag 234

func (NoStipulations) SetStipulationType added in v0.4.0

func (m NoStipulations) SetStipulationType(v string)

SetStipulationType sets StipulationType, Tag 233

func (NoStipulations) SetStipulationValue added in v0.4.0

func (m NoStipulations) SetStipulationValue(v string)

SetStipulationValue sets StipulationValue, Tag 234

type NoStipulationsRepeatingGroup added in v0.4.0

type NoStipulationsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoStipulationsRepeatingGroup is a repeating group, Tag 232

func NewNoStipulationsRepeatingGroup added in v0.4.0

func NewNoStipulationsRepeatingGroup() NoStipulationsRepeatingGroup

NewNoStipulationsRepeatingGroup returns an initialized, NoStipulationsRepeatingGroup

func (NoStipulationsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoStipulations to this group

func (NoStipulationsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoStipulations in the NoStipulationsRepeatinGroup

type NoTrdRegTimestamps added in v0.4.0

type NoTrdRegTimestamps struct {
	quickfix.Group
}

NoTrdRegTimestamps is a repeating group element, Tag 768

func (NoTrdRegTimestamps) GetDeskOrderHandlingInst added in v0.4.0

func (m NoTrdRegTimestamps) GetDeskOrderHandlingInst() (f field.DeskOrderHandlingInstField, err quickfix.MessageRejectError)

GetDeskOrderHandlingInst gets DeskOrderHandlingInst, Tag 1035

func (NoTrdRegTimestamps) GetDeskType added in v0.4.0

GetDeskType gets DeskType, Tag 1033

func (NoTrdRegTimestamps) GetDeskTypeSource added in v0.4.0

GetDeskTypeSource gets DeskTypeSource, Tag 1034

func (NoTrdRegTimestamps) GetTrdRegTimestamp added in v0.4.0

GetTrdRegTimestamp gets TrdRegTimestamp, Tag 769

func (NoTrdRegTimestamps) GetTrdRegTimestampOrigin added in v0.4.0

func (m NoTrdRegTimestamps) GetTrdRegTimestampOrigin() (f field.TrdRegTimestampOriginField, err quickfix.MessageRejectError)

GetTrdRegTimestampOrigin gets TrdRegTimestampOrigin, Tag 771

func (NoTrdRegTimestamps) GetTrdRegTimestampType added in v0.4.0

func (m NoTrdRegTimestamps) GetTrdRegTimestampType() (f field.TrdRegTimestampTypeField, err quickfix.MessageRejectError)

GetTrdRegTimestampType gets TrdRegTimestampType, Tag 770

func (NoTrdRegTimestamps) HasDeskOrderHandlingInst added in v0.4.0

func (m NoTrdRegTimestamps) HasDeskOrderHandlingInst() bool

HasDeskOrderHandlingInst returns true if DeskOrderHandlingInst is present, Tag 1035

func (NoTrdRegTimestamps) HasDeskType added in v0.4.0

func (m NoTrdRegTimestamps) HasDeskType() bool

HasDeskType returns true if DeskType is present, Tag 1033

func (NoTrdRegTimestamps) HasDeskTypeSource added in v0.4.0

func (m NoTrdRegTimestamps) HasDeskTypeSource() bool

HasDeskTypeSource returns true if DeskTypeSource is present, Tag 1034

func (NoTrdRegTimestamps) HasTrdRegTimestamp added in v0.4.0

func (m NoTrdRegTimestamps) HasTrdRegTimestamp() bool

HasTrdRegTimestamp returns true if TrdRegTimestamp is present, Tag 769

func (NoTrdRegTimestamps) HasTrdRegTimestampOrigin added in v0.4.0

func (m NoTrdRegTimestamps) HasTrdRegTimestampOrigin() bool

HasTrdRegTimestampOrigin returns true if TrdRegTimestampOrigin is present, Tag 771

func (NoTrdRegTimestamps) HasTrdRegTimestampType added in v0.4.0

func (m NoTrdRegTimestamps) HasTrdRegTimestampType() bool

HasTrdRegTimestampType returns true if TrdRegTimestampType is present, Tag 770

func (NoTrdRegTimestamps) SetDeskOrderHandlingInst added in v0.4.0

func (m NoTrdRegTimestamps) SetDeskOrderHandlingInst(v string)

SetDeskOrderHandlingInst sets DeskOrderHandlingInst, Tag 1035

func (NoTrdRegTimestamps) SetDeskType added in v0.4.0

func (m NoTrdRegTimestamps) SetDeskType(v string)

SetDeskType sets DeskType, Tag 1033

func (NoTrdRegTimestamps) SetDeskTypeSource added in v0.4.0

func (m NoTrdRegTimestamps) SetDeskTypeSource(v int)

SetDeskTypeSource sets DeskTypeSource, Tag 1034

func (NoTrdRegTimestamps) SetTrdRegTimestamp added in v0.4.0

func (m NoTrdRegTimestamps) SetTrdRegTimestamp(v time.Time)

SetTrdRegTimestamp sets TrdRegTimestamp, Tag 769

func (NoTrdRegTimestamps) SetTrdRegTimestampOrigin added in v0.4.0

func (m NoTrdRegTimestamps) SetTrdRegTimestampOrigin(v string)

SetTrdRegTimestampOrigin sets TrdRegTimestampOrigin, Tag 771

func (NoTrdRegTimestamps) SetTrdRegTimestampType added in v0.4.0

func (m NoTrdRegTimestamps) SetTrdRegTimestampType(v int)

SetTrdRegTimestampType sets TrdRegTimestampType, Tag 770

type NoTrdRegTimestampsRepeatingGroup added in v0.4.0

type NoTrdRegTimestampsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoTrdRegTimestampsRepeatingGroup is a repeating group, Tag 768

func NewNoTrdRegTimestampsRepeatingGroup added in v0.4.0

func NewNoTrdRegTimestampsRepeatingGroup() NoTrdRegTimestampsRepeatingGroup

NewNoTrdRegTimestampsRepeatingGroup returns an initialized, NoTrdRegTimestampsRepeatingGroup

func (NoTrdRegTimestampsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoTrdRegTimestamps to this group

func (NoTrdRegTimestampsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoTrdRegTimestamps in the NoTrdRegTimestampsRepeatinGroup

type NoUnderlyingSecurityAltID added in v0.4.0

type NoUnderlyingSecurityAltID struct {
	quickfix.Group
}

NoUnderlyingSecurityAltID is a repeating group element, Tag 457

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltID added in v0.4.0

GetUnderlyingSecurityAltID gets UnderlyingSecurityAltID, Tag 458

func (NoUnderlyingSecurityAltID) GetUnderlyingSecurityAltIDSource added in v0.4.0

GetUnderlyingSecurityAltIDSource gets UnderlyingSecurityAltIDSource, Tag 459

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltID() bool

HasUnderlyingSecurityAltID returns true if UnderlyingSecurityAltID is present, Tag 458

func (NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource added in v0.4.0

func (m NoUnderlyingSecurityAltID) HasUnderlyingSecurityAltIDSource() bool

HasUnderlyingSecurityAltIDSource returns true if UnderlyingSecurityAltIDSource is present, Tag 459

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)

SetUnderlyingSecurityAltID sets UnderlyingSecurityAltID, Tag 458

func (NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource added in v0.4.0

func (m NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)

SetUnderlyingSecurityAltIDSource sets UnderlyingSecurityAltIDSource, Tag 459

type NoUnderlyingSecurityAltIDRepeatingGroup added in v0.4.0

type NoUnderlyingSecurityAltIDRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingSecurityAltIDRepeatingGroup is a repeating group, Tag 457

func NewNoUnderlyingSecurityAltIDRepeatingGroup added in v0.4.0

func NewNoUnderlyingSecurityAltIDRepeatingGroup() NoUnderlyingSecurityAltIDRepeatingGroup

NewNoUnderlyingSecurityAltIDRepeatingGroup returns an initialized, NoUnderlyingSecurityAltIDRepeatingGroup

func (NoUnderlyingSecurityAltIDRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyingSecurityAltID to this group

func (NoUnderlyingSecurityAltIDRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyingSecurityAltID in the NoUnderlyingSecurityAltIDRepeatinGroup

type NoUnderlyingStips added in v0.4.0

type NoUnderlyingStips struct {
	quickfix.Group
}

NoUnderlyingStips is a repeating group element, Tag 887

func (NoUnderlyingStips) GetUnderlyingStipType added in v0.4.0

func (m NoUnderlyingStips) GetUnderlyingStipType() (f field.UnderlyingStipTypeField, err quickfix.MessageRejectError)

GetUnderlyingStipType gets UnderlyingStipType, Tag 888

func (NoUnderlyingStips) GetUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) GetUnderlyingStipValue() (f field.UnderlyingStipValueField, err quickfix.MessageRejectError)

GetUnderlyingStipValue gets UnderlyingStipValue, Tag 889

func (NoUnderlyingStips) HasUnderlyingStipType added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipType() bool

HasUnderlyingStipType returns true if UnderlyingStipType is present, Tag 888

func (NoUnderlyingStips) HasUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) HasUnderlyingStipValue() bool

HasUnderlyingStipValue returns true if UnderlyingStipValue is present, Tag 889

func (NoUnderlyingStips) SetUnderlyingStipType added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipType(v string)

SetUnderlyingStipType sets UnderlyingStipType, Tag 888

func (NoUnderlyingStips) SetUnderlyingStipValue added in v0.4.0

func (m NoUnderlyingStips) SetUnderlyingStipValue(v string)

SetUnderlyingStipValue sets UnderlyingStipValue, Tag 889

type NoUnderlyingStipsRepeatingGroup added in v0.4.0

type NoUnderlyingStipsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingStipsRepeatingGroup is a repeating group, Tag 887

func NewNoUnderlyingStipsRepeatingGroup added in v0.4.0

func NewNoUnderlyingStipsRepeatingGroup() NoUnderlyingStipsRepeatingGroup

NewNoUnderlyingStipsRepeatingGroup returns an initialized, NoUnderlyingStipsRepeatingGroup

func (NoUnderlyingStipsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyingStips to this group

func (NoUnderlyingStipsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyingStips in the NoUnderlyingStipsRepeatinGroup

type NoUnderlyings added in v0.4.0

type NoUnderlyings struct {
	quickfix.Group
}

NoUnderlyings is a repeating group element, Tag 711

func (NoUnderlyings) GetEncodedUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) GetEncodedUnderlyingIssuer() (f field.EncodedUnderlyingIssuerField, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuer gets EncodedUnderlyingIssuer, Tag 363

func (NoUnderlyings) GetEncodedUnderlyingIssuerLen added in v0.4.0

func (m NoUnderlyings) GetEncodedUnderlyingIssuerLen() (f field.EncodedUnderlyingIssuerLenField, err quickfix.MessageRejectError)

GetEncodedUnderlyingIssuerLen gets EncodedUnderlyingIssuerLen, Tag 362

func (NoUnderlyings) GetEncodedUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) GetEncodedUnderlyingSecurityDesc() (f field.EncodedUnderlyingSecurityDescField, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDesc gets EncodedUnderlyingSecurityDesc, Tag 365

func (NoUnderlyings) GetEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m NoUnderlyings) GetEncodedUnderlyingSecurityDescLen() (f field.EncodedUnderlyingSecurityDescLenField, err quickfix.MessageRejectError)

GetEncodedUnderlyingSecurityDescLen gets EncodedUnderlyingSecurityDescLen, Tag 364

func (NoUnderlyings) GetNoUnderlyingSecurityAltID added in v0.4.0

GetNoUnderlyingSecurityAltID gets NoUnderlyingSecurityAltID, Tag 457

func (NoUnderlyings) GetNoUnderlyingStips added in v0.4.0

GetNoUnderlyingStips gets NoUnderlyingStips, Tag 887

func (NoUnderlyings) GetNoUndlyInstrumentParties added in v0.4.0

GetNoUndlyInstrumentParties gets NoUndlyInstrumentParties, Tag 1058

func (NoUnderlyings) GetUnderlyingAdjustedQuantity added in v0.4.0

func (m NoUnderlyings) GetUnderlyingAdjustedQuantity() (f field.UnderlyingAdjustedQuantityField, err quickfix.MessageRejectError)

GetUnderlyingAdjustedQuantity gets UnderlyingAdjustedQuantity, Tag 1044

func (NoUnderlyings) GetUnderlyingAllocationPercent added in v0.4.0

func (m NoUnderlyings) GetUnderlyingAllocationPercent() (f field.UnderlyingAllocationPercentField, err quickfix.MessageRejectError)

GetUnderlyingAllocationPercent gets UnderlyingAllocationPercent, Tag 972

func (NoUnderlyings) GetUnderlyingCFICode added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCFICode() (f field.UnderlyingCFICodeField, err quickfix.MessageRejectError)

GetUnderlyingCFICode gets UnderlyingCFICode, Tag 463

func (NoUnderlyings) GetUnderlyingCPProgram added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCPProgram() (f field.UnderlyingCPProgramField, err quickfix.MessageRejectError)

GetUnderlyingCPProgram gets UnderlyingCPProgram, Tag 877

func (NoUnderlyings) GetUnderlyingCPRegType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCPRegType() (f field.UnderlyingCPRegTypeField, err quickfix.MessageRejectError)

GetUnderlyingCPRegType gets UnderlyingCPRegType, Tag 878

func (NoUnderlyings) GetUnderlyingCapValue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCapValue() (f field.UnderlyingCapValueField, err quickfix.MessageRejectError)

GetUnderlyingCapValue gets UnderlyingCapValue, Tag 1038

func (NoUnderlyings) GetUnderlyingCashAmount added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCashAmount() (f field.UnderlyingCashAmountField, err quickfix.MessageRejectError)

GetUnderlyingCashAmount gets UnderlyingCashAmount, Tag 973

func (NoUnderlyings) GetUnderlyingCashType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCashType() (f field.UnderlyingCashTypeField, err quickfix.MessageRejectError)

GetUnderlyingCashType gets UnderlyingCashType, Tag 974

func (NoUnderlyings) GetUnderlyingContractMultiplier added in v0.4.0

func (m NoUnderlyings) GetUnderlyingContractMultiplier() (f field.UnderlyingContractMultiplierField, err quickfix.MessageRejectError)

GetUnderlyingContractMultiplier gets UnderlyingContractMultiplier, Tag 436

func (NoUnderlyings) GetUnderlyingCountryOfIssue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCountryOfIssue() (f field.UnderlyingCountryOfIssueField, err quickfix.MessageRejectError)

GetUnderlyingCountryOfIssue gets UnderlyingCountryOfIssue, Tag 592

func (NoUnderlyings) GetUnderlyingCouponPaymentDate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCouponPaymentDate() (f field.UnderlyingCouponPaymentDateField, err quickfix.MessageRejectError)

GetUnderlyingCouponPaymentDate gets UnderlyingCouponPaymentDate, Tag 241

func (NoUnderlyings) GetUnderlyingCouponRate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCouponRate() (f field.UnderlyingCouponRateField, err quickfix.MessageRejectError)

GetUnderlyingCouponRate gets UnderlyingCouponRate, Tag 435

func (NoUnderlyings) GetUnderlyingCreditRating added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCreditRating() (f field.UnderlyingCreditRatingField, err quickfix.MessageRejectError)

GetUnderlyingCreditRating gets UnderlyingCreditRating, Tag 256

func (NoUnderlyings) GetUnderlyingCurrency added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCurrency() (f field.UnderlyingCurrencyField, err quickfix.MessageRejectError)

GetUnderlyingCurrency gets UnderlyingCurrency, Tag 318

func (NoUnderlyings) GetUnderlyingCurrentValue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingCurrentValue() (f field.UnderlyingCurrentValueField, err quickfix.MessageRejectError)

GetUnderlyingCurrentValue gets UnderlyingCurrentValue, Tag 885

func (NoUnderlyings) GetUnderlyingDirtyPrice added in v0.4.0

func (m NoUnderlyings) GetUnderlyingDirtyPrice() (f field.UnderlyingDirtyPriceField, err quickfix.MessageRejectError)

GetUnderlyingDirtyPrice gets UnderlyingDirtyPrice, Tag 882

func (NoUnderlyings) GetUnderlyingEndPrice added in v0.4.0

func (m NoUnderlyings) GetUnderlyingEndPrice() (f field.UnderlyingEndPriceField, err quickfix.MessageRejectError)

GetUnderlyingEndPrice gets UnderlyingEndPrice, Tag 883

func (NoUnderlyings) GetUnderlyingEndValue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingEndValue() (f field.UnderlyingEndValueField, err quickfix.MessageRejectError)

GetUnderlyingEndValue gets UnderlyingEndValue, Tag 886

func (NoUnderlyings) GetUnderlyingFXRate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingFXRate() (f field.UnderlyingFXRateField, err quickfix.MessageRejectError)

GetUnderlyingFXRate gets UnderlyingFXRate, Tag 1045

func (NoUnderlyings) GetUnderlyingFXRateCalc added in v0.4.0

func (m NoUnderlyings) GetUnderlyingFXRateCalc() (f field.UnderlyingFXRateCalcField, err quickfix.MessageRejectError)

GetUnderlyingFXRateCalc gets UnderlyingFXRateCalc, Tag 1046

func (NoUnderlyings) GetUnderlyingFactor added in v0.4.0

func (m NoUnderlyings) GetUnderlyingFactor() (f field.UnderlyingFactorField, err quickfix.MessageRejectError)

GetUnderlyingFactor gets UnderlyingFactor, Tag 246

func (NoUnderlyings) GetUnderlyingInstrRegistry added in v0.4.0

func (m NoUnderlyings) GetUnderlyingInstrRegistry() (f field.UnderlyingInstrRegistryField, err quickfix.MessageRejectError)

GetUnderlyingInstrRegistry gets UnderlyingInstrRegistry, Tag 595

func (NoUnderlyings) GetUnderlyingIssueDate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingIssueDate() (f field.UnderlyingIssueDateField, err quickfix.MessageRejectError)

GetUnderlyingIssueDate gets UnderlyingIssueDate, Tag 242

func (NoUnderlyings) GetUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) GetUnderlyingIssuer() (f field.UnderlyingIssuerField, err quickfix.MessageRejectError)

GetUnderlyingIssuer gets UnderlyingIssuer, Tag 306

func (NoUnderlyings) GetUnderlyingLocaleOfIssue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingLocaleOfIssue() (f field.UnderlyingLocaleOfIssueField, err quickfix.MessageRejectError)

GetUnderlyingLocaleOfIssue gets UnderlyingLocaleOfIssue, Tag 594

func (NoUnderlyings) GetUnderlyingMaturityDate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingMaturityDate() (f field.UnderlyingMaturityDateField, err quickfix.MessageRejectError)

GetUnderlyingMaturityDate gets UnderlyingMaturityDate, Tag 542

func (NoUnderlyings) GetUnderlyingMaturityMonthYear added in v0.4.0

func (m NoUnderlyings) GetUnderlyingMaturityMonthYear() (f field.UnderlyingMaturityMonthYearField, err quickfix.MessageRejectError)

GetUnderlyingMaturityMonthYear gets UnderlyingMaturityMonthYear, Tag 313

func (NoUnderlyings) GetUnderlyingOptAttribute added in v0.4.0

func (m NoUnderlyings) GetUnderlyingOptAttribute() (f field.UnderlyingOptAttributeField, err quickfix.MessageRejectError)

GetUnderlyingOptAttribute gets UnderlyingOptAttribute, Tag 317

func (NoUnderlyings) GetUnderlyingProduct added in v0.4.0

func (m NoUnderlyings) GetUnderlyingProduct() (f field.UnderlyingProductField, err quickfix.MessageRejectError)

GetUnderlyingProduct gets UnderlyingProduct, Tag 462

func (NoUnderlyings) GetUnderlyingPx added in v0.4.0

func (m NoUnderlyings) GetUnderlyingPx() (f field.UnderlyingPxField, err quickfix.MessageRejectError)

GetUnderlyingPx gets UnderlyingPx, Tag 810

func (NoUnderlyings) GetUnderlyingQty added in v0.4.0

func (m NoUnderlyings) GetUnderlyingQty() (f field.UnderlyingQtyField, err quickfix.MessageRejectError)

GetUnderlyingQty gets UnderlyingQty, Tag 879

func (NoUnderlyings) GetUnderlyingRedemptionDate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingRedemptionDate() (f field.UnderlyingRedemptionDateField, err quickfix.MessageRejectError)

GetUnderlyingRedemptionDate gets UnderlyingRedemptionDate, Tag 247

func (NoUnderlyings) GetUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingRepoCollateralSecurityType() (f field.UnderlyingRepoCollateralSecurityTypeField, err quickfix.MessageRejectError)

GetUnderlyingRepoCollateralSecurityType gets UnderlyingRepoCollateralSecurityType, Tag 243

func (NoUnderlyings) GetUnderlyingRepurchaseRate added in v0.4.0

func (m NoUnderlyings) GetUnderlyingRepurchaseRate() (f field.UnderlyingRepurchaseRateField, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseRate gets UnderlyingRepurchaseRate, Tag 245

func (NoUnderlyings) GetUnderlyingRepurchaseTerm added in v0.4.0

func (m NoUnderlyings) GetUnderlyingRepurchaseTerm() (f field.UnderlyingRepurchaseTermField, err quickfix.MessageRejectError)

GetUnderlyingRepurchaseTerm gets UnderlyingRepurchaseTerm, Tag 244

func (NoUnderlyings) GetUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecurityDesc() (f field.UnderlyingSecurityDescField, err quickfix.MessageRejectError)

GetUnderlyingSecurityDesc gets UnderlyingSecurityDesc, Tag 307

func (NoUnderlyings) GetUnderlyingSecurityExchange added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecurityExchange() (f field.UnderlyingSecurityExchangeField, err quickfix.MessageRejectError)

GetUnderlyingSecurityExchange gets UnderlyingSecurityExchange, Tag 308

func (NoUnderlyings) GetUnderlyingSecurityID added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecurityID() (f field.UnderlyingSecurityIDField, err quickfix.MessageRejectError)

GetUnderlyingSecurityID gets UnderlyingSecurityID, Tag 309

func (NoUnderlyings) GetUnderlyingSecurityIDSource added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecurityIDSource() (f field.UnderlyingSecurityIDSourceField, err quickfix.MessageRejectError)

GetUnderlyingSecurityIDSource gets UnderlyingSecurityIDSource, Tag 305

func (NoUnderlyings) GetUnderlyingSecuritySubType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecuritySubType() (f field.UnderlyingSecuritySubTypeField, err quickfix.MessageRejectError)

GetUnderlyingSecuritySubType gets UnderlyingSecuritySubType, Tag 763

func (NoUnderlyings) GetUnderlyingSecurityType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSecurityType() (f field.UnderlyingSecurityTypeField, err quickfix.MessageRejectError)

GetUnderlyingSecurityType gets UnderlyingSecurityType, Tag 310

func (NoUnderlyings) GetUnderlyingSettlMethod added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSettlMethod() (f field.UnderlyingSettlMethodField, err quickfix.MessageRejectError)

GetUnderlyingSettlMethod gets UnderlyingSettlMethod, Tag 1039

func (NoUnderlyings) GetUnderlyingSettlementType added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSettlementType() (f field.UnderlyingSettlementTypeField, err quickfix.MessageRejectError)

GetUnderlyingSettlementType gets UnderlyingSettlementType, Tag 975

func (NoUnderlyings) GetUnderlyingStartValue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingStartValue() (f field.UnderlyingStartValueField, err quickfix.MessageRejectError)

GetUnderlyingStartValue gets UnderlyingStartValue, Tag 884

func (NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m NoUnderlyings) GetUnderlyingStateOrProvinceOfIssue() (f field.UnderlyingStateOrProvinceOfIssueField, err quickfix.MessageRejectError)

GetUnderlyingStateOrProvinceOfIssue gets UnderlyingStateOrProvinceOfIssue, Tag 593

func (NoUnderlyings) GetUnderlyingStrikeCurrency added in v0.4.0

func (m NoUnderlyings) GetUnderlyingStrikeCurrency() (f field.UnderlyingStrikeCurrencyField, err quickfix.MessageRejectError)

GetUnderlyingStrikeCurrency gets UnderlyingStrikeCurrency, Tag 941

func (NoUnderlyings) GetUnderlyingStrikePrice added in v0.4.0

func (m NoUnderlyings) GetUnderlyingStrikePrice() (f field.UnderlyingStrikePriceField, err quickfix.MessageRejectError)

GetUnderlyingStrikePrice gets UnderlyingStrikePrice, Tag 316

func (NoUnderlyings) GetUnderlyingSymbol added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSymbol() (f field.UnderlyingSymbolField, err quickfix.MessageRejectError)

GetUnderlyingSymbol gets UnderlyingSymbol, Tag 311

func (NoUnderlyings) GetUnderlyingSymbolSfx added in v0.4.0

func (m NoUnderlyings) GetUnderlyingSymbolSfx() (f field.UnderlyingSymbolSfxField, err quickfix.MessageRejectError)

GetUnderlyingSymbolSfx gets UnderlyingSymbolSfx, Tag 312

func (NoUnderlyings) GetUnderlyingTimeUnit added in v0.4.0

func (m NoUnderlyings) GetUnderlyingTimeUnit() (f field.UnderlyingTimeUnitField, err quickfix.MessageRejectError)

GetUnderlyingTimeUnit gets UnderlyingTimeUnit, Tag 1000

func (NoUnderlyings) GetUnderlyingUnitOfMeasure added in v0.4.0

func (m NoUnderlyings) GetUnderlyingUnitOfMeasure() (f field.UnderlyingUnitOfMeasureField, err quickfix.MessageRejectError)

GetUnderlyingUnitOfMeasure gets UnderlyingUnitOfMeasure, Tag 998

func (NoUnderlyings) HasEncodedUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingIssuer() bool

HasEncodedUnderlyingIssuer returns true if EncodedUnderlyingIssuer is present, Tag 363

func (NoUnderlyings) HasEncodedUnderlyingIssuerLen added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingIssuerLen() bool

HasEncodedUnderlyingIssuerLen returns true if EncodedUnderlyingIssuerLen is present, Tag 362

func (NoUnderlyings) HasEncodedUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingSecurityDesc() bool

HasEncodedUnderlyingSecurityDesc returns true if EncodedUnderlyingSecurityDesc is present, Tag 365

func (NoUnderlyings) HasEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m NoUnderlyings) HasEncodedUnderlyingSecurityDescLen() bool

HasEncodedUnderlyingSecurityDescLen returns true if EncodedUnderlyingSecurityDescLen is present, Tag 364

func (NoUnderlyings) HasNoUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyings) HasNoUnderlyingSecurityAltID() bool

HasNoUnderlyingSecurityAltID returns true if NoUnderlyingSecurityAltID is present, Tag 457

func (NoUnderlyings) HasNoUnderlyingStips added in v0.4.0

func (m NoUnderlyings) HasNoUnderlyingStips() bool

HasNoUnderlyingStips returns true if NoUnderlyingStips is present, Tag 887

func (NoUnderlyings) HasNoUndlyInstrumentParties added in v0.4.0

func (m NoUnderlyings) HasNoUndlyInstrumentParties() bool

HasNoUndlyInstrumentParties returns true if NoUndlyInstrumentParties is present, Tag 1058

func (NoUnderlyings) HasUnderlyingAdjustedQuantity added in v0.4.0

func (m NoUnderlyings) HasUnderlyingAdjustedQuantity() bool

HasUnderlyingAdjustedQuantity returns true if UnderlyingAdjustedQuantity is present, Tag 1044

func (NoUnderlyings) HasUnderlyingAllocationPercent added in v0.4.0

func (m NoUnderlyings) HasUnderlyingAllocationPercent() bool

HasUnderlyingAllocationPercent returns true if UnderlyingAllocationPercent is present, Tag 972

func (NoUnderlyings) HasUnderlyingCFICode added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCFICode() bool

HasUnderlyingCFICode returns true if UnderlyingCFICode is present, Tag 463

func (NoUnderlyings) HasUnderlyingCPProgram added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCPProgram() bool

HasUnderlyingCPProgram returns true if UnderlyingCPProgram is present, Tag 877

func (NoUnderlyings) HasUnderlyingCPRegType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCPRegType() bool

HasUnderlyingCPRegType returns true if UnderlyingCPRegType is present, Tag 878

func (NoUnderlyings) HasUnderlyingCapValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCapValue() bool

HasUnderlyingCapValue returns true if UnderlyingCapValue is present, Tag 1038

func (NoUnderlyings) HasUnderlyingCashAmount added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCashAmount() bool

HasUnderlyingCashAmount returns true if UnderlyingCashAmount is present, Tag 973

func (NoUnderlyings) HasUnderlyingCashType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCashType() bool

HasUnderlyingCashType returns true if UnderlyingCashType is present, Tag 974

func (NoUnderlyings) HasUnderlyingContractMultiplier added in v0.4.0

func (m NoUnderlyings) HasUnderlyingContractMultiplier() bool

HasUnderlyingContractMultiplier returns true if UnderlyingContractMultiplier is present, Tag 436

func (NoUnderlyings) HasUnderlyingCountryOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCountryOfIssue() bool

HasUnderlyingCountryOfIssue returns true if UnderlyingCountryOfIssue is present, Tag 592

func (NoUnderlyings) HasUnderlyingCouponPaymentDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCouponPaymentDate() bool

HasUnderlyingCouponPaymentDate returns true if UnderlyingCouponPaymentDate is present, Tag 241

func (NoUnderlyings) HasUnderlyingCouponRate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCouponRate() bool

HasUnderlyingCouponRate returns true if UnderlyingCouponRate is present, Tag 435

func (NoUnderlyings) HasUnderlyingCreditRating added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCreditRating() bool

HasUnderlyingCreditRating returns true if UnderlyingCreditRating is present, Tag 256

func (NoUnderlyings) HasUnderlyingCurrency added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCurrency() bool

HasUnderlyingCurrency returns true if UnderlyingCurrency is present, Tag 318

func (NoUnderlyings) HasUnderlyingCurrentValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingCurrentValue() bool

HasUnderlyingCurrentValue returns true if UnderlyingCurrentValue is present, Tag 885

func (NoUnderlyings) HasUnderlyingDirtyPrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingDirtyPrice() bool

HasUnderlyingDirtyPrice returns true if UnderlyingDirtyPrice is present, Tag 882

func (NoUnderlyings) HasUnderlyingEndPrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingEndPrice() bool

HasUnderlyingEndPrice returns true if UnderlyingEndPrice is present, Tag 883

func (NoUnderlyings) HasUnderlyingEndValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingEndValue() bool

HasUnderlyingEndValue returns true if UnderlyingEndValue is present, Tag 886

func (NoUnderlyings) HasUnderlyingFXRate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingFXRate() bool

HasUnderlyingFXRate returns true if UnderlyingFXRate is present, Tag 1045

func (NoUnderlyings) HasUnderlyingFXRateCalc added in v0.4.0

func (m NoUnderlyings) HasUnderlyingFXRateCalc() bool

HasUnderlyingFXRateCalc returns true if UnderlyingFXRateCalc is present, Tag 1046

func (NoUnderlyings) HasUnderlyingFactor added in v0.4.0

func (m NoUnderlyings) HasUnderlyingFactor() bool

HasUnderlyingFactor returns true if UnderlyingFactor is present, Tag 246

func (NoUnderlyings) HasUnderlyingInstrRegistry added in v0.4.0

func (m NoUnderlyings) HasUnderlyingInstrRegistry() bool

HasUnderlyingInstrRegistry returns true if UnderlyingInstrRegistry is present, Tag 595

func (NoUnderlyings) HasUnderlyingIssueDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingIssueDate() bool

HasUnderlyingIssueDate returns true if UnderlyingIssueDate is present, Tag 242

func (NoUnderlyings) HasUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) HasUnderlyingIssuer() bool

HasUnderlyingIssuer returns true if UnderlyingIssuer is present, Tag 306

func (NoUnderlyings) HasUnderlyingLocaleOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingLocaleOfIssue() bool

HasUnderlyingLocaleOfIssue returns true if UnderlyingLocaleOfIssue is present, Tag 594

func (NoUnderlyings) HasUnderlyingMaturityDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingMaturityDate() bool

HasUnderlyingMaturityDate returns true if UnderlyingMaturityDate is present, Tag 542

func (NoUnderlyings) HasUnderlyingMaturityMonthYear added in v0.4.0

func (m NoUnderlyings) HasUnderlyingMaturityMonthYear() bool

HasUnderlyingMaturityMonthYear returns true if UnderlyingMaturityMonthYear is present, Tag 313

func (NoUnderlyings) HasUnderlyingOptAttribute added in v0.4.0

func (m NoUnderlyings) HasUnderlyingOptAttribute() bool

HasUnderlyingOptAttribute returns true if UnderlyingOptAttribute is present, Tag 317

func (NoUnderlyings) HasUnderlyingProduct added in v0.4.0

func (m NoUnderlyings) HasUnderlyingProduct() bool

HasUnderlyingProduct returns true if UnderlyingProduct is present, Tag 462

func (NoUnderlyings) HasUnderlyingPx added in v0.4.0

func (m NoUnderlyings) HasUnderlyingPx() bool

HasUnderlyingPx returns true if UnderlyingPx is present, Tag 810

func (NoUnderlyings) HasUnderlyingQty added in v0.4.0

func (m NoUnderlyings) HasUnderlyingQty() bool

HasUnderlyingQty returns true if UnderlyingQty is present, Tag 879

func (NoUnderlyings) HasUnderlyingRedemptionDate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRedemptionDate() bool

HasUnderlyingRedemptionDate returns true if UnderlyingRedemptionDate is present, Tag 247

func (NoUnderlyings) HasUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepoCollateralSecurityType() bool

HasUnderlyingRepoCollateralSecurityType returns true if UnderlyingRepoCollateralSecurityType is present, Tag 243

func (NoUnderlyings) HasUnderlyingRepurchaseRate added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepurchaseRate() bool

HasUnderlyingRepurchaseRate returns true if UnderlyingRepurchaseRate is present, Tag 245

func (NoUnderlyings) HasUnderlyingRepurchaseTerm added in v0.4.0

func (m NoUnderlyings) HasUnderlyingRepurchaseTerm() bool

HasUnderlyingRepurchaseTerm returns true if UnderlyingRepurchaseTerm is present, Tag 244

func (NoUnderlyings) HasUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityDesc() bool

HasUnderlyingSecurityDesc returns true if UnderlyingSecurityDesc is present, Tag 307

func (NoUnderlyings) HasUnderlyingSecurityExchange added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityExchange() bool

HasUnderlyingSecurityExchange returns true if UnderlyingSecurityExchange is present, Tag 308

func (NoUnderlyings) HasUnderlyingSecurityID added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityID() bool

HasUnderlyingSecurityID returns true if UnderlyingSecurityID is present, Tag 309

func (NoUnderlyings) HasUnderlyingSecurityIDSource added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityIDSource() bool

HasUnderlyingSecurityIDSource returns true if UnderlyingSecurityIDSource is present, Tag 305

func (NoUnderlyings) HasUnderlyingSecuritySubType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecuritySubType() bool

HasUnderlyingSecuritySubType returns true if UnderlyingSecuritySubType is present, Tag 763

func (NoUnderlyings) HasUnderlyingSecurityType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSecurityType() bool

HasUnderlyingSecurityType returns true if UnderlyingSecurityType is present, Tag 310

func (NoUnderlyings) HasUnderlyingSettlMethod added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSettlMethod() bool

HasUnderlyingSettlMethod returns true if UnderlyingSettlMethod is present, Tag 1039

func (NoUnderlyings) HasUnderlyingSettlementType added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSettlementType() bool

HasUnderlyingSettlementType returns true if UnderlyingSettlementType is present, Tag 975

func (NoUnderlyings) HasUnderlyingStartValue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStartValue() bool

HasUnderlyingStartValue returns true if UnderlyingStartValue is present, Tag 884

func (NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStateOrProvinceOfIssue() bool

HasUnderlyingStateOrProvinceOfIssue returns true if UnderlyingStateOrProvinceOfIssue is present, Tag 593

func (NoUnderlyings) HasUnderlyingStrikeCurrency added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStrikeCurrency() bool

HasUnderlyingStrikeCurrency returns true if UnderlyingStrikeCurrency is present, Tag 941

func (NoUnderlyings) HasUnderlyingStrikePrice added in v0.4.0

func (m NoUnderlyings) HasUnderlyingStrikePrice() bool

HasUnderlyingStrikePrice returns true if UnderlyingStrikePrice is present, Tag 316

func (NoUnderlyings) HasUnderlyingSymbol added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSymbol() bool

HasUnderlyingSymbol returns true if UnderlyingSymbol is present, Tag 311

func (NoUnderlyings) HasUnderlyingSymbolSfx added in v0.4.0

func (m NoUnderlyings) HasUnderlyingSymbolSfx() bool

HasUnderlyingSymbolSfx returns true if UnderlyingSymbolSfx is present, Tag 312

func (NoUnderlyings) HasUnderlyingTimeUnit added in v0.4.0

func (m NoUnderlyings) HasUnderlyingTimeUnit() bool

HasUnderlyingTimeUnit returns true if UnderlyingTimeUnit is present, Tag 1000

func (NoUnderlyings) HasUnderlyingUnitOfMeasure added in v0.4.0

func (m NoUnderlyings) HasUnderlyingUnitOfMeasure() bool

HasUnderlyingUnitOfMeasure returns true if UnderlyingUnitOfMeasure is present, Tag 998

func (NoUnderlyings) SetEncodedUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingIssuer(v string)

SetEncodedUnderlyingIssuer sets EncodedUnderlyingIssuer, Tag 363

func (NoUnderlyings) SetEncodedUnderlyingIssuerLen added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingIssuerLen(v int)

SetEncodedUnderlyingIssuerLen sets EncodedUnderlyingIssuerLen, Tag 362

func (NoUnderlyings) SetEncodedUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingSecurityDesc(v string)

SetEncodedUnderlyingSecurityDesc sets EncodedUnderlyingSecurityDesc, Tag 365

func (NoUnderlyings) SetEncodedUnderlyingSecurityDescLen added in v0.4.0

func (m NoUnderlyings) SetEncodedUnderlyingSecurityDescLen(v int)

SetEncodedUnderlyingSecurityDescLen sets EncodedUnderlyingSecurityDescLen, Tag 364

func (NoUnderlyings) SetNoUnderlyingSecurityAltID added in v0.4.0

func (m NoUnderlyings) SetNoUnderlyingSecurityAltID(f NoUnderlyingSecurityAltIDRepeatingGroup)

SetNoUnderlyingSecurityAltID sets NoUnderlyingSecurityAltID, Tag 457

func (NoUnderlyings) SetNoUnderlyingStips added in v0.4.0

func (m NoUnderlyings) SetNoUnderlyingStips(f NoUnderlyingStipsRepeatingGroup)

SetNoUnderlyingStips sets NoUnderlyingStips, Tag 887

func (NoUnderlyings) SetNoUndlyInstrumentParties added in v0.4.0

func (m NoUnderlyings) SetNoUndlyInstrumentParties(f NoUndlyInstrumentPartiesRepeatingGroup)

SetNoUndlyInstrumentParties sets NoUndlyInstrumentParties, Tag 1058

func (NoUnderlyings) SetUnderlyingAdjustedQuantity added in v0.4.0

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

SetUnderlyingAdjustedQuantity sets UnderlyingAdjustedQuantity, Tag 1044

func (NoUnderlyings) SetUnderlyingAllocationPercent added in v0.4.0

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

SetUnderlyingAllocationPercent sets UnderlyingAllocationPercent, Tag 972

func (NoUnderlyings) SetUnderlyingCFICode added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCFICode(v string)

SetUnderlyingCFICode sets UnderlyingCFICode, Tag 463

func (NoUnderlyings) SetUnderlyingCPProgram added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCPProgram(v string)

SetUnderlyingCPProgram sets UnderlyingCPProgram, Tag 877

func (NoUnderlyings) SetUnderlyingCPRegType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCPRegType(v string)

SetUnderlyingCPRegType sets UnderlyingCPRegType, Tag 878

func (NoUnderlyings) SetUnderlyingCapValue added in v0.4.0

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

SetUnderlyingCapValue sets UnderlyingCapValue, Tag 1038

func (NoUnderlyings) SetUnderlyingCashAmount added in v0.4.0

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

SetUnderlyingCashAmount sets UnderlyingCashAmount, Tag 973

func (NoUnderlyings) SetUnderlyingCashType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCashType(v string)

SetUnderlyingCashType sets UnderlyingCashType, Tag 974

func (NoUnderlyings) SetUnderlyingContractMultiplier added in v0.4.0

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

SetUnderlyingContractMultiplier sets UnderlyingContractMultiplier, Tag 436

func (NoUnderlyings) SetUnderlyingCountryOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCountryOfIssue(v string)

SetUnderlyingCountryOfIssue sets UnderlyingCountryOfIssue, Tag 592

func (NoUnderlyings) SetUnderlyingCouponPaymentDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCouponPaymentDate(v string)

SetUnderlyingCouponPaymentDate sets UnderlyingCouponPaymentDate, Tag 241

func (NoUnderlyings) SetUnderlyingCouponRate added in v0.4.0

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

SetUnderlyingCouponRate sets UnderlyingCouponRate, Tag 435

func (NoUnderlyings) SetUnderlyingCreditRating added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCreditRating(v string)

SetUnderlyingCreditRating sets UnderlyingCreditRating, Tag 256

func (NoUnderlyings) SetUnderlyingCurrency added in v0.4.0

func (m NoUnderlyings) SetUnderlyingCurrency(v string)

SetUnderlyingCurrency sets UnderlyingCurrency, Tag 318

func (NoUnderlyings) SetUnderlyingCurrentValue added in v0.4.0

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

SetUnderlyingCurrentValue sets UnderlyingCurrentValue, Tag 885

func (NoUnderlyings) SetUnderlyingDirtyPrice added in v0.4.0

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

SetUnderlyingDirtyPrice sets UnderlyingDirtyPrice, Tag 882

func (NoUnderlyings) SetUnderlyingEndPrice added in v0.4.0

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

SetUnderlyingEndPrice sets UnderlyingEndPrice, Tag 883

func (NoUnderlyings) SetUnderlyingEndValue added in v0.4.0

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

SetUnderlyingEndValue sets UnderlyingEndValue, Tag 886

func (NoUnderlyings) SetUnderlyingFXRate added in v0.4.0

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

SetUnderlyingFXRate sets UnderlyingFXRate, Tag 1045

func (NoUnderlyings) SetUnderlyingFXRateCalc added in v0.4.0

func (m NoUnderlyings) SetUnderlyingFXRateCalc(v string)

SetUnderlyingFXRateCalc sets UnderlyingFXRateCalc, Tag 1046

func (NoUnderlyings) SetUnderlyingFactor added in v0.4.0

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

SetUnderlyingFactor sets UnderlyingFactor, Tag 246

func (NoUnderlyings) SetUnderlyingInstrRegistry added in v0.4.0

func (m NoUnderlyings) SetUnderlyingInstrRegistry(v string)

SetUnderlyingInstrRegistry sets UnderlyingInstrRegistry, Tag 595

func (NoUnderlyings) SetUnderlyingIssueDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingIssueDate(v string)

SetUnderlyingIssueDate sets UnderlyingIssueDate, Tag 242

func (NoUnderlyings) SetUnderlyingIssuer added in v0.4.0

func (m NoUnderlyings) SetUnderlyingIssuer(v string)

SetUnderlyingIssuer sets UnderlyingIssuer, Tag 306

func (NoUnderlyings) SetUnderlyingLocaleOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingLocaleOfIssue(v string)

SetUnderlyingLocaleOfIssue sets UnderlyingLocaleOfIssue, Tag 594

func (NoUnderlyings) SetUnderlyingMaturityDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingMaturityDate(v string)

SetUnderlyingMaturityDate sets UnderlyingMaturityDate, Tag 542

func (NoUnderlyings) SetUnderlyingMaturityMonthYear added in v0.4.0

func (m NoUnderlyings) SetUnderlyingMaturityMonthYear(v string)

SetUnderlyingMaturityMonthYear sets UnderlyingMaturityMonthYear, Tag 313

func (NoUnderlyings) SetUnderlyingOptAttribute added in v0.4.0

func (m NoUnderlyings) SetUnderlyingOptAttribute(v string)

SetUnderlyingOptAttribute sets UnderlyingOptAttribute, Tag 317

func (NoUnderlyings) SetUnderlyingProduct added in v0.4.0

func (m NoUnderlyings) SetUnderlyingProduct(v int)

SetUnderlyingProduct sets UnderlyingProduct, Tag 462

func (NoUnderlyings) SetUnderlyingPx added in v0.4.0

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

SetUnderlyingPx sets UnderlyingPx, Tag 810

func (NoUnderlyings) SetUnderlyingQty added in v0.4.0

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

SetUnderlyingQty sets UnderlyingQty, Tag 879

func (NoUnderlyings) SetUnderlyingRedemptionDate added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRedemptionDate(v string)

SetUnderlyingRedemptionDate sets UnderlyingRedemptionDate, Tag 247

func (NoUnderlyings) SetUnderlyingRepoCollateralSecurityType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRepoCollateralSecurityType(v int)

SetUnderlyingRepoCollateralSecurityType sets UnderlyingRepoCollateralSecurityType, Tag 243

func (NoUnderlyings) SetUnderlyingRepurchaseRate added in v0.4.0

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

SetUnderlyingRepurchaseRate sets UnderlyingRepurchaseRate, Tag 245

func (NoUnderlyings) SetUnderlyingRepurchaseTerm added in v0.4.0

func (m NoUnderlyings) SetUnderlyingRepurchaseTerm(v int)

SetUnderlyingRepurchaseTerm sets UnderlyingRepurchaseTerm, Tag 244

func (NoUnderlyings) SetUnderlyingSecurityDesc added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityDesc(v string)

SetUnderlyingSecurityDesc sets UnderlyingSecurityDesc, Tag 307

func (NoUnderlyings) SetUnderlyingSecurityExchange added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityExchange(v string)

SetUnderlyingSecurityExchange sets UnderlyingSecurityExchange, Tag 308

func (NoUnderlyings) SetUnderlyingSecurityID added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityID(v string)

SetUnderlyingSecurityID sets UnderlyingSecurityID, Tag 309

func (NoUnderlyings) SetUnderlyingSecurityIDSource added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityIDSource(v string)

SetUnderlyingSecurityIDSource sets UnderlyingSecurityIDSource, Tag 305

func (NoUnderlyings) SetUnderlyingSecuritySubType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecuritySubType(v string)

SetUnderlyingSecuritySubType sets UnderlyingSecuritySubType, Tag 763

func (NoUnderlyings) SetUnderlyingSecurityType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSecurityType(v string)

SetUnderlyingSecurityType sets UnderlyingSecurityType, Tag 310

func (NoUnderlyings) SetUnderlyingSettlMethod added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSettlMethod(v string)

SetUnderlyingSettlMethod sets UnderlyingSettlMethod, Tag 1039

func (NoUnderlyings) SetUnderlyingSettlementType added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSettlementType(v int)

SetUnderlyingSettlementType sets UnderlyingSettlementType, Tag 975

func (NoUnderlyings) SetUnderlyingStartValue added in v0.4.0

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

SetUnderlyingStartValue sets UnderlyingStartValue, Tag 884

func (NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue added in v0.4.0

func (m NoUnderlyings) SetUnderlyingStateOrProvinceOfIssue(v string)

SetUnderlyingStateOrProvinceOfIssue sets UnderlyingStateOrProvinceOfIssue, Tag 593

func (NoUnderlyings) SetUnderlyingStrikeCurrency added in v0.4.0

func (m NoUnderlyings) SetUnderlyingStrikeCurrency(v string)

SetUnderlyingStrikeCurrency sets UnderlyingStrikeCurrency, Tag 941

func (NoUnderlyings) SetUnderlyingStrikePrice added in v0.4.0

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

SetUnderlyingStrikePrice sets UnderlyingStrikePrice, Tag 316

func (NoUnderlyings) SetUnderlyingSymbol added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSymbol(v string)

SetUnderlyingSymbol sets UnderlyingSymbol, Tag 311

func (NoUnderlyings) SetUnderlyingSymbolSfx added in v0.4.0

func (m NoUnderlyings) SetUnderlyingSymbolSfx(v string)

SetUnderlyingSymbolSfx sets UnderlyingSymbolSfx, Tag 312

func (NoUnderlyings) SetUnderlyingTimeUnit added in v0.4.0

func (m NoUnderlyings) SetUnderlyingTimeUnit(v string)

SetUnderlyingTimeUnit sets UnderlyingTimeUnit, Tag 1000

func (NoUnderlyings) SetUnderlyingUnitOfMeasure added in v0.4.0

func (m NoUnderlyings) SetUnderlyingUnitOfMeasure(v string)

SetUnderlyingUnitOfMeasure sets UnderlyingUnitOfMeasure, Tag 998

type NoUnderlyingsRepeatingGroup added in v0.4.0

type NoUnderlyingsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUnderlyingsRepeatingGroup is a repeating group, Tag 711

func NewNoUnderlyingsRepeatingGroup added in v0.4.0

func NewNoUnderlyingsRepeatingGroup() NoUnderlyingsRepeatingGroup

NewNoUnderlyingsRepeatingGroup returns an initialized, NoUnderlyingsRepeatingGroup

func (NoUnderlyingsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUnderlyings to this group

func (NoUnderlyingsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUnderlyings in the NoUnderlyingsRepeatinGroup

type NoUndlyInstrumentParties added in v0.4.0

type NoUndlyInstrumentParties struct {
	quickfix.Group
}

NoUndlyInstrumentParties is a repeating group element, Tag 1058

func (NoUndlyInstrumentParties) GetNoUndlyInstrumentPartySubIDs added in v0.4.0

GetNoUndlyInstrumentPartySubIDs gets NoUndlyInstrumentPartySubIDs, Tag 1062

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyID added in v0.4.0

GetUndlyInstrumentPartyID gets UndlyInstrumentPartyID, Tag 1059

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyIDSource added in v0.4.0

GetUndlyInstrumentPartyIDSource gets UndlyInstrumentPartyIDSource, Tag 1060

func (NoUndlyInstrumentParties) GetUndlyInstrumentPartyRole added in v0.4.0

GetUndlyInstrumentPartyRole gets UndlyInstrumentPartyRole, Tag 1061

func (NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs added in v0.4.0

func (m NoUndlyInstrumentParties) HasNoUndlyInstrumentPartySubIDs() bool

HasNoUndlyInstrumentPartySubIDs returns true if NoUndlyInstrumentPartySubIDs is present, Tag 1062

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyID added in v0.4.0

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyID() bool

HasUndlyInstrumentPartyID returns true if UndlyInstrumentPartyID is present, Tag 1059

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource added in v0.4.0

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyIDSource() bool

HasUndlyInstrumentPartyIDSource returns true if UndlyInstrumentPartyIDSource is present, Tag 1060

func (NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole added in v0.4.0

func (m NoUndlyInstrumentParties) HasUndlyInstrumentPartyRole() bool

HasUndlyInstrumentPartyRole returns true if UndlyInstrumentPartyRole is present, Tag 1061

func (NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs added in v0.4.0

func (m NoUndlyInstrumentParties) SetNoUndlyInstrumentPartySubIDs(f NoUndlyInstrumentPartySubIDsRepeatingGroup)

SetNoUndlyInstrumentPartySubIDs sets NoUndlyInstrumentPartySubIDs, Tag 1062

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyID added in v0.4.0

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyID(v string)

SetUndlyInstrumentPartyID sets UndlyInstrumentPartyID, Tag 1059

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource added in v0.4.0

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyIDSource(v string)

SetUndlyInstrumentPartyIDSource sets UndlyInstrumentPartyIDSource, Tag 1060

func (NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole added in v0.4.0

func (m NoUndlyInstrumentParties) SetUndlyInstrumentPartyRole(v int)

SetUndlyInstrumentPartyRole sets UndlyInstrumentPartyRole, Tag 1061

type NoUndlyInstrumentPartiesRepeatingGroup added in v0.4.0

type NoUndlyInstrumentPartiesRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUndlyInstrumentPartiesRepeatingGroup is a repeating group, Tag 1058

func NewNoUndlyInstrumentPartiesRepeatingGroup added in v0.4.0

func NewNoUndlyInstrumentPartiesRepeatingGroup() NoUndlyInstrumentPartiesRepeatingGroup

NewNoUndlyInstrumentPartiesRepeatingGroup returns an initialized, NoUndlyInstrumentPartiesRepeatingGroup

func (NoUndlyInstrumentPartiesRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUndlyInstrumentParties to this group

func (NoUndlyInstrumentPartiesRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUndlyInstrumentParties in the NoUndlyInstrumentPartiesRepeatinGroup

type NoUndlyInstrumentPartySubIDs added in v0.4.0

type NoUndlyInstrumentPartySubIDs struct {
	quickfix.Group
}

NoUndlyInstrumentPartySubIDs is a repeating group element, Tag 1062

func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubID added in v0.4.0

GetUndlyInstrumentPartySubID gets UndlyInstrumentPartySubID, Tag 1063

func (NoUndlyInstrumentPartySubIDs) GetUndlyInstrumentPartySubIDType added in v0.4.0

GetUndlyInstrumentPartySubIDType gets UndlyInstrumentPartySubIDType, Tag 1064

func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID added in v0.4.0

func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubID() bool

HasUndlyInstrumentPartySubID returns true if UndlyInstrumentPartySubID is present, Tag 1063

func (NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType added in v0.4.0

func (m NoUndlyInstrumentPartySubIDs) HasUndlyInstrumentPartySubIDType() bool

HasUndlyInstrumentPartySubIDType returns true if UndlyInstrumentPartySubIDType is present, Tag 1064

func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID added in v0.4.0

func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubID(v string)

SetUndlyInstrumentPartySubID sets UndlyInstrumentPartySubID, Tag 1063

func (NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType added in v0.4.0

func (m NoUndlyInstrumentPartySubIDs) SetUndlyInstrumentPartySubIDType(v int)

SetUndlyInstrumentPartySubIDType sets UndlyInstrumentPartySubIDType, Tag 1064

type NoUndlyInstrumentPartySubIDsRepeatingGroup added in v0.4.0

type NoUndlyInstrumentPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoUndlyInstrumentPartySubIDsRepeatingGroup is a repeating group, Tag 1062

func NewNoUndlyInstrumentPartySubIDsRepeatingGroup added in v0.4.0

func NewNoUndlyInstrumentPartySubIDsRepeatingGroup() NoUndlyInstrumentPartySubIDsRepeatingGroup

NewNoUndlyInstrumentPartySubIDsRepeatingGroup returns an initialized, NoUndlyInstrumentPartySubIDsRepeatingGroup

func (NoUndlyInstrumentPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoUndlyInstrumentPartySubIDs to this group

func (NoUndlyInstrumentPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoUndlyInstrumentPartySubIDs in the NoUndlyInstrumentPartySubIDsRepeatinGroup

type RouteOut

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

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

type TradeCaptureReport added in v0.4.0

type TradeCaptureReport struct {
	fixt11.Header
	quickfix.Body
	fixt11.Trailer
	//ReceiveTime is the time that this message was read from the socket connection
	ReceiveTime time.Time
}

TradeCaptureReport is the fix50 TradeCaptureReport type, MsgType = AE

func FromMessage added in v0.4.0

func FromMessage(m quickfix.Message) TradeCaptureReport

FromMessage creates a TradeCaptureReport from a quickfix.Message instance

func New added in v0.2.0

func New(lastqty field.LastQtyField, lastpx field.LastPxField, tradedate field.TradeDateField) (m TradeCaptureReport)

New returns a TradeCaptureReport initialized with the required fields for TradeCaptureReport

func (TradeCaptureReport) GetAgreementCurrency added in v0.4.0

GetAgreementCurrency gets AgreementCurrency, Tag 918

func (TradeCaptureReport) GetAgreementDate added in v0.4.0

GetAgreementDate gets AgreementDate, Tag 915

func (TradeCaptureReport) GetAgreementDesc added in v0.4.0

GetAgreementDesc gets AgreementDesc, Tag 913

func (TradeCaptureReport) GetAgreementID added in v0.4.0

GetAgreementID gets AgreementID, Tag 914

func (TradeCaptureReport) GetAsOfIndicator added in v0.4.0

GetAsOfIndicator gets AsOfIndicator, Tag 1015

func (TradeCaptureReport) GetAvgPx added in v0.4.0

GetAvgPx gets AvgPx, Tag 6

func (TradeCaptureReport) GetAvgPxIndicator added in v0.4.0

GetAvgPxIndicator gets AvgPxIndicator, Tag 819

func (TradeCaptureReport) GetBenchmarkCurveCurrency added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkCurveCurrency() (f field.BenchmarkCurveCurrencyField, err quickfix.MessageRejectError)

GetBenchmarkCurveCurrency gets BenchmarkCurveCurrency, Tag 220

func (TradeCaptureReport) GetBenchmarkCurveName added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkCurveName() (f field.BenchmarkCurveNameField, err quickfix.MessageRejectError)

GetBenchmarkCurveName gets BenchmarkCurveName, Tag 221

func (TradeCaptureReport) GetBenchmarkCurvePoint added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkCurvePoint() (f field.BenchmarkCurvePointField, err quickfix.MessageRejectError)

GetBenchmarkCurvePoint gets BenchmarkCurvePoint, Tag 222

func (TradeCaptureReport) GetBenchmarkPrice added in v0.4.0

GetBenchmarkPrice gets BenchmarkPrice, Tag 662

func (TradeCaptureReport) GetBenchmarkPriceType added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkPriceType() (f field.BenchmarkPriceTypeField, err quickfix.MessageRejectError)

GetBenchmarkPriceType gets BenchmarkPriceType, Tag 663

func (TradeCaptureReport) GetBenchmarkSecurityID added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkSecurityID() (f field.BenchmarkSecurityIDField, err quickfix.MessageRejectError)

GetBenchmarkSecurityID gets BenchmarkSecurityID, Tag 699

func (TradeCaptureReport) GetBenchmarkSecurityIDSource added in v0.4.0

func (m TradeCaptureReport) GetBenchmarkSecurityIDSource() (f field.BenchmarkSecurityIDSourceField, err quickfix.MessageRejectError)

GetBenchmarkSecurityIDSource gets BenchmarkSecurityIDSource, Tag 761

func (TradeCaptureReport) GetCFICode added in v0.4.0

GetCFICode gets CFICode, Tag 461

func (TradeCaptureReport) GetCPProgram added in v0.4.0

GetCPProgram gets CPProgram, Tag 875

func (TradeCaptureReport) GetCPRegType added in v0.4.0

GetCPRegType gets CPRegType, Tag 876

func (TradeCaptureReport) GetCalculatedCcyLastQty added in v0.4.0

func (m TradeCaptureReport) GetCalculatedCcyLastQty() (f field.CalculatedCcyLastQtyField, err quickfix.MessageRejectError)

GetCalculatedCcyLastQty gets CalculatedCcyLastQty, Tag 1056

func (TradeCaptureReport) GetCashOrderQty added in v0.4.0

GetCashOrderQty gets CashOrderQty, Tag 152

func (TradeCaptureReport) GetClearingBusinessDate added in v0.4.0

func (m TradeCaptureReport) GetClearingBusinessDate() (f field.ClearingBusinessDateField, err quickfix.MessageRejectError)

GetClearingBusinessDate gets ClearingBusinessDate, Tag 715

func (TradeCaptureReport) GetContractMultiplier added in v0.4.0

func (m TradeCaptureReport) GetContractMultiplier() (f field.ContractMultiplierField, err quickfix.MessageRejectError)

GetContractMultiplier gets ContractMultiplier, Tag 231

func (TradeCaptureReport) GetContractSettlMonth added in v0.4.0

func (m TradeCaptureReport) GetContractSettlMonth() (f field.ContractSettlMonthField, err quickfix.MessageRejectError)

GetContractSettlMonth gets ContractSettlMonth, Tag 667

func (TradeCaptureReport) GetCopyMsgIndicator added in v0.4.0

GetCopyMsgIndicator gets CopyMsgIndicator, Tag 797

func (TradeCaptureReport) GetCountryOfIssue added in v0.4.0

GetCountryOfIssue gets CountryOfIssue, Tag 470

func (TradeCaptureReport) GetCouponPaymentDate added in v0.4.0

GetCouponPaymentDate gets CouponPaymentDate, Tag 224

func (TradeCaptureReport) GetCouponRate added in v0.4.0

GetCouponRate gets CouponRate, Tag 223

func (TradeCaptureReport) GetCreditRating added in v0.4.0

GetCreditRating gets CreditRating, Tag 255

func (TradeCaptureReport) GetDatedDate added in v0.4.0

GetDatedDate gets DatedDate, Tag 873

func (TradeCaptureReport) GetDeliveryType added in v0.4.0

GetDeliveryType gets DeliveryType, Tag 919

func (TradeCaptureReport) GetEncodedIssuer added in v0.4.0

GetEncodedIssuer gets EncodedIssuer, Tag 349

func (TradeCaptureReport) GetEncodedIssuerLen added in v0.4.0

GetEncodedIssuerLen gets EncodedIssuerLen, Tag 348

func (TradeCaptureReport) GetEncodedSecurityDesc added in v0.4.0

func (m TradeCaptureReport) GetEncodedSecurityDesc() (f field.EncodedSecurityDescField, err quickfix.MessageRejectError)

GetEncodedSecurityDesc gets EncodedSecurityDesc, Tag 351

func (TradeCaptureReport) GetEncodedSecurityDescLen added in v0.4.0

func (m TradeCaptureReport) GetEncodedSecurityDescLen() (f field.EncodedSecurityDescLenField, err quickfix.MessageRejectError)

GetEncodedSecurityDescLen gets EncodedSecurityDescLen, Tag 350

func (TradeCaptureReport) GetEndDate added in v0.4.0

GetEndDate gets EndDate, Tag 917

func (TradeCaptureReport) GetExecID added in v0.4.0

GetExecID gets ExecID, Tag 17

func (TradeCaptureReport) GetExecRestatementReason added in v0.4.0

func (m TradeCaptureReport) GetExecRestatementReason() (f field.ExecRestatementReasonField, err quickfix.MessageRejectError)

GetExecRestatementReason gets ExecRestatementReason, Tag 378

func (TradeCaptureReport) GetExecType added in v0.4.0

GetExecType gets ExecType, Tag 150

func (TradeCaptureReport) GetFactor added in v0.4.0

GetFactor gets Factor, Tag 228

func (TradeCaptureReport) GetFirmTradeID added in v0.4.0

GetFirmTradeID gets FirmTradeID, Tag 1041

func (TradeCaptureReport) GetGrossTradeAmt added in v0.4.0

GetGrossTradeAmt gets GrossTradeAmt, Tag 381

func (TradeCaptureReport) GetInstrRegistry added in v0.4.0

GetInstrRegistry gets InstrRegistry, Tag 543

func (TradeCaptureReport) GetInstrmtAssignmentMethod added in v0.4.0

func (m TradeCaptureReport) GetInstrmtAssignmentMethod() (f field.InstrmtAssignmentMethodField, err quickfix.MessageRejectError)

GetInstrmtAssignmentMethod gets InstrmtAssignmentMethod, Tag 1049

func (TradeCaptureReport) GetInterestAccrualDate added in v0.4.0

func (m TradeCaptureReport) GetInterestAccrualDate() (f field.InterestAccrualDateField, err quickfix.MessageRejectError)

GetInterestAccrualDate gets InterestAccrualDate, Tag 874

func (TradeCaptureReport) GetIssueDate added in v0.4.0

GetIssueDate gets IssueDate, Tag 225

func (TradeCaptureReport) GetIssuer added in v0.4.0

GetIssuer gets Issuer, Tag 106

func (TradeCaptureReport) GetLastForwardPoints added in v0.4.0

GetLastForwardPoints gets LastForwardPoints, Tag 195

func (TradeCaptureReport) GetLastMkt added in v0.4.0

GetLastMkt gets LastMkt, Tag 30

func (TradeCaptureReport) GetLastParPx added in v0.4.0

GetLastParPx gets LastParPx, Tag 669

func (TradeCaptureReport) GetLastPx added in v0.4.0

GetLastPx gets LastPx, Tag 31

func (TradeCaptureReport) GetLastQty added in v0.4.0

GetLastQty gets LastQty, Tag 32

func (TradeCaptureReport) GetLastRptRequested added in v0.4.0

GetLastRptRequested gets LastRptRequested, Tag 912

func (TradeCaptureReport) GetLastSpotRate added in v0.4.0

GetLastSpotRate gets LastSpotRate, Tag 194

func (TradeCaptureReport) GetLastSwapPoints added in v0.4.0

GetLastSwapPoints gets LastSwapPoints, Tag 1071

func (TradeCaptureReport) GetLastUpdateTime added in v0.4.0

GetLastUpdateTime gets LastUpdateTime, Tag 779

func (TradeCaptureReport) GetLocaleOfIssue added in v0.4.0

GetLocaleOfIssue gets LocaleOfIssue, Tag 472

func (TradeCaptureReport) GetMarginRatio added in v0.4.0

GetMarginRatio gets MarginRatio, Tag 898

func (TradeCaptureReport) GetMatchStatus added in v0.4.0

GetMatchStatus gets MatchStatus, Tag 573

func (TradeCaptureReport) GetMatchType added in v0.4.0

GetMatchType gets MatchType, Tag 574

func (TradeCaptureReport) GetMaturityDate added in v0.4.0

GetMaturityDate gets MaturityDate, Tag 541

func (TradeCaptureReport) GetMaturityMonthYear added in v0.4.0

GetMaturityMonthYear gets MaturityMonthYear, Tag 200

func (TradeCaptureReport) GetMaturityTime added in v0.4.0

GetMaturityTime gets MaturityTime, Tag 1079

func (TradeCaptureReport) GetMessageEventSource added in v0.4.0

func (m TradeCaptureReport) GetMessageEventSource() (f field.MessageEventSourceField, err quickfix.MessageRejectError)

GetMessageEventSource gets MessageEventSource, Tag 1011

func (TradeCaptureReport) GetMinPriceIncrement added in v0.4.0

GetMinPriceIncrement gets MinPriceIncrement, Tag 969

func (TradeCaptureReport) GetMultiLegReportingType added in v0.4.0

func (m TradeCaptureReport) GetMultiLegReportingType() (f field.MultiLegReportingTypeField, err quickfix.MessageRejectError)

GetMultiLegReportingType gets MultiLegReportingType, Tag 442

func (TradeCaptureReport) GetNTPositionLimit added in v0.4.0

GetNTPositionLimit gets NTPositionLimit, Tag 971

func (TradeCaptureReport) GetNoEvents added in v0.4.0

GetNoEvents gets NoEvents, Tag 864

func (TradeCaptureReport) GetNoInstrumentParties added in v0.4.0

GetNoInstrumentParties gets NoInstrumentParties, Tag 1018

func (TradeCaptureReport) GetNoLegs added in v0.4.0

GetNoLegs gets NoLegs, Tag 555

func (TradeCaptureReport) GetNoPosAmt added in v0.4.0

GetNoPosAmt gets NoPosAmt, Tag 753

func (TradeCaptureReport) GetNoRootPartyIDs added in v0.4.0

GetNoRootPartyIDs gets NoRootPartyIDs, Tag 1116

func (TradeCaptureReport) GetNoSecurityAltID added in v0.4.0

GetNoSecurityAltID gets NoSecurityAltID, Tag 454

func (TradeCaptureReport) GetNoSides added in v0.4.0

GetNoSides gets NoSides, Tag 552

func (TradeCaptureReport) GetNoTrdRegTimestamps added in v0.4.0

GetNoTrdRegTimestamps gets NoTrdRegTimestamps, Tag 768

func (TradeCaptureReport) GetNoUnderlyings added in v0.4.0

GetNoUnderlyings gets NoUnderlyings, Tag 711

func (TradeCaptureReport) GetOptAttribute added in v0.4.0

GetOptAttribute gets OptAttribute, Tag 206

func (TradeCaptureReport) GetOrdStatus added in v0.4.0

GetOrdStatus gets OrdStatus, Tag 39

func (TradeCaptureReport) GetOrderCategory added in v0.4.0

GetOrderCategory gets OrderCategory, Tag 1115

func (TradeCaptureReport) GetOrderPercent added in v0.4.0

GetOrderPercent gets OrderPercent, Tag 516

func (TradeCaptureReport) GetOrderQty added in v0.4.0

GetOrderQty gets OrderQty, Tag 38

func (TradeCaptureReport) GetOrigSecondaryTradeID added in v0.4.0

func (m TradeCaptureReport) GetOrigSecondaryTradeID() (f field.OrigSecondaryTradeIDField, err quickfix.MessageRejectError)

GetOrigSecondaryTradeID gets OrigSecondaryTradeID, Tag 1127

func (TradeCaptureReport) GetOrigTradeDate added in v0.4.0

GetOrigTradeDate gets OrigTradeDate, Tag 1125

func (TradeCaptureReport) GetOrigTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) GetOrigTradeHandlingInstr() (f field.OrigTradeHandlingInstrField, err quickfix.MessageRejectError)

GetOrigTradeHandlingInstr gets OrigTradeHandlingInstr, Tag 1124

func (TradeCaptureReport) GetOrigTradeID added in v0.4.0

GetOrigTradeID gets OrigTradeID, Tag 1126

func (TradeCaptureReport) GetPool added in v0.4.0

GetPool gets Pool, Tag 691

func (TradeCaptureReport) GetPositionLimit added in v0.4.0

GetPositionLimit gets PositionLimit, Tag 970

func (TradeCaptureReport) GetPreviouslyReported added in v0.4.0

func (m TradeCaptureReport) GetPreviouslyReported() (f field.PreviouslyReportedField, err quickfix.MessageRejectError)

GetPreviouslyReported gets PreviouslyReported, Tag 570

func (TradeCaptureReport) GetPriceType added in v0.4.0

GetPriceType gets PriceType, Tag 423

func (TradeCaptureReport) GetProduct added in v0.4.0

GetProduct gets Product, Tag 460

func (TradeCaptureReport) GetPublishTrdIndicator added in v0.4.0

func (m TradeCaptureReport) GetPublishTrdIndicator() (f field.PublishTrdIndicatorField, err quickfix.MessageRejectError)

GetPublishTrdIndicator gets PublishTrdIndicator, Tag 852

func (TradeCaptureReport) GetQtyType added in v0.4.0

GetQtyType gets QtyType, Tag 854

func (TradeCaptureReport) GetRedemptionDate added in v0.4.0

GetRedemptionDate gets RedemptionDate, Tag 240

func (TradeCaptureReport) GetRepoCollateralSecurityType added in v0.4.0

func (m TradeCaptureReport) GetRepoCollateralSecurityType() (f field.RepoCollateralSecurityTypeField, err quickfix.MessageRejectError)

GetRepoCollateralSecurityType gets RepoCollateralSecurityType, Tag 239

func (TradeCaptureReport) GetReportedPxDiff added in v0.4.0

GetReportedPxDiff gets ReportedPxDiff, Tag 1134

func (TradeCaptureReport) GetRepurchaseRate added in v0.4.0

GetRepurchaseRate gets RepurchaseRate, Tag 227

func (TradeCaptureReport) GetRepurchaseTerm added in v0.4.0

GetRepurchaseTerm gets RepurchaseTerm, Tag 226

func (TradeCaptureReport) GetRndPx added in v0.4.0

GetRndPx gets RndPx, Tag 991

func (TradeCaptureReport) GetRoundingDirection added in v0.4.0

GetRoundingDirection gets RoundingDirection, Tag 468

func (TradeCaptureReport) GetRoundingModulus added in v0.4.0

GetRoundingModulus gets RoundingModulus, Tag 469

func (TradeCaptureReport) GetSecondaryExecID added in v0.4.0

GetSecondaryExecID gets SecondaryExecID, Tag 527

func (TradeCaptureReport) GetSecondaryFirmTradeID added in v0.4.0

func (m TradeCaptureReport) GetSecondaryFirmTradeID() (f field.SecondaryFirmTradeIDField, err quickfix.MessageRejectError)

GetSecondaryFirmTradeID gets SecondaryFirmTradeID, Tag 1042

func (TradeCaptureReport) GetSecondaryTradeID added in v0.4.0

GetSecondaryTradeID gets SecondaryTradeID, Tag 1040

func (TradeCaptureReport) GetSecondaryTradeReportID added in v0.4.0

func (m TradeCaptureReport) GetSecondaryTradeReportID() (f field.SecondaryTradeReportIDField, err quickfix.MessageRejectError)

GetSecondaryTradeReportID gets SecondaryTradeReportID, Tag 818

func (TradeCaptureReport) GetSecondaryTradeReportRefID added in v0.4.0

func (m TradeCaptureReport) GetSecondaryTradeReportRefID() (f field.SecondaryTradeReportRefIDField, err quickfix.MessageRejectError)

GetSecondaryTradeReportRefID gets SecondaryTradeReportRefID, Tag 881

func (TradeCaptureReport) GetSecondaryTrdType added in v0.4.0

GetSecondaryTrdType gets SecondaryTrdType, Tag 855

func (TradeCaptureReport) GetSecurityDesc added in v0.4.0

GetSecurityDesc gets SecurityDesc, Tag 107

func (TradeCaptureReport) GetSecurityExchange added in v0.4.0

GetSecurityExchange gets SecurityExchange, Tag 207

func (TradeCaptureReport) GetSecurityID added in v0.4.0

GetSecurityID gets SecurityID, Tag 48

func (TradeCaptureReport) GetSecurityIDSource added in v0.4.0

GetSecurityIDSource gets SecurityIDSource, Tag 22

func (TradeCaptureReport) GetSecurityStatus added in v0.4.0

GetSecurityStatus gets SecurityStatus, Tag 965

func (TradeCaptureReport) GetSecuritySubType added in v0.4.0

GetSecuritySubType gets SecuritySubType, Tag 762

func (TradeCaptureReport) GetSecurityType added in v0.4.0

GetSecurityType gets SecurityType, Tag 167

func (TradeCaptureReport) GetSettlDate added in v0.4.0

GetSettlDate gets SettlDate, Tag 64

func (TradeCaptureReport) GetSettlSessID added in v0.4.0

GetSettlSessID gets SettlSessID, Tag 716

func (TradeCaptureReport) GetSettlSessSubID added in v0.4.0

GetSettlSessSubID gets SettlSessSubID, Tag 717

func (TradeCaptureReport) GetSettlType added in v0.4.0

GetSettlType gets SettlType, Tag 63

func (TradeCaptureReport) GetSettleOnOpenFlag added in v0.4.0

GetSettleOnOpenFlag gets SettleOnOpenFlag, Tag 966

func (TradeCaptureReport) GetShortSaleReason added in v0.4.0

GetShortSaleReason gets ShortSaleReason, Tag 853

func (TradeCaptureReport) GetSpread added in v0.4.0

GetSpread gets Spread, Tag 218

func (TradeCaptureReport) GetStartDate added in v0.4.0

GetStartDate gets StartDate, Tag 916

func (TradeCaptureReport) GetStateOrProvinceOfIssue added in v0.4.0

func (m TradeCaptureReport) GetStateOrProvinceOfIssue() (f field.StateOrProvinceOfIssueField, err quickfix.MessageRejectError)

GetStateOrProvinceOfIssue gets StateOrProvinceOfIssue, Tag 471

func (TradeCaptureReport) GetStrikeCurrency added in v0.4.0

GetStrikeCurrency gets StrikeCurrency, Tag 947

func (TradeCaptureReport) GetStrikeMultiplier added in v0.4.0

GetStrikeMultiplier gets StrikeMultiplier, Tag 967

func (TradeCaptureReport) GetStrikePrice added in v0.4.0

GetStrikePrice gets StrikePrice, Tag 202

func (TradeCaptureReport) GetStrikeValue added in v0.4.0

GetStrikeValue gets StrikeValue, Tag 968

func (TradeCaptureReport) GetSubscriptionRequestType added in v0.4.0

func (m TradeCaptureReport) GetSubscriptionRequestType() (f field.SubscriptionRequestTypeField, err quickfix.MessageRejectError)

GetSubscriptionRequestType gets SubscriptionRequestType, Tag 263

func (TradeCaptureReport) GetSymbol added in v0.4.0

GetSymbol gets Symbol, Tag 55

func (TradeCaptureReport) GetSymbolSfx added in v0.4.0

GetSymbolSfx gets SymbolSfx, Tag 65

func (TradeCaptureReport) GetTZTransactTime added in v0.4.0

GetTZTransactTime gets TZTransactTime, Tag 1132

func (TradeCaptureReport) GetTerminationType added in v0.4.0

GetTerminationType gets TerminationType, Tag 788

func (TradeCaptureReport) GetTierCode added in v0.4.0

GetTierCode gets TierCode, Tag 994

func (TradeCaptureReport) GetTimeUnit added in v0.4.0

GetTimeUnit gets TimeUnit, Tag 997

func (TradeCaptureReport) GetTotNumTradeReports added in v0.4.0

func (m TradeCaptureReport) GetTotNumTradeReports() (f field.TotNumTradeReportsField, err quickfix.MessageRejectError)

GetTotNumTradeReports gets TotNumTradeReports, Tag 748

func (TradeCaptureReport) GetTradeDate added in v0.4.0

GetTradeDate gets TradeDate, Tag 75

func (TradeCaptureReport) GetTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) GetTradeHandlingInstr() (f field.TradeHandlingInstrField, err quickfix.MessageRejectError)

GetTradeHandlingInstr gets TradeHandlingInstr, Tag 1123

func (TradeCaptureReport) GetTradeID added in v0.4.0

GetTradeID gets TradeID, Tag 1003

func (TradeCaptureReport) GetTradeLegRefID added in v0.4.0

GetTradeLegRefID gets TradeLegRefID, Tag 824

func (TradeCaptureReport) GetTradeLinkID added in v0.4.0

GetTradeLinkID gets TradeLinkID, Tag 820

func (TradeCaptureReport) GetTradeReportID added in v0.4.0

GetTradeReportID gets TradeReportID, Tag 571

func (TradeCaptureReport) GetTradeReportRefID added in v0.4.0

GetTradeReportRefID gets TradeReportRefID, Tag 572

func (TradeCaptureReport) GetTradeReportTransType added in v0.4.0

func (m TradeCaptureReport) GetTradeReportTransType() (f field.TradeReportTransTypeField, err quickfix.MessageRejectError)

GetTradeReportTransType gets TradeReportTransType, Tag 487

func (TradeCaptureReport) GetTradeReportType added in v0.4.0

GetTradeReportType gets TradeReportType, Tag 856

func (TradeCaptureReport) GetTradeRequestID added in v0.4.0

GetTradeRequestID gets TradeRequestID, Tag 568

func (TradeCaptureReport) GetTransactTime added in v0.4.0

GetTransactTime gets TransactTime, Tag 60

func (TradeCaptureReport) GetTransferReason added in v0.4.0

GetTransferReason gets TransferReason, Tag 830

func (TradeCaptureReport) GetTrdMatchID added in v0.4.0

GetTrdMatchID gets TrdMatchID, Tag 880

func (TradeCaptureReport) GetTrdRptStatus added in v0.4.0

GetTrdRptStatus gets TrdRptStatus, Tag 939

func (TradeCaptureReport) GetTrdSubType added in v0.4.0

GetTrdSubType gets TrdSubType, Tag 829

func (TradeCaptureReport) GetTrdType added in v0.4.0

GetTrdType gets TrdType, Tag 828

func (TradeCaptureReport) GetUnderlyingSettlementDate added in v0.4.0

func (m TradeCaptureReport) GetUnderlyingSettlementDate() (f field.UnderlyingSettlementDateField, err quickfix.MessageRejectError)

GetUnderlyingSettlementDate gets UnderlyingSettlementDate, Tag 987

func (TradeCaptureReport) GetUnderlyingTradingSessionID added in v0.4.0

func (m TradeCaptureReport) GetUnderlyingTradingSessionID() (f field.UnderlyingTradingSessionIDField, err quickfix.MessageRejectError)

GetUnderlyingTradingSessionID gets UnderlyingTradingSessionID, Tag 822

func (TradeCaptureReport) GetUnderlyingTradingSessionSubID added in v0.4.0

func (m TradeCaptureReport) GetUnderlyingTradingSessionSubID() (f field.UnderlyingTradingSessionSubIDField, err quickfix.MessageRejectError)

GetUnderlyingTradingSessionSubID gets UnderlyingTradingSessionSubID, Tag 823

func (TradeCaptureReport) GetUnitOfMeasure added in v0.4.0

GetUnitOfMeasure gets UnitOfMeasure, Tag 996

func (TradeCaptureReport) GetUnsolicitedIndicator added in v0.4.0

func (m TradeCaptureReport) GetUnsolicitedIndicator() (f field.UnsolicitedIndicatorField, err quickfix.MessageRejectError)

GetUnsolicitedIndicator gets UnsolicitedIndicator, Tag 325

func (TradeCaptureReport) GetYield added in v0.4.0

GetYield gets Yield, Tag 236

func (TradeCaptureReport) GetYieldCalcDate added in v0.4.0

GetYieldCalcDate gets YieldCalcDate, Tag 701

func (TradeCaptureReport) GetYieldRedemptionDate added in v0.4.0

func (m TradeCaptureReport) GetYieldRedemptionDate() (f field.YieldRedemptionDateField, err quickfix.MessageRejectError)

GetYieldRedemptionDate gets YieldRedemptionDate, Tag 696

func (TradeCaptureReport) GetYieldRedemptionPrice added in v0.4.0

func (m TradeCaptureReport) GetYieldRedemptionPrice() (f field.YieldRedemptionPriceField, err quickfix.MessageRejectError)

GetYieldRedemptionPrice gets YieldRedemptionPrice, Tag 697

func (TradeCaptureReport) GetYieldRedemptionPriceType added in v0.4.0

func (m TradeCaptureReport) GetYieldRedemptionPriceType() (f field.YieldRedemptionPriceTypeField, err quickfix.MessageRejectError)

GetYieldRedemptionPriceType gets YieldRedemptionPriceType, Tag 698

func (TradeCaptureReport) GetYieldType added in v0.4.0

GetYieldType gets YieldType, Tag 235

func (TradeCaptureReport) HasAgreementCurrency added in v0.4.0

func (m TradeCaptureReport) HasAgreementCurrency() bool

HasAgreementCurrency returns true if AgreementCurrency is present, Tag 918

func (TradeCaptureReport) HasAgreementDate added in v0.4.0

func (m TradeCaptureReport) HasAgreementDate() bool

HasAgreementDate returns true if AgreementDate is present, Tag 915

func (TradeCaptureReport) HasAgreementDesc added in v0.4.0

func (m TradeCaptureReport) HasAgreementDesc() bool

HasAgreementDesc returns true if AgreementDesc is present, Tag 913

func (TradeCaptureReport) HasAgreementID added in v0.4.0

func (m TradeCaptureReport) HasAgreementID() bool

HasAgreementID returns true if AgreementID is present, Tag 914

func (TradeCaptureReport) HasAsOfIndicator added in v0.4.0

func (m TradeCaptureReport) HasAsOfIndicator() bool

HasAsOfIndicator returns true if AsOfIndicator is present, Tag 1015

func (TradeCaptureReport) HasAvgPx added in v0.4.0

func (m TradeCaptureReport) HasAvgPx() bool

HasAvgPx returns true if AvgPx is present, Tag 6

func (TradeCaptureReport) HasAvgPxIndicator added in v0.4.0

func (m TradeCaptureReport) HasAvgPxIndicator() bool

HasAvgPxIndicator returns true if AvgPxIndicator is present, Tag 819

func (TradeCaptureReport) HasBenchmarkCurveCurrency added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkCurveCurrency() bool

HasBenchmarkCurveCurrency returns true if BenchmarkCurveCurrency is present, Tag 220

func (TradeCaptureReport) HasBenchmarkCurveName added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkCurveName() bool

HasBenchmarkCurveName returns true if BenchmarkCurveName is present, Tag 221

func (TradeCaptureReport) HasBenchmarkCurvePoint added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkCurvePoint() bool

HasBenchmarkCurvePoint returns true if BenchmarkCurvePoint is present, Tag 222

func (TradeCaptureReport) HasBenchmarkPrice added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkPrice() bool

HasBenchmarkPrice returns true if BenchmarkPrice is present, Tag 662

func (TradeCaptureReport) HasBenchmarkPriceType added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkPriceType() bool

HasBenchmarkPriceType returns true if BenchmarkPriceType is present, Tag 663

func (TradeCaptureReport) HasBenchmarkSecurityID added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkSecurityID() bool

HasBenchmarkSecurityID returns true if BenchmarkSecurityID is present, Tag 699

func (TradeCaptureReport) HasBenchmarkSecurityIDSource added in v0.4.0

func (m TradeCaptureReport) HasBenchmarkSecurityIDSource() bool

HasBenchmarkSecurityIDSource returns true if BenchmarkSecurityIDSource is present, Tag 761

func (TradeCaptureReport) HasCFICode added in v0.4.0

func (m TradeCaptureReport) HasCFICode() bool

HasCFICode returns true if CFICode is present, Tag 461

func (TradeCaptureReport) HasCPProgram added in v0.4.0

func (m TradeCaptureReport) HasCPProgram() bool

HasCPProgram returns true if CPProgram is present, Tag 875

func (TradeCaptureReport) HasCPRegType added in v0.4.0

func (m TradeCaptureReport) HasCPRegType() bool

HasCPRegType returns true if CPRegType is present, Tag 876

func (TradeCaptureReport) HasCalculatedCcyLastQty added in v0.4.0

func (m TradeCaptureReport) HasCalculatedCcyLastQty() bool

HasCalculatedCcyLastQty returns true if CalculatedCcyLastQty is present, Tag 1056

func (TradeCaptureReport) HasCashOrderQty added in v0.4.0

func (m TradeCaptureReport) HasCashOrderQty() bool

HasCashOrderQty returns true if CashOrderQty is present, Tag 152

func (TradeCaptureReport) HasClearingBusinessDate added in v0.4.0

func (m TradeCaptureReport) HasClearingBusinessDate() bool

HasClearingBusinessDate returns true if ClearingBusinessDate is present, Tag 715

func (TradeCaptureReport) HasContractMultiplier added in v0.4.0

func (m TradeCaptureReport) HasContractMultiplier() bool

HasContractMultiplier returns true if ContractMultiplier is present, Tag 231

func (TradeCaptureReport) HasContractSettlMonth added in v0.4.0

func (m TradeCaptureReport) HasContractSettlMonth() bool

HasContractSettlMonth returns true if ContractSettlMonth is present, Tag 667

func (TradeCaptureReport) HasCopyMsgIndicator added in v0.4.0

func (m TradeCaptureReport) HasCopyMsgIndicator() bool

HasCopyMsgIndicator returns true if CopyMsgIndicator is present, Tag 797

func (TradeCaptureReport) HasCountryOfIssue added in v0.4.0

func (m TradeCaptureReport) HasCountryOfIssue() bool

HasCountryOfIssue returns true if CountryOfIssue is present, Tag 470

func (TradeCaptureReport) HasCouponPaymentDate added in v0.4.0

func (m TradeCaptureReport) HasCouponPaymentDate() bool

HasCouponPaymentDate returns true if CouponPaymentDate is present, Tag 224

func (TradeCaptureReport) HasCouponRate added in v0.4.0

func (m TradeCaptureReport) HasCouponRate() bool

HasCouponRate returns true if CouponRate is present, Tag 223

func (TradeCaptureReport) HasCreditRating added in v0.4.0

func (m TradeCaptureReport) HasCreditRating() bool

HasCreditRating returns true if CreditRating is present, Tag 255

func (TradeCaptureReport) HasDatedDate added in v0.4.0

func (m TradeCaptureReport) HasDatedDate() bool

HasDatedDate returns true if DatedDate is present, Tag 873

func (TradeCaptureReport) HasDeliveryType added in v0.4.0

func (m TradeCaptureReport) HasDeliveryType() bool

HasDeliveryType returns true if DeliveryType is present, Tag 919

func (TradeCaptureReport) HasEncodedIssuer added in v0.4.0

func (m TradeCaptureReport) HasEncodedIssuer() bool

HasEncodedIssuer returns true if EncodedIssuer is present, Tag 349

func (TradeCaptureReport) HasEncodedIssuerLen added in v0.4.0

func (m TradeCaptureReport) HasEncodedIssuerLen() bool

HasEncodedIssuerLen returns true if EncodedIssuerLen is present, Tag 348

func (TradeCaptureReport) HasEncodedSecurityDesc added in v0.4.0

func (m TradeCaptureReport) HasEncodedSecurityDesc() bool

HasEncodedSecurityDesc returns true if EncodedSecurityDesc is present, Tag 351

func (TradeCaptureReport) HasEncodedSecurityDescLen added in v0.4.0

func (m TradeCaptureReport) HasEncodedSecurityDescLen() bool

HasEncodedSecurityDescLen returns true if EncodedSecurityDescLen is present, Tag 350

func (TradeCaptureReport) HasEndDate added in v0.4.0

func (m TradeCaptureReport) HasEndDate() bool

HasEndDate returns true if EndDate is present, Tag 917

func (TradeCaptureReport) HasExecID added in v0.4.0

func (m TradeCaptureReport) HasExecID() bool

HasExecID returns true if ExecID is present, Tag 17

func (TradeCaptureReport) HasExecRestatementReason added in v0.4.0

func (m TradeCaptureReport) HasExecRestatementReason() bool

HasExecRestatementReason returns true if ExecRestatementReason is present, Tag 378

func (TradeCaptureReport) HasExecType added in v0.4.0

func (m TradeCaptureReport) HasExecType() bool

HasExecType returns true if ExecType is present, Tag 150

func (TradeCaptureReport) HasFactor added in v0.4.0

func (m TradeCaptureReport) HasFactor() bool

HasFactor returns true if Factor is present, Tag 228

func (TradeCaptureReport) HasFirmTradeID added in v0.4.0

func (m TradeCaptureReport) HasFirmTradeID() bool

HasFirmTradeID returns true if FirmTradeID is present, Tag 1041

func (TradeCaptureReport) HasGrossTradeAmt added in v0.4.0

func (m TradeCaptureReport) HasGrossTradeAmt() bool

HasGrossTradeAmt returns true if GrossTradeAmt is present, Tag 381

func (TradeCaptureReport) HasInstrRegistry added in v0.4.0

func (m TradeCaptureReport) HasInstrRegistry() bool

HasInstrRegistry returns true if InstrRegistry is present, Tag 543

func (TradeCaptureReport) HasInstrmtAssignmentMethod added in v0.4.0

func (m TradeCaptureReport) HasInstrmtAssignmentMethod() bool

HasInstrmtAssignmentMethod returns true if InstrmtAssignmentMethod is present, Tag 1049

func (TradeCaptureReport) HasInterestAccrualDate added in v0.4.0

func (m TradeCaptureReport) HasInterestAccrualDate() bool

HasInterestAccrualDate returns true if InterestAccrualDate is present, Tag 874

func (TradeCaptureReport) HasIssueDate added in v0.4.0

func (m TradeCaptureReport) HasIssueDate() bool

HasIssueDate returns true if IssueDate is present, Tag 225

func (TradeCaptureReport) HasIssuer added in v0.4.0

func (m TradeCaptureReport) HasIssuer() bool

HasIssuer returns true if Issuer is present, Tag 106

func (TradeCaptureReport) HasLastForwardPoints added in v0.4.0

func (m TradeCaptureReport) HasLastForwardPoints() bool

HasLastForwardPoints returns true if LastForwardPoints is present, Tag 195

func (TradeCaptureReport) HasLastMkt added in v0.4.0

func (m TradeCaptureReport) HasLastMkt() bool

HasLastMkt returns true if LastMkt is present, Tag 30

func (TradeCaptureReport) HasLastParPx added in v0.4.0

func (m TradeCaptureReport) HasLastParPx() bool

HasLastParPx returns true if LastParPx is present, Tag 669

func (TradeCaptureReport) HasLastPx added in v0.4.0

func (m TradeCaptureReport) HasLastPx() bool

HasLastPx returns true if LastPx is present, Tag 31

func (TradeCaptureReport) HasLastQty added in v0.4.0

func (m TradeCaptureReport) HasLastQty() bool

HasLastQty returns true if LastQty is present, Tag 32

func (TradeCaptureReport) HasLastRptRequested added in v0.4.0

func (m TradeCaptureReport) HasLastRptRequested() bool

HasLastRptRequested returns true if LastRptRequested is present, Tag 912

func (TradeCaptureReport) HasLastSpotRate added in v0.4.0

func (m TradeCaptureReport) HasLastSpotRate() bool

HasLastSpotRate returns true if LastSpotRate is present, Tag 194

func (TradeCaptureReport) HasLastSwapPoints added in v0.4.0

func (m TradeCaptureReport) HasLastSwapPoints() bool

HasLastSwapPoints returns true if LastSwapPoints is present, Tag 1071

func (TradeCaptureReport) HasLastUpdateTime added in v0.4.0

func (m TradeCaptureReport) HasLastUpdateTime() bool

HasLastUpdateTime returns true if LastUpdateTime is present, Tag 779

func (TradeCaptureReport) HasLocaleOfIssue added in v0.4.0

func (m TradeCaptureReport) HasLocaleOfIssue() bool

HasLocaleOfIssue returns true if LocaleOfIssue is present, Tag 472

func (TradeCaptureReport) HasMarginRatio added in v0.4.0

func (m TradeCaptureReport) HasMarginRatio() bool

HasMarginRatio returns true if MarginRatio is present, Tag 898

func (TradeCaptureReport) HasMatchStatus added in v0.4.0

func (m TradeCaptureReport) HasMatchStatus() bool

HasMatchStatus returns true if MatchStatus is present, Tag 573

func (TradeCaptureReport) HasMatchType added in v0.4.0

func (m TradeCaptureReport) HasMatchType() bool

HasMatchType returns true if MatchType is present, Tag 574

func (TradeCaptureReport) HasMaturityDate added in v0.4.0

func (m TradeCaptureReport) HasMaturityDate() bool

HasMaturityDate returns true if MaturityDate is present, Tag 541

func (TradeCaptureReport) HasMaturityMonthYear added in v0.4.0

func (m TradeCaptureReport) HasMaturityMonthYear() bool

HasMaturityMonthYear returns true if MaturityMonthYear is present, Tag 200

func (TradeCaptureReport) HasMaturityTime added in v0.4.0

func (m TradeCaptureReport) HasMaturityTime() bool

HasMaturityTime returns true if MaturityTime is present, Tag 1079

func (TradeCaptureReport) HasMessageEventSource added in v0.4.0

func (m TradeCaptureReport) HasMessageEventSource() bool

HasMessageEventSource returns true if MessageEventSource is present, Tag 1011

func (TradeCaptureReport) HasMinPriceIncrement added in v0.4.0

func (m TradeCaptureReport) HasMinPriceIncrement() bool

HasMinPriceIncrement returns true if MinPriceIncrement is present, Tag 969

func (TradeCaptureReport) HasMultiLegReportingType added in v0.4.0

func (m TradeCaptureReport) HasMultiLegReportingType() bool

HasMultiLegReportingType returns true if MultiLegReportingType is present, Tag 442

func (TradeCaptureReport) HasNTPositionLimit added in v0.4.0

func (m TradeCaptureReport) HasNTPositionLimit() bool

HasNTPositionLimit returns true if NTPositionLimit is present, Tag 971

func (TradeCaptureReport) HasNoEvents added in v0.4.0

func (m TradeCaptureReport) HasNoEvents() bool

HasNoEvents returns true if NoEvents is present, Tag 864

func (TradeCaptureReport) HasNoInstrumentParties added in v0.4.0

func (m TradeCaptureReport) HasNoInstrumentParties() bool

HasNoInstrumentParties returns true if NoInstrumentParties is present, Tag 1018

func (TradeCaptureReport) HasNoLegs added in v0.4.0

func (m TradeCaptureReport) HasNoLegs() bool

HasNoLegs returns true if NoLegs is present, Tag 555

func (TradeCaptureReport) HasNoPosAmt added in v0.4.0

func (m TradeCaptureReport) HasNoPosAmt() bool

HasNoPosAmt returns true if NoPosAmt is present, Tag 753

func (TradeCaptureReport) HasNoRootPartyIDs added in v0.4.0

func (m TradeCaptureReport) HasNoRootPartyIDs() bool

HasNoRootPartyIDs returns true if NoRootPartyIDs is present, Tag 1116

func (TradeCaptureReport) HasNoSecurityAltID added in v0.4.0

func (m TradeCaptureReport) HasNoSecurityAltID() bool

HasNoSecurityAltID returns true if NoSecurityAltID is present, Tag 454

func (TradeCaptureReport) HasNoSides added in v0.4.0

func (m TradeCaptureReport) HasNoSides() bool

HasNoSides returns true if NoSides is present, Tag 552

func (TradeCaptureReport) HasNoTrdRegTimestamps added in v0.4.0

func (m TradeCaptureReport) HasNoTrdRegTimestamps() bool

HasNoTrdRegTimestamps returns true if NoTrdRegTimestamps is present, Tag 768

func (TradeCaptureReport) HasNoUnderlyings added in v0.4.0

func (m TradeCaptureReport) HasNoUnderlyings() bool

HasNoUnderlyings returns true if NoUnderlyings is present, Tag 711

func (TradeCaptureReport) HasOptAttribute added in v0.4.0

func (m TradeCaptureReport) HasOptAttribute() bool

HasOptAttribute returns true if OptAttribute is present, Tag 206

func (TradeCaptureReport) HasOrdStatus added in v0.4.0

func (m TradeCaptureReport) HasOrdStatus() bool

HasOrdStatus returns true if OrdStatus is present, Tag 39

func (TradeCaptureReport) HasOrderCategory added in v0.4.0

func (m TradeCaptureReport) HasOrderCategory() bool

HasOrderCategory returns true if OrderCategory is present, Tag 1115

func (TradeCaptureReport) HasOrderPercent added in v0.4.0

func (m TradeCaptureReport) HasOrderPercent() bool

HasOrderPercent returns true if OrderPercent is present, Tag 516

func (TradeCaptureReport) HasOrderQty added in v0.4.0

func (m TradeCaptureReport) HasOrderQty() bool

HasOrderQty returns true if OrderQty is present, Tag 38

func (TradeCaptureReport) HasOrigSecondaryTradeID added in v0.4.0

func (m TradeCaptureReport) HasOrigSecondaryTradeID() bool

HasOrigSecondaryTradeID returns true if OrigSecondaryTradeID is present, Tag 1127

func (TradeCaptureReport) HasOrigTradeDate added in v0.4.0

func (m TradeCaptureReport) HasOrigTradeDate() bool

HasOrigTradeDate returns true if OrigTradeDate is present, Tag 1125

func (TradeCaptureReport) HasOrigTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) HasOrigTradeHandlingInstr() bool

HasOrigTradeHandlingInstr returns true if OrigTradeHandlingInstr is present, Tag 1124

func (TradeCaptureReport) HasOrigTradeID added in v0.4.0

func (m TradeCaptureReport) HasOrigTradeID() bool

HasOrigTradeID returns true if OrigTradeID is present, Tag 1126

func (TradeCaptureReport) HasPool added in v0.4.0

func (m TradeCaptureReport) HasPool() bool

HasPool returns true if Pool is present, Tag 691

func (TradeCaptureReport) HasPositionLimit added in v0.4.0

func (m TradeCaptureReport) HasPositionLimit() bool

HasPositionLimit returns true if PositionLimit is present, Tag 970

func (TradeCaptureReport) HasPreviouslyReported added in v0.4.0

func (m TradeCaptureReport) HasPreviouslyReported() bool

HasPreviouslyReported returns true if PreviouslyReported is present, Tag 570

func (TradeCaptureReport) HasPriceType added in v0.4.0

func (m TradeCaptureReport) HasPriceType() bool

HasPriceType returns true if PriceType is present, Tag 423

func (TradeCaptureReport) HasProduct added in v0.4.0

func (m TradeCaptureReport) HasProduct() bool

HasProduct returns true if Product is present, Tag 460

func (TradeCaptureReport) HasPublishTrdIndicator added in v0.4.0

func (m TradeCaptureReport) HasPublishTrdIndicator() bool

HasPublishTrdIndicator returns true if PublishTrdIndicator is present, Tag 852

func (TradeCaptureReport) HasQtyType added in v0.4.0

func (m TradeCaptureReport) HasQtyType() bool

HasQtyType returns true if QtyType is present, Tag 854

func (TradeCaptureReport) HasRedemptionDate added in v0.4.0

func (m TradeCaptureReport) HasRedemptionDate() bool

HasRedemptionDate returns true if RedemptionDate is present, Tag 240

func (TradeCaptureReport) HasRepoCollateralSecurityType added in v0.4.0

func (m TradeCaptureReport) HasRepoCollateralSecurityType() bool

HasRepoCollateralSecurityType returns true if RepoCollateralSecurityType is present, Tag 239

func (TradeCaptureReport) HasReportedPxDiff added in v0.4.0

func (m TradeCaptureReport) HasReportedPxDiff() bool

HasReportedPxDiff returns true if ReportedPxDiff is present, Tag 1134

func (TradeCaptureReport) HasRepurchaseRate added in v0.4.0

func (m TradeCaptureReport) HasRepurchaseRate() bool

HasRepurchaseRate returns true if RepurchaseRate is present, Tag 227

func (TradeCaptureReport) HasRepurchaseTerm added in v0.4.0

func (m TradeCaptureReport) HasRepurchaseTerm() bool

HasRepurchaseTerm returns true if RepurchaseTerm is present, Tag 226

func (TradeCaptureReport) HasRndPx added in v0.4.0

func (m TradeCaptureReport) HasRndPx() bool

HasRndPx returns true if RndPx is present, Tag 991

func (TradeCaptureReport) HasRoundingDirection added in v0.4.0

func (m TradeCaptureReport) HasRoundingDirection() bool

HasRoundingDirection returns true if RoundingDirection is present, Tag 468

func (TradeCaptureReport) HasRoundingModulus added in v0.4.0

func (m TradeCaptureReport) HasRoundingModulus() bool

HasRoundingModulus returns true if RoundingModulus is present, Tag 469

func (TradeCaptureReport) HasSecondaryExecID added in v0.4.0

func (m TradeCaptureReport) HasSecondaryExecID() bool

HasSecondaryExecID returns true if SecondaryExecID is present, Tag 527

func (TradeCaptureReport) HasSecondaryFirmTradeID added in v0.4.0

func (m TradeCaptureReport) HasSecondaryFirmTradeID() bool

HasSecondaryFirmTradeID returns true if SecondaryFirmTradeID is present, Tag 1042

func (TradeCaptureReport) HasSecondaryTradeID added in v0.4.0

func (m TradeCaptureReport) HasSecondaryTradeID() bool

HasSecondaryTradeID returns true if SecondaryTradeID is present, Tag 1040

func (TradeCaptureReport) HasSecondaryTradeReportID added in v0.4.0

func (m TradeCaptureReport) HasSecondaryTradeReportID() bool

HasSecondaryTradeReportID returns true if SecondaryTradeReportID is present, Tag 818

func (TradeCaptureReport) HasSecondaryTradeReportRefID added in v0.4.0

func (m TradeCaptureReport) HasSecondaryTradeReportRefID() bool

HasSecondaryTradeReportRefID returns true if SecondaryTradeReportRefID is present, Tag 881

func (TradeCaptureReport) HasSecondaryTrdType added in v0.4.0

func (m TradeCaptureReport) HasSecondaryTrdType() bool

HasSecondaryTrdType returns true if SecondaryTrdType is present, Tag 855

func (TradeCaptureReport) HasSecurityDesc added in v0.4.0

func (m TradeCaptureReport) HasSecurityDesc() bool

HasSecurityDesc returns true if SecurityDesc is present, Tag 107

func (TradeCaptureReport) HasSecurityExchange added in v0.4.0

func (m TradeCaptureReport) HasSecurityExchange() bool

HasSecurityExchange returns true if SecurityExchange is present, Tag 207

func (TradeCaptureReport) HasSecurityID added in v0.4.0

func (m TradeCaptureReport) HasSecurityID() bool

HasSecurityID returns true if SecurityID is present, Tag 48

func (TradeCaptureReport) HasSecurityIDSource added in v0.4.0

func (m TradeCaptureReport) HasSecurityIDSource() bool

HasSecurityIDSource returns true if SecurityIDSource is present, Tag 22

func (TradeCaptureReport) HasSecurityStatus added in v0.4.0

func (m TradeCaptureReport) HasSecurityStatus() bool

HasSecurityStatus returns true if SecurityStatus is present, Tag 965

func (TradeCaptureReport) HasSecuritySubType added in v0.4.0

func (m TradeCaptureReport) HasSecuritySubType() bool

HasSecuritySubType returns true if SecuritySubType is present, Tag 762

func (TradeCaptureReport) HasSecurityType added in v0.4.0

func (m TradeCaptureReport) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167

func (TradeCaptureReport) HasSettlDate added in v0.4.0

func (m TradeCaptureReport) HasSettlDate() bool

HasSettlDate returns true if SettlDate is present, Tag 64

func (TradeCaptureReport) HasSettlSessID added in v0.4.0

func (m TradeCaptureReport) HasSettlSessID() bool

HasSettlSessID returns true if SettlSessID is present, Tag 716

func (TradeCaptureReport) HasSettlSessSubID added in v0.4.0

func (m TradeCaptureReport) HasSettlSessSubID() bool

HasSettlSessSubID returns true if SettlSessSubID is present, Tag 717

func (TradeCaptureReport) HasSettlType added in v0.4.0

func (m TradeCaptureReport) HasSettlType() bool

HasSettlType returns true if SettlType is present, Tag 63

func (TradeCaptureReport) HasSettleOnOpenFlag added in v0.4.0

func (m TradeCaptureReport) HasSettleOnOpenFlag() bool

HasSettleOnOpenFlag returns true if SettleOnOpenFlag is present, Tag 966

func (TradeCaptureReport) HasShortSaleReason added in v0.4.0

func (m TradeCaptureReport) HasShortSaleReason() bool

HasShortSaleReason returns true if ShortSaleReason is present, Tag 853

func (TradeCaptureReport) HasSpread added in v0.4.0

func (m TradeCaptureReport) HasSpread() bool

HasSpread returns true if Spread is present, Tag 218

func (TradeCaptureReport) HasStartDate added in v0.4.0

func (m TradeCaptureReport) HasStartDate() bool

HasStartDate returns true if StartDate is present, Tag 916

func (TradeCaptureReport) HasStateOrProvinceOfIssue added in v0.4.0

func (m TradeCaptureReport) HasStateOrProvinceOfIssue() bool

HasStateOrProvinceOfIssue returns true if StateOrProvinceOfIssue is present, Tag 471

func (TradeCaptureReport) HasStrikeCurrency added in v0.4.0

func (m TradeCaptureReport) HasStrikeCurrency() bool

HasStrikeCurrency returns true if StrikeCurrency is present, Tag 947

func (TradeCaptureReport) HasStrikeMultiplier added in v0.4.0

func (m TradeCaptureReport) HasStrikeMultiplier() bool

HasStrikeMultiplier returns true if StrikeMultiplier is present, Tag 967

func (TradeCaptureReport) HasStrikePrice added in v0.4.0

func (m TradeCaptureReport) HasStrikePrice() bool

HasStrikePrice returns true if StrikePrice is present, Tag 202

func (TradeCaptureReport) HasStrikeValue added in v0.4.0

func (m TradeCaptureReport) HasStrikeValue() bool

HasStrikeValue returns true if StrikeValue is present, Tag 968

func (TradeCaptureReport) HasSubscriptionRequestType added in v0.4.0

func (m TradeCaptureReport) HasSubscriptionRequestType() bool

HasSubscriptionRequestType returns true if SubscriptionRequestType is present, Tag 263

func (TradeCaptureReport) HasSymbol added in v0.4.0

func (m TradeCaptureReport) HasSymbol() bool

HasSymbol returns true if Symbol is present, Tag 55

func (TradeCaptureReport) HasSymbolSfx added in v0.4.0

func (m TradeCaptureReport) HasSymbolSfx() bool

HasSymbolSfx returns true if SymbolSfx is present, Tag 65

func (TradeCaptureReport) HasTZTransactTime added in v0.4.0

func (m TradeCaptureReport) HasTZTransactTime() bool

HasTZTransactTime returns true if TZTransactTime is present, Tag 1132

func (TradeCaptureReport) HasTerminationType added in v0.4.0

func (m TradeCaptureReport) HasTerminationType() bool

HasTerminationType returns true if TerminationType is present, Tag 788

func (TradeCaptureReport) HasTierCode added in v0.4.0

func (m TradeCaptureReport) HasTierCode() bool

HasTierCode returns true if TierCode is present, Tag 994

func (TradeCaptureReport) HasTimeUnit added in v0.4.0

func (m TradeCaptureReport) HasTimeUnit() bool

HasTimeUnit returns true if TimeUnit is present, Tag 997

func (TradeCaptureReport) HasTotNumTradeReports added in v0.4.0

func (m TradeCaptureReport) HasTotNumTradeReports() bool

HasTotNumTradeReports returns true if TotNumTradeReports is present, Tag 748

func (TradeCaptureReport) HasTradeDate added in v0.4.0

func (m TradeCaptureReport) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75

func (TradeCaptureReport) HasTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) HasTradeHandlingInstr() bool

HasTradeHandlingInstr returns true if TradeHandlingInstr is present, Tag 1123

func (TradeCaptureReport) HasTradeID added in v0.4.0

func (m TradeCaptureReport) HasTradeID() bool

HasTradeID returns true if TradeID is present, Tag 1003

func (TradeCaptureReport) HasTradeLegRefID added in v0.4.0

func (m TradeCaptureReport) HasTradeLegRefID() bool

HasTradeLegRefID returns true if TradeLegRefID is present, Tag 824

func (TradeCaptureReport) HasTradeLinkID added in v0.4.0

func (m TradeCaptureReport) HasTradeLinkID() bool

HasTradeLinkID returns true if TradeLinkID is present, Tag 820

func (TradeCaptureReport) HasTradeReportID added in v0.4.0

func (m TradeCaptureReport) HasTradeReportID() bool

HasTradeReportID returns true if TradeReportID is present, Tag 571

func (TradeCaptureReport) HasTradeReportRefID added in v0.4.0

func (m TradeCaptureReport) HasTradeReportRefID() bool

HasTradeReportRefID returns true if TradeReportRefID is present, Tag 572

func (TradeCaptureReport) HasTradeReportTransType added in v0.4.0

func (m TradeCaptureReport) HasTradeReportTransType() bool

HasTradeReportTransType returns true if TradeReportTransType is present, Tag 487

func (TradeCaptureReport) HasTradeReportType added in v0.4.0

func (m TradeCaptureReport) HasTradeReportType() bool

HasTradeReportType returns true if TradeReportType is present, Tag 856

func (TradeCaptureReport) HasTradeRequestID added in v0.4.0

func (m TradeCaptureReport) HasTradeRequestID() bool

HasTradeRequestID returns true if TradeRequestID is present, Tag 568

func (TradeCaptureReport) HasTransactTime added in v0.4.0

func (m TradeCaptureReport) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60

func (TradeCaptureReport) HasTransferReason added in v0.4.0

func (m TradeCaptureReport) HasTransferReason() bool

HasTransferReason returns true if TransferReason is present, Tag 830

func (TradeCaptureReport) HasTrdMatchID added in v0.4.0

func (m TradeCaptureReport) HasTrdMatchID() bool

HasTrdMatchID returns true if TrdMatchID is present, Tag 880

func (TradeCaptureReport) HasTrdRptStatus added in v0.4.0

func (m TradeCaptureReport) HasTrdRptStatus() bool

HasTrdRptStatus returns true if TrdRptStatus is present, Tag 939

func (TradeCaptureReport) HasTrdSubType added in v0.4.0

func (m TradeCaptureReport) HasTrdSubType() bool

HasTrdSubType returns true if TrdSubType is present, Tag 829

func (TradeCaptureReport) HasTrdType added in v0.4.0

func (m TradeCaptureReport) HasTrdType() bool

HasTrdType returns true if TrdType is present, Tag 828

func (TradeCaptureReport) HasUnderlyingSettlementDate added in v0.4.0

func (m TradeCaptureReport) HasUnderlyingSettlementDate() bool

HasUnderlyingSettlementDate returns true if UnderlyingSettlementDate is present, Tag 987

func (TradeCaptureReport) HasUnderlyingTradingSessionID added in v0.4.0

func (m TradeCaptureReport) HasUnderlyingTradingSessionID() bool

HasUnderlyingTradingSessionID returns true if UnderlyingTradingSessionID is present, Tag 822

func (TradeCaptureReport) HasUnderlyingTradingSessionSubID added in v0.4.0

func (m TradeCaptureReport) HasUnderlyingTradingSessionSubID() bool

HasUnderlyingTradingSessionSubID returns true if UnderlyingTradingSessionSubID is present, Tag 823

func (TradeCaptureReport) HasUnitOfMeasure added in v0.4.0

func (m TradeCaptureReport) HasUnitOfMeasure() bool

HasUnitOfMeasure returns true if UnitOfMeasure is present, Tag 996

func (TradeCaptureReport) HasUnsolicitedIndicator added in v0.4.0

func (m TradeCaptureReport) HasUnsolicitedIndicator() bool

HasUnsolicitedIndicator returns true if UnsolicitedIndicator is present, Tag 325

func (TradeCaptureReport) HasYield added in v0.4.0

func (m TradeCaptureReport) HasYield() bool

HasYield returns true if Yield is present, Tag 236

func (TradeCaptureReport) HasYieldCalcDate added in v0.4.0

func (m TradeCaptureReport) HasYieldCalcDate() bool

HasYieldCalcDate returns true if YieldCalcDate is present, Tag 701

func (TradeCaptureReport) HasYieldRedemptionDate added in v0.4.0

func (m TradeCaptureReport) HasYieldRedemptionDate() bool

HasYieldRedemptionDate returns true if YieldRedemptionDate is present, Tag 696

func (TradeCaptureReport) HasYieldRedemptionPrice added in v0.4.0

func (m TradeCaptureReport) HasYieldRedemptionPrice() bool

HasYieldRedemptionPrice returns true if YieldRedemptionPrice is present, Tag 697

func (TradeCaptureReport) HasYieldRedemptionPriceType added in v0.4.0

func (m TradeCaptureReport) HasYieldRedemptionPriceType() bool

HasYieldRedemptionPriceType returns true if YieldRedemptionPriceType is present, Tag 698

func (TradeCaptureReport) HasYieldType added in v0.4.0

func (m TradeCaptureReport) HasYieldType() bool

HasYieldType returns true if YieldType is present, Tag 235

func (TradeCaptureReport) SetAgreementCurrency added in v0.4.0

func (m TradeCaptureReport) SetAgreementCurrency(v string)

SetAgreementCurrency sets AgreementCurrency, Tag 918

func (TradeCaptureReport) SetAgreementDate added in v0.4.0

func (m TradeCaptureReport) SetAgreementDate(v string)

SetAgreementDate sets AgreementDate, Tag 915

func (TradeCaptureReport) SetAgreementDesc added in v0.4.0

func (m TradeCaptureReport) SetAgreementDesc(v string)

SetAgreementDesc sets AgreementDesc, Tag 913

func (TradeCaptureReport) SetAgreementID added in v0.4.0

func (m TradeCaptureReport) SetAgreementID(v string)

SetAgreementID sets AgreementID, Tag 914

func (TradeCaptureReport) SetAsOfIndicator added in v0.4.0

func (m TradeCaptureReport) SetAsOfIndicator(v string)

SetAsOfIndicator sets AsOfIndicator, Tag 1015

func (TradeCaptureReport) SetAvgPx added in v0.4.0

func (m TradeCaptureReport) SetAvgPx(value decimal.Decimal, scale int32)

SetAvgPx sets AvgPx, Tag 6

func (TradeCaptureReport) SetAvgPxIndicator added in v0.4.0

func (m TradeCaptureReport) SetAvgPxIndicator(v int)

SetAvgPxIndicator sets AvgPxIndicator, Tag 819

func (TradeCaptureReport) SetBenchmarkCurveCurrency added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkCurveCurrency(v string)

SetBenchmarkCurveCurrency sets BenchmarkCurveCurrency, Tag 220

func (TradeCaptureReport) SetBenchmarkCurveName added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkCurveName(v string)

SetBenchmarkCurveName sets BenchmarkCurveName, Tag 221

func (TradeCaptureReport) SetBenchmarkCurvePoint added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkCurvePoint(v string)

SetBenchmarkCurvePoint sets BenchmarkCurvePoint, Tag 222

func (TradeCaptureReport) SetBenchmarkPrice added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkPrice(value decimal.Decimal, scale int32)

SetBenchmarkPrice sets BenchmarkPrice, Tag 662

func (TradeCaptureReport) SetBenchmarkPriceType added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkPriceType(v int)

SetBenchmarkPriceType sets BenchmarkPriceType, Tag 663

func (TradeCaptureReport) SetBenchmarkSecurityID added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkSecurityID(v string)

SetBenchmarkSecurityID sets BenchmarkSecurityID, Tag 699

func (TradeCaptureReport) SetBenchmarkSecurityIDSource added in v0.4.0

func (m TradeCaptureReport) SetBenchmarkSecurityIDSource(v string)

SetBenchmarkSecurityIDSource sets BenchmarkSecurityIDSource, Tag 761

func (TradeCaptureReport) SetCFICode added in v0.4.0

func (m TradeCaptureReport) SetCFICode(v string)

SetCFICode sets CFICode, Tag 461

func (TradeCaptureReport) SetCPProgram added in v0.4.0

func (m TradeCaptureReport) SetCPProgram(v int)

SetCPProgram sets CPProgram, Tag 875

func (TradeCaptureReport) SetCPRegType added in v0.4.0

func (m TradeCaptureReport) SetCPRegType(v string)

SetCPRegType sets CPRegType, Tag 876

func (TradeCaptureReport) SetCalculatedCcyLastQty added in v0.4.0

func (m TradeCaptureReport) SetCalculatedCcyLastQty(value decimal.Decimal, scale int32)

SetCalculatedCcyLastQty sets CalculatedCcyLastQty, Tag 1056

func (TradeCaptureReport) SetCashOrderQty added in v0.4.0

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

SetCashOrderQty sets CashOrderQty, Tag 152

func (TradeCaptureReport) SetClearingBusinessDate added in v0.4.0

func (m TradeCaptureReport) SetClearingBusinessDate(v string)

SetClearingBusinessDate sets ClearingBusinessDate, Tag 715

func (TradeCaptureReport) SetContractMultiplier added in v0.4.0

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

SetContractMultiplier sets ContractMultiplier, Tag 231

func (TradeCaptureReport) SetContractSettlMonth added in v0.4.0

func (m TradeCaptureReport) SetContractSettlMonth(v string)

SetContractSettlMonth sets ContractSettlMonth, Tag 667

func (TradeCaptureReport) SetCopyMsgIndicator added in v0.4.0

func (m TradeCaptureReport) SetCopyMsgIndicator(v bool)

SetCopyMsgIndicator sets CopyMsgIndicator, Tag 797

func (TradeCaptureReport) SetCountryOfIssue added in v0.4.0

func (m TradeCaptureReport) SetCountryOfIssue(v string)

SetCountryOfIssue sets CountryOfIssue, Tag 470

func (TradeCaptureReport) SetCouponPaymentDate added in v0.4.0

func (m TradeCaptureReport) SetCouponPaymentDate(v string)

SetCouponPaymentDate sets CouponPaymentDate, Tag 224

func (TradeCaptureReport) SetCouponRate added in v0.4.0

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

SetCouponRate sets CouponRate, Tag 223

func (TradeCaptureReport) SetCreditRating added in v0.4.0

func (m TradeCaptureReport) SetCreditRating(v string)

SetCreditRating sets CreditRating, Tag 255

func (TradeCaptureReport) SetDatedDate added in v0.4.0

func (m TradeCaptureReport) SetDatedDate(v string)

SetDatedDate sets DatedDate, Tag 873

func (TradeCaptureReport) SetDeliveryType added in v0.4.0

func (m TradeCaptureReport) SetDeliveryType(v int)

SetDeliveryType sets DeliveryType, Tag 919

func (TradeCaptureReport) SetEncodedIssuer added in v0.4.0

func (m TradeCaptureReport) SetEncodedIssuer(v string)

SetEncodedIssuer sets EncodedIssuer, Tag 349

func (TradeCaptureReport) SetEncodedIssuerLen added in v0.4.0

func (m TradeCaptureReport) SetEncodedIssuerLen(v int)

SetEncodedIssuerLen sets EncodedIssuerLen, Tag 348

func (TradeCaptureReport) SetEncodedSecurityDesc added in v0.4.0

func (m TradeCaptureReport) SetEncodedSecurityDesc(v string)

SetEncodedSecurityDesc sets EncodedSecurityDesc, Tag 351

func (TradeCaptureReport) SetEncodedSecurityDescLen added in v0.4.0

func (m TradeCaptureReport) SetEncodedSecurityDescLen(v int)

SetEncodedSecurityDescLen sets EncodedSecurityDescLen, Tag 350

func (TradeCaptureReport) SetEndDate added in v0.4.0

func (m TradeCaptureReport) SetEndDate(v string)

SetEndDate sets EndDate, Tag 917

func (TradeCaptureReport) SetExecID added in v0.4.0

func (m TradeCaptureReport) SetExecID(v string)

SetExecID sets ExecID, Tag 17

func (TradeCaptureReport) SetExecRestatementReason added in v0.4.0

func (m TradeCaptureReport) SetExecRestatementReason(v int)

SetExecRestatementReason sets ExecRestatementReason, Tag 378

func (TradeCaptureReport) SetExecType added in v0.4.0

func (m TradeCaptureReport) SetExecType(v string)

SetExecType sets ExecType, Tag 150

func (TradeCaptureReport) SetFactor added in v0.4.0

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

SetFactor sets Factor, Tag 228

func (TradeCaptureReport) SetFirmTradeID added in v0.4.0

func (m TradeCaptureReport) SetFirmTradeID(v string)

SetFirmTradeID sets FirmTradeID, Tag 1041

func (TradeCaptureReport) SetGrossTradeAmt added in v0.4.0

func (m TradeCaptureReport) SetGrossTradeAmt(value decimal.Decimal, scale int32)

SetGrossTradeAmt sets GrossTradeAmt, Tag 381

func (TradeCaptureReport) SetInstrRegistry added in v0.4.0

func (m TradeCaptureReport) SetInstrRegistry(v string)

SetInstrRegistry sets InstrRegistry, Tag 543

func (TradeCaptureReport) SetInstrmtAssignmentMethod added in v0.4.0

func (m TradeCaptureReport) SetInstrmtAssignmentMethod(v string)

SetInstrmtAssignmentMethod sets InstrmtAssignmentMethod, Tag 1049

func (TradeCaptureReport) SetInterestAccrualDate added in v0.4.0

func (m TradeCaptureReport) SetInterestAccrualDate(v string)

SetInterestAccrualDate sets InterestAccrualDate, Tag 874

func (TradeCaptureReport) SetIssueDate added in v0.4.0

func (m TradeCaptureReport) SetIssueDate(v string)

SetIssueDate sets IssueDate, Tag 225

func (TradeCaptureReport) SetIssuer added in v0.4.0

func (m TradeCaptureReport) SetIssuer(v string)

SetIssuer sets Issuer, Tag 106

func (TradeCaptureReport) SetLastForwardPoints added in v0.4.0

func (m TradeCaptureReport) SetLastForwardPoints(value decimal.Decimal, scale int32)

SetLastForwardPoints sets LastForwardPoints, Tag 195

func (TradeCaptureReport) SetLastMkt added in v0.4.0

func (m TradeCaptureReport) SetLastMkt(v string)

SetLastMkt sets LastMkt, Tag 30

func (TradeCaptureReport) SetLastParPx added in v0.4.0

func (m TradeCaptureReport) SetLastParPx(value decimal.Decimal, scale int32)

SetLastParPx sets LastParPx, Tag 669

func (TradeCaptureReport) SetLastPx added in v0.4.0

func (m TradeCaptureReport) SetLastPx(value decimal.Decimal, scale int32)

SetLastPx sets LastPx, Tag 31

func (TradeCaptureReport) SetLastQty added in v0.4.0

func (m TradeCaptureReport) SetLastQty(value decimal.Decimal, scale int32)

SetLastQty sets LastQty, Tag 32

func (TradeCaptureReport) SetLastRptRequested added in v0.4.0

func (m TradeCaptureReport) SetLastRptRequested(v bool)

SetLastRptRequested sets LastRptRequested, Tag 912

func (TradeCaptureReport) SetLastSpotRate added in v0.4.0

func (m TradeCaptureReport) SetLastSpotRate(value decimal.Decimal, scale int32)

SetLastSpotRate sets LastSpotRate, Tag 194

func (TradeCaptureReport) SetLastSwapPoints added in v0.4.0

func (m TradeCaptureReport) SetLastSwapPoints(value decimal.Decimal, scale int32)

SetLastSwapPoints sets LastSwapPoints, Tag 1071

func (TradeCaptureReport) SetLastUpdateTime added in v0.4.0

func (m TradeCaptureReport) SetLastUpdateTime(v time.Time)

SetLastUpdateTime sets LastUpdateTime, Tag 779

func (TradeCaptureReport) SetLocaleOfIssue added in v0.4.0

func (m TradeCaptureReport) SetLocaleOfIssue(v string)

SetLocaleOfIssue sets LocaleOfIssue, Tag 472

func (TradeCaptureReport) SetMarginRatio added in v0.4.0

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

SetMarginRatio sets MarginRatio, Tag 898

func (TradeCaptureReport) SetMatchStatus added in v0.4.0

func (m TradeCaptureReport) SetMatchStatus(v string)

SetMatchStatus sets MatchStatus, Tag 573

func (TradeCaptureReport) SetMatchType added in v0.4.0

func (m TradeCaptureReport) SetMatchType(v string)

SetMatchType sets MatchType, Tag 574

func (TradeCaptureReport) SetMaturityDate added in v0.4.0

func (m TradeCaptureReport) SetMaturityDate(v string)

SetMaturityDate sets MaturityDate, Tag 541

func (TradeCaptureReport) SetMaturityMonthYear added in v0.4.0

func (m TradeCaptureReport) SetMaturityMonthYear(v string)

SetMaturityMonthYear sets MaturityMonthYear, Tag 200

func (TradeCaptureReport) SetMaturityTime added in v0.4.0

func (m TradeCaptureReport) SetMaturityTime(v string)

SetMaturityTime sets MaturityTime, Tag 1079

func (TradeCaptureReport) SetMessageEventSource added in v0.4.0

func (m TradeCaptureReport) SetMessageEventSource(v string)

SetMessageEventSource sets MessageEventSource, Tag 1011

func (TradeCaptureReport) SetMinPriceIncrement added in v0.4.0

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

SetMinPriceIncrement sets MinPriceIncrement, Tag 969

func (TradeCaptureReport) SetMultiLegReportingType added in v0.4.0

func (m TradeCaptureReport) SetMultiLegReportingType(v string)

SetMultiLegReportingType sets MultiLegReportingType, Tag 442

func (TradeCaptureReport) SetNTPositionLimit added in v0.4.0

func (m TradeCaptureReport) SetNTPositionLimit(v int)

SetNTPositionLimit sets NTPositionLimit, Tag 971

func (TradeCaptureReport) SetNoEvents added in v0.4.0

func (m TradeCaptureReport) SetNoEvents(f NoEventsRepeatingGroup)

SetNoEvents sets NoEvents, Tag 864

func (TradeCaptureReport) SetNoInstrumentParties added in v0.4.0

func (m TradeCaptureReport) SetNoInstrumentParties(f NoInstrumentPartiesRepeatingGroup)

SetNoInstrumentParties sets NoInstrumentParties, Tag 1018

func (TradeCaptureReport) SetNoLegs added in v0.4.0

SetNoLegs sets NoLegs, Tag 555

func (TradeCaptureReport) SetNoPosAmt added in v0.4.0

func (m TradeCaptureReport) SetNoPosAmt(f NoPosAmtRepeatingGroup)

SetNoPosAmt sets NoPosAmt, Tag 753

func (TradeCaptureReport) SetNoRootPartyIDs added in v0.4.0

func (m TradeCaptureReport) SetNoRootPartyIDs(f NoRootPartyIDsRepeatingGroup)

SetNoRootPartyIDs sets NoRootPartyIDs, Tag 1116

func (TradeCaptureReport) SetNoSecurityAltID added in v0.4.0

func (m TradeCaptureReport) SetNoSecurityAltID(f NoSecurityAltIDRepeatingGroup)

SetNoSecurityAltID sets NoSecurityAltID, Tag 454

func (TradeCaptureReport) SetNoSides added in v0.4.0

func (m TradeCaptureReport) SetNoSides(f NoSidesRepeatingGroup)

SetNoSides sets NoSides, Tag 552

func (TradeCaptureReport) SetNoTrdRegTimestamps added in v0.4.0

func (m TradeCaptureReport) SetNoTrdRegTimestamps(f NoTrdRegTimestampsRepeatingGroup)

SetNoTrdRegTimestamps sets NoTrdRegTimestamps, Tag 768

func (TradeCaptureReport) SetNoUnderlyings added in v0.4.0

func (m TradeCaptureReport) SetNoUnderlyings(f NoUnderlyingsRepeatingGroup)

SetNoUnderlyings sets NoUnderlyings, Tag 711

func (TradeCaptureReport) SetOptAttribute added in v0.4.0

func (m TradeCaptureReport) SetOptAttribute(v string)

SetOptAttribute sets OptAttribute, Tag 206

func (TradeCaptureReport) SetOrdStatus added in v0.4.0

func (m TradeCaptureReport) SetOrdStatus(v string)

SetOrdStatus sets OrdStatus, Tag 39

func (TradeCaptureReport) SetOrderCategory added in v0.4.0

func (m TradeCaptureReport) SetOrderCategory(v string)

SetOrderCategory sets OrderCategory, Tag 1115

func (TradeCaptureReport) SetOrderPercent added in v0.4.0

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

SetOrderPercent sets OrderPercent, Tag 516

func (TradeCaptureReport) SetOrderQty added in v0.4.0

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

SetOrderQty sets OrderQty, Tag 38

func (TradeCaptureReport) SetOrigSecondaryTradeID added in v0.4.0

func (m TradeCaptureReport) SetOrigSecondaryTradeID(v string)

SetOrigSecondaryTradeID sets OrigSecondaryTradeID, Tag 1127

func (TradeCaptureReport) SetOrigTradeDate added in v0.4.0

func (m TradeCaptureReport) SetOrigTradeDate(v string)

SetOrigTradeDate sets OrigTradeDate, Tag 1125

func (TradeCaptureReport) SetOrigTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) SetOrigTradeHandlingInstr(v string)

SetOrigTradeHandlingInstr sets OrigTradeHandlingInstr, Tag 1124

func (TradeCaptureReport) SetOrigTradeID added in v0.4.0

func (m TradeCaptureReport) SetOrigTradeID(v string)

SetOrigTradeID sets OrigTradeID, Tag 1126

func (TradeCaptureReport) SetPool added in v0.4.0

func (m TradeCaptureReport) SetPool(v string)

SetPool sets Pool, Tag 691

func (TradeCaptureReport) SetPositionLimit added in v0.4.0

func (m TradeCaptureReport) SetPositionLimit(v int)

SetPositionLimit sets PositionLimit, Tag 970

func (TradeCaptureReport) SetPreviouslyReported added in v0.4.0

func (m TradeCaptureReport) SetPreviouslyReported(v bool)

SetPreviouslyReported sets PreviouslyReported, Tag 570

func (TradeCaptureReport) SetPriceType added in v0.4.0

func (m TradeCaptureReport) SetPriceType(v int)

SetPriceType sets PriceType, Tag 423

func (TradeCaptureReport) SetProduct added in v0.4.0

func (m TradeCaptureReport) SetProduct(v int)

SetProduct sets Product, Tag 460

func (TradeCaptureReport) SetPublishTrdIndicator added in v0.4.0

func (m TradeCaptureReport) SetPublishTrdIndicator(v bool)

SetPublishTrdIndicator sets PublishTrdIndicator, Tag 852

func (TradeCaptureReport) SetQtyType added in v0.4.0

func (m TradeCaptureReport) SetQtyType(v int)

SetQtyType sets QtyType, Tag 854

func (TradeCaptureReport) SetRedemptionDate added in v0.4.0

func (m TradeCaptureReport) SetRedemptionDate(v string)

SetRedemptionDate sets RedemptionDate, Tag 240

func (TradeCaptureReport) SetRepoCollateralSecurityType added in v0.4.0

func (m TradeCaptureReport) SetRepoCollateralSecurityType(v int)

SetRepoCollateralSecurityType sets RepoCollateralSecurityType, Tag 239

func (TradeCaptureReport) SetReportedPxDiff added in v0.4.0

func (m TradeCaptureReport) SetReportedPxDiff(v bool)

SetReportedPxDiff sets ReportedPxDiff, Tag 1134

func (TradeCaptureReport) SetRepurchaseRate added in v0.4.0

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

SetRepurchaseRate sets RepurchaseRate, Tag 227

func (TradeCaptureReport) SetRepurchaseTerm added in v0.4.0

func (m TradeCaptureReport) SetRepurchaseTerm(v int)

SetRepurchaseTerm sets RepurchaseTerm, Tag 226

func (TradeCaptureReport) SetRndPx added in v0.4.0

func (m TradeCaptureReport) SetRndPx(value decimal.Decimal, scale int32)

SetRndPx sets RndPx, Tag 991

func (TradeCaptureReport) SetRoundingDirection added in v0.4.0

func (m TradeCaptureReport) SetRoundingDirection(v string)

SetRoundingDirection sets RoundingDirection, Tag 468

func (TradeCaptureReport) SetRoundingModulus added in v0.4.0

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

SetRoundingModulus sets RoundingModulus, Tag 469

func (TradeCaptureReport) SetSecondaryExecID added in v0.4.0

func (m TradeCaptureReport) SetSecondaryExecID(v string)

SetSecondaryExecID sets SecondaryExecID, Tag 527

func (TradeCaptureReport) SetSecondaryFirmTradeID added in v0.4.0

func (m TradeCaptureReport) SetSecondaryFirmTradeID(v string)

SetSecondaryFirmTradeID sets SecondaryFirmTradeID, Tag 1042

func (TradeCaptureReport) SetSecondaryTradeID added in v0.4.0

func (m TradeCaptureReport) SetSecondaryTradeID(v string)

SetSecondaryTradeID sets SecondaryTradeID, Tag 1040

func (TradeCaptureReport) SetSecondaryTradeReportID added in v0.4.0

func (m TradeCaptureReport) SetSecondaryTradeReportID(v string)

SetSecondaryTradeReportID sets SecondaryTradeReportID, Tag 818

func (TradeCaptureReport) SetSecondaryTradeReportRefID added in v0.4.0

func (m TradeCaptureReport) SetSecondaryTradeReportRefID(v string)

SetSecondaryTradeReportRefID sets SecondaryTradeReportRefID, Tag 881

func (TradeCaptureReport) SetSecondaryTrdType added in v0.4.0

func (m TradeCaptureReport) SetSecondaryTrdType(v int)

SetSecondaryTrdType sets SecondaryTrdType, Tag 855

func (TradeCaptureReport) SetSecurityDesc added in v0.4.0

func (m TradeCaptureReport) SetSecurityDesc(v string)

SetSecurityDesc sets SecurityDesc, Tag 107

func (TradeCaptureReport) SetSecurityExchange added in v0.4.0

func (m TradeCaptureReport) SetSecurityExchange(v string)

SetSecurityExchange sets SecurityExchange, Tag 207

func (TradeCaptureReport) SetSecurityID added in v0.4.0

func (m TradeCaptureReport) SetSecurityID(v string)

SetSecurityID sets SecurityID, Tag 48

func (TradeCaptureReport) SetSecurityIDSource added in v0.4.0

func (m TradeCaptureReport) SetSecurityIDSource(v string)

SetSecurityIDSource sets SecurityIDSource, Tag 22

func (TradeCaptureReport) SetSecurityStatus added in v0.4.0

func (m TradeCaptureReport) SetSecurityStatus(v string)

SetSecurityStatus sets SecurityStatus, Tag 965

func (TradeCaptureReport) SetSecuritySubType added in v0.4.0

func (m TradeCaptureReport) SetSecuritySubType(v string)

SetSecuritySubType sets SecuritySubType, Tag 762

func (TradeCaptureReport) SetSecurityType added in v0.4.0

func (m TradeCaptureReport) SetSecurityType(v string)

SetSecurityType sets SecurityType, Tag 167

func (TradeCaptureReport) SetSettlDate added in v0.4.0

func (m TradeCaptureReport) SetSettlDate(v string)

SetSettlDate sets SettlDate, Tag 64

func (TradeCaptureReport) SetSettlSessID added in v0.4.0

func (m TradeCaptureReport) SetSettlSessID(v string)

SetSettlSessID sets SettlSessID, Tag 716

func (TradeCaptureReport) SetSettlSessSubID added in v0.4.0

func (m TradeCaptureReport) SetSettlSessSubID(v string)

SetSettlSessSubID sets SettlSessSubID, Tag 717

func (TradeCaptureReport) SetSettlType added in v0.4.0

func (m TradeCaptureReport) SetSettlType(v string)

SetSettlType sets SettlType, Tag 63

func (TradeCaptureReport) SetSettleOnOpenFlag added in v0.4.0

func (m TradeCaptureReport) SetSettleOnOpenFlag(v string)

SetSettleOnOpenFlag sets SettleOnOpenFlag, Tag 966

func (TradeCaptureReport) SetShortSaleReason added in v0.4.0

func (m TradeCaptureReport) SetShortSaleReason(v int)

SetShortSaleReason sets ShortSaleReason, Tag 853

func (TradeCaptureReport) SetSpread added in v0.4.0

func (m TradeCaptureReport) SetSpread(value decimal.Decimal, scale int32)

SetSpread sets Spread, Tag 218

func (TradeCaptureReport) SetStartDate added in v0.4.0

func (m TradeCaptureReport) SetStartDate(v string)

SetStartDate sets StartDate, Tag 916

func (TradeCaptureReport) SetStateOrProvinceOfIssue added in v0.4.0

func (m TradeCaptureReport) SetStateOrProvinceOfIssue(v string)

SetStateOrProvinceOfIssue sets StateOrProvinceOfIssue, Tag 471

func (TradeCaptureReport) SetStrikeCurrency added in v0.4.0

func (m TradeCaptureReport) SetStrikeCurrency(v string)

SetStrikeCurrency sets StrikeCurrency, Tag 947

func (TradeCaptureReport) SetStrikeMultiplier added in v0.4.0

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

SetStrikeMultiplier sets StrikeMultiplier, Tag 967

func (TradeCaptureReport) SetStrikePrice added in v0.4.0

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

SetStrikePrice sets StrikePrice, Tag 202

func (TradeCaptureReport) SetStrikeValue added in v0.4.0

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

SetStrikeValue sets StrikeValue, Tag 968

func (TradeCaptureReport) SetSubscriptionRequestType added in v0.4.0

func (m TradeCaptureReport) SetSubscriptionRequestType(v string)

SetSubscriptionRequestType sets SubscriptionRequestType, Tag 263

func (TradeCaptureReport) SetSymbol added in v0.4.0

func (m TradeCaptureReport) SetSymbol(v string)

SetSymbol sets Symbol, Tag 55

func (TradeCaptureReport) SetSymbolSfx added in v0.4.0

func (m TradeCaptureReport) SetSymbolSfx(v string)

SetSymbolSfx sets SymbolSfx, Tag 65

func (TradeCaptureReport) SetTZTransactTime added in v0.4.0

func (m TradeCaptureReport) SetTZTransactTime(v string)

SetTZTransactTime sets TZTransactTime, Tag 1132

func (TradeCaptureReport) SetTerminationType added in v0.4.0

func (m TradeCaptureReport) SetTerminationType(v int)

SetTerminationType sets TerminationType, Tag 788

func (TradeCaptureReport) SetTierCode added in v0.4.0

func (m TradeCaptureReport) SetTierCode(v string)

SetTierCode sets TierCode, Tag 994

func (TradeCaptureReport) SetTimeUnit added in v0.4.0

func (m TradeCaptureReport) SetTimeUnit(v string)

SetTimeUnit sets TimeUnit, Tag 997

func (TradeCaptureReport) SetTotNumTradeReports added in v0.4.0

func (m TradeCaptureReport) SetTotNumTradeReports(v int)

SetTotNumTradeReports sets TotNumTradeReports, Tag 748

func (TradeCaptureReport) SetTradeDate added in v0.4.0

func (m TradeCaptureReport) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75

func (TradeCaptureReport) SetTradeHandlingInstr added in v0.4.0

func (m TradeCaptureReport) SetTradeHandlingInstr(v string)

SetTradeHandlingInstr sets TradeHandlingInstr, Tag 1123

func (TradeCaptureReport) SetTradeID added in v0.4.0

func (m TradeCaptureReport) SetTradeID(v string)

SetTradeID sets TradeID, Tag 1003

func (TradeCaptureReport) SetTradeLegRefID added in v0.4.0

func (m TradeCaptureReport) SetTradeLegRefID(v string)

SetTradeLegRefID sets TradeLegRefID, Tag 824

func (TradeCaptureReport) SetTradeLinkID added in v0.4.0

func (m TradeCaptureReport) SetTradeLinkID(v string)

SetTradeLinkID sets TradeLinkID, Tag 820

func (TradeCaptureReport) SetTradeReportID added in v0.4.0

func (m TradeCaptureReport) SetTradeReportID(v string)

SetTradeReportID sets TradeReportID, Tag 571

func (TradeCaptureReport) SetTradeReportRefID added in v0.4.0

func (m TradeCaptureReport) SetTradeReportRefID(v string)

SetTradeReportRefID sets TradeReportRefID, Tag 572

func (TradeCaptureReport) SetTradeReportTransType added in v0.4.0

func (m TradeCaptureReport) SetTradeReportTransType(v int)

SetTradeReportTransType sets TradeReportTransType, Tag 487

func (TradeCaptureReport) SetTradeReportType added in v0.4.0

func (m TradeCaptureReport) SetTradeReportType(v int)

SetTradeReportType sets TradeReportType, Tag 856

func (TradeCaptureReport) SetTradeRequestID added in v0.4.0

func (m TradeCaptureReport) SetTradeRequestID(v string)

SetTradeRequestID sets TradeRequestID, Tag 568

func (TradeCaptureReport) SetTransactTime added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60

func (TradeCaptureReport) SetTransferReason added in v0.4.0

func (m TradeCaptureReport) SetTransferReason(v string)

SetTransferReason sets TransferReason, Tag 830

func (TradeCaptureReport) SetTrdMatchID added in v0.4.0

func (m TradeCaptureReport) SetTrdMatchID(v string)

SetTrdMatchID sets TrdMatchID, Tag 880

func (TradeCaptureReport) SetTrdRptStatus added in v0.4.0

func (m TradeCaptureReport) SetTrdRptStatus(v int)

SetTrdRptStatus sets TrdRptStatus, Tag 939

func (TradeCaptureReport) SetTrdSubType added in v0.4.0

func (m TradeCaptureReport) SetTrdSubType(v int)

SetTrdSubType sets TrdSubType, Tag 829

func (TradeCaptureReport) SetTrdType added in v0.4.0

func (m TradeCaptureReport) SetTrdType(v int)

SetTrdType sets TrdType, Tag 828

func (TradeCaptureReport) SetUnderlyingSettlementDate added in v0.4.0

func (m TradeCaptureReport) SetUnderlyingSettlementDate(v string)

SetUnderlyingSettlementDate sets UnderlyingSettlementDate, Tag 987

func (TradeCaptureReport) SetUnderlyingTradingSessionID added in v0.4.0

func (m TradeCaptureReport) SetUnderlyingTradingSessionID(v string)

SetUnderlyingTradingSessionID sets UnderlyingTradingSessionID, Tag 822

func (TradeCaptureReport) SetUnderlyingTradingSessionSubID added in v0.4.0

func (m TradeCaptureReport) SetUnderlyingTradingSessionSubID(v string)

SetUnderlyingTradingSessionSubID sets UnderlyingTradingSessionSubID, Tag 823

func (TradeCaptureReport) SetUnitOfMeasure added in v0.4.0

func (m TradeCaptureReport) SetUnitOfMeasure(v string)

SetUnitOfMeasure sets UnitOfMeasure, Tag 996

func (TradeCaptureReport) SetUnsolicitedIndicator added in v0.4.0

func (m TradeCaptureReport) SetUnsolicitedIndicator(v bool)

SetUnsolicitedIndicator sets UnsolicitedIndicator, Tag 325

func (TradeCaptureReport) SetYield added in v0.4.0

func (m TradeCaptureReport) SetYield(value decimal.Decimal, scale int32)

SetYield sets Yield, Tag 236

func (TradeCaptureReport) SetYieldCalcDate added in v0.4.0

func (m TradeCaptureReport) SetYieldCalcDate(v string)

SetYieldCalcDate sets YieldCalcDate, Tag 701

func (TradeCaptureReport) SetYieldRedemptionDate added in v0.4.0

func (m TradeCaptureReport) SetYieldRedemptionDate(v string)

SetYieldRedemptionDate sets YieldRedemptionDate, Tag 696

func (TradeCaptureReport) SetYieldRedemptionPrice added in v0.4.0

func (m TradeCaptureReport) SetYieldRedemptionPrice(value decimal.Decimal, scale int32)

SetYieldRedemptionPrice sets YieldRedemptionPrice, Tag 697

func (TradeCaptureReport) SetYieldRedemptionPriceType added in v0.4.0

func (m TradeCaptureReport) SetYieldRedemptionPriceType(v int)

SetYieldRedemptionPriceType sets YieldRedemptionPriceType, Tag 698

func (TradeCaptureReport) SetYieldType added in v0.4.0

func (m TradeCaptureReport) SetYieldType(v string)

SetYieldType sets YieldType, Tag 235

func (TradeCaptureReport) ToMessage added in v0.4.0

func (m TradeCaptureReport) ToMessage() quickfix.Message

ToMessage returns a quickfix.Message instance

Jump to

Keyboard shortcuts

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