settlementinstructions

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 License: Apache-1.1 Imports: 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 NoDlvyInst added in v0.4.0

type NoDlvyInst struct {
	*quickfix.Group
}

NoDlvyInst is a repeating group element, Tag 85.

func (NoDlvyInst) GetDlvyInstType added in v0.4.0

func (m NoDlvyInst) GetDlvyInstType() (v enum.DlvyInstType, err quickfix.MessageRejectError)

GetDlvyInstType gets DlvyInstType, Tag 787.

func (NoDlvyInst) GetNoSettlPartyIDs added in v0.4.0

func (m NoDlvyInst) GetNoSettlPartyIDs() (NoSettlPartyIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoSettlPartyIDs gets NoSettlPartyIDs, Tag 781.

func (NoDlvyInst) GetSettlInstSource added in v0.4.0

func (m NoDlvyInst) GetSettlInstSource() (v enum.SettlInstSource, err quickfix.MessageRejectError)

GetSettlInstSource gets SettlInstSource, Tag 165.

func (NoDlvyInst) HasDlvyInstType added in v0.4.0

func (m NoDlvyInst) HasDlvyInstType() bool

HasDlvyInstType returns true if DlvyInstType is present, Tag 787.

func (NoDlvyInst) HasNoSettlPartyIDs added in v0.4.0

func (m NoDlvyInst) HasNoSettlPartyIDs() bool

HasNoSettlPartyIDs returns true if NoSettlPartyIDs is present, Tag 781.

func (NoDlvyInst) HasSettlInstSource added in v0.4.0

func (m NoDlvyInst) HasSettlInstSource() bool

HasSettlInstSource returns true if SettlInstSource is present, Tag 165.

func (NoDlvyInst) SetDlvyInstType added in v0.4.0

func (m NoDlvyInst) SetDlvyInstType(v enum.DlvyInstType)

SetDlvyInstType sets DlvyInstType, Tag 787.

func (NoDlvyInst) SetNoSettlPartyIDs added in v0.4.0

func (m NoDlvyInst) SetNoSettlPartyIDs(f NoSettlPartyIDsRepeatingGroup)

SetNoSettlPartyIDs sets NoSettlPartyIDs, Tag 781.

func (NoDlvyInst) SetSettlInstSource added in v0.4.0

func (m NoDlvyInst) SetSettlInstSource(v enum.SettlInstSource)

SetSettlInstSource sets SettlInstSource, Tag 165.

type NoDlvyInstRepeatingGroup added in v0.4.0

type NoDlvyInstRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoDlvyInstRepeatingGroup is a repeating group, Tag 85.

func NewNoDlvyInstRepeatingGroup added in v0.4.0

func NewNoDlvyInstRepeatingGroup() NoDlvyInstRepeatingGroup

NewNoDlvyInstRepeatingGroup returns an initialized, NoDlvyInstRepeatingGroup.

func (NoDlvyInstRepeatingGroup) Add added in v0.4.0

Add create and append a new NoDlvyInst to this group.

func (NoDlvyInstRepeatingGroup) Get added in v0.4.0

Get returns the ith NoDlvyInst in the NoDlvyInstRepeatinGroup.

type NoPartyIDs added in v0.4.0

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453.

func (NoPartyIDs) GetNoPartySubIDs added in v0.4.0

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

GetNoPartySubIDs gets NoPartySubIDs, Tag 802.

func (NoPartyIDs) GetPartyID added in v0.4.0

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

GetPartyID gets PartyID, Tag 448.

func (NoPartyIDs) GetPartyIDSource added in v0.4.0

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

GetPartyIDSource gets PartyIDSource, Tag 447.

func (NoPartyIDs) GetPartyRole added in v0.4.0

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

GetPartyRole gets PartyRole, Tag 452.

func (NoPartyIDs) HasNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.

func (NoPartyIDs) HasPartyID added in v0.4.0

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448.

func (NoPartyIDs) HasPartyIDSource added in v0.4.0

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447.

func (NoPartyIDs) HasPartyRole added in v0.4.0

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452.

func (NoPartyIDs) SetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802.

func (NoPartyIDs) SetPartyID added in v0.4.0

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448.

func (NoPartyIDs) SetPartyIDSource added in v0.4.0

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

SetPartyIDSource sets PartyIDSource, Tag 447.

func (NoPartyIDs) SetPartyRole added in v0.4.0

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

SetPartyRole sets PartyRole, Tag 452.

type NoPartyIDsRepeatingGroup added in v0.4.0

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453.

func NewNoPartyIDsRepeatingGroup added in v0.4.0

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.

func (NoPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartyIDs to this group.

func (NoPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.

type NoPartySubIDs added in v0.4.0

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802.

func (NoPartySubIDs) GetPartySubID added in v0.4.0

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

GetPartySubID gets PartySubID, Tag 523.

func (NoPartySubIDs) GetPartySubIDType added in v0.4.0

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

GetPartySubIDType gets PartySubIDType, Tag 803.

func (NoPartySubIDs) HasPartySubID added in v0.4.0

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523.

func (NoPartySubIDs) HasPartySubIDType added in v0.4.0

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803.

func (NoPartySubIDs) SetPartySubID added in v0.4.0

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523.

func (NoPartySubIDs) SetPartySubIDType added in v0.4.0

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

SetPartySubIDType sets PartySubIDType, Tag 803.

type NoPartySubIDsRepeatingGroup added in v0.4.0

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.

func NewNoPartySubIDsRepeatingGroup added in v0.4.0

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.

func (NoPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartySubIDs to this group.

func (NoPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.

type NoSettlInst

type NoSettlInst struct {
	*quickfix.Group
}

NoSettlInst is a repeating group element, Tag 778.

func (NoSettlInst) GetCFICode added in v0.4.0

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

GetCFICode gets CFICode, Tag 461.

func (NoSettlInst) GetCardExpDate added in v0.4.0

func (m NoSettlInst) GetCardExpDate() (v string, err quickfix.MessageRejectError)

GetCardExpDate gets CardExpDate, Tag 490.

func (NoSettlInst) GetCardHolderName added in v0.4.0

func (m NoSettlInst) GetCardHolderName() (v string, err quickfix.MessageRejectError)

GetCardHolderName gets CardHolderName, Tag 488.

func (NoSettlInst) GetCardIssNum added in v0.4.0

func (m NoSettlInst) GetCardIssNum() (v string, err quickfix.MessageRejectError)

GetCardIssNum gets CardIssNum, Tag 491.

func (NoSettlInst) GetCardNumber added in v0.4.0

func (m NoSettlInst) GetCardNumber() (v string, err quickfix.MessageRejectError)

GetCardNumber gets CardNumber, Tag 489.

func (NoSettlInst) GetCardStartDate added in v0.4.0

func (m NoSettlInst) GetCardStartDate() (v string, err quickfix.MessageRejectError)

GetCardStartDate gets CardStartDate, Tag 503.

func (NoSettlInst) GetEffectiveTime added in v0.4.0

func (m NoSettlInst) GetEffectiveTime() (v time.Time, err quickfix.MessageRejectError)

GetEffectiveTime gets EffectiveTime, Tag 168.

func (NoSettlInst) GetExpireTime added in v0.4.0

func (m NoSettlInst) GetExpireTime() (v time.Time, err quickfix.MessageRejectError)

GetExpireTime gets ExpireTime, Tag 126.

func (NoSettlInst) GetLastUpdateTime added in v0.4.0

func (m NoSettlInst) GetLastUpdateTime() (v time.Time, err quickfix.MessageRejectError)

GetLastUpdateTime gets LastUpdateTime, Tag 779.

func (NoSettlInst) GetNoDlvyInst added in v0.4.0

func (m NoSettlInst) GetNoDlvyInst() (NoDlvyInstRepeatingGroup, quickfix.MessageRejectError)

GetNoDlvyInst gets NoDlvyInst, Tag 85.

func (NoSettlInst) GetNoPartyIDs added in v0.4.0

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

GetNoPartyIDs gets NoPartyIDs, Tag 453.

func (NoSettlInst) GetPaymentDate added in v0.4.0

func (m NoSettlInst) GetPaymentDate() (v string, err quickfix.MessageRejectError)

GetPaymentDate gets PaymentDate, Tag 504.

func (NoSettlInst) GetPaymentMethod added in v0.4.0

func (m NoSettlInst) GetPaymentMethod() (v enum.PaymentMethod, err quickfix.MessageRejectError)

GetPaymentMethod gets PaymentMethod, Tag 492.

func (NoSettlInst) GetPaymentRef added in v0.4.0

func (m NoSettlInst) GetPaymentRef() (v string, err quickfix.MessageRejectError)

GetPaymentRef gets PaymentRef, Tag 476.

func (NoSettlInst) GetPaymentRemitterID added in v0.4.0

func (m NoSettlInst) GetPaymentRemitterID() (v string, err quickfix.MessageRejectError)

GetPaymentRemitterID gets PaymentRemitterID, Tag 505.

func (NoSettlInst) GetProduct added in v0.4.0

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

GetProduct gets Product, Tag 460.

func (NoSettlInst) GetSecurityType added in v0.4.0

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

GetSecurityType gets SecurityType, Tag 167.

func (NoSettlInst) GetSettlDeliveryType added in v0.4.0

func (m NoSettlInst) GetSettlDeliveryType() (v enum.SettlDeliveryType, err quickfix.MessageRejectError)

GetSettlDeliveryType gets SettlDeliveryType, Tag 172.

func (NoSettlInst) GetSettlInstID added in v0.4.0

func (m NoSettlInst) GetSettlInstID() (v string, err quickfix.MessageRejectError)

GetSettlInstID gets SettlInstID, Tag 162.

func (NoSettlInst) GetSettlInstRefID added in v0.4.0

func (m NoSettlInst) GetSettlInstRefID() (v string, err quickfix.MessageRejectError)

GetSettlInstRefID gets SettlInstRefID, Tag 214.

func (NoSettlInst) GetSettlInstTransType added in v0.4.0

func (m NoSettlInst) GetSettlInstTransType() (v enum.SettlInstTransType, err quickfix.MessageRejectError)

GetSettlInstTransType gets SettlInstTransType, Tag 163.

func (NoSettlInst) GetSide added in v0.4.0

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

GetSide gets Side, Tag 54.

func (NoSettlInst) GetStandInstDbID added in v0.4.0

func (m NoSettlInst) GetStandInstDbID() (v string, err quickfix.MessageRejectError)

GetStandInstDbID gets StandInstDbID, Tag 171.

func (NoSettlInst) GetStandInstDbName added in v0.4.0

func (m NoSettlInst) GetStandInstDbName() (v string, err quickfix.MessageRejectError)

GetStandInstDbName gets StandInstDbName, Tag 170.

func (NoSettlInst) GetStandInstDbType added in v0.4.0

func (m NoSettlInst) GetStandInstDbType() (v enum.StandInstDbType, err quickfix.MessageRejectError)

GetStandInstDbType gets StandInstDbType, Tag 169.

func (NoSettlInst) HasCFICode added in v0.4.0

func (m NoSettlInst) HasCFICode() bool

HasCFICode returns true if CFICode is present, Tag 461.

func (NoSettlInst) HasCardExpDate added in v0.4.0

func (m NoSettlInst) HasCardExpDate() bool

HasCardExpDate returns true if CardExpDate is present, Tag 490.

func (NoSettlInst) HasCardHolderName added in v0.4.0

func (m NoSettlInst) HasCardHolderName() bool

HasCardHolderName returns true if CardHolderName is present, Tag 488.

func (NoSettlInst) HasCardIssNum added in v0.4.0

func (m NoSettlInst) HasCardIssNum() bool

HasCardIssNum returns true if CardIssNum is present, Tag 491.

func (NoSettlInst) HasCardNumber added in v0.4.0

func (m NoSettlInst) HasCardNumber() bool

HasCardNumber returns true if CardNumber is present, Tag 489.

func (NoSettlInst) HasCardStartDate added in v0.4.0

func (m NoSettlInst) HasCardStartDate() bool

HasCardStartDate returns true if CardStartDate is present, Tag 503.

func (NoSettlInst) HasEffectiveTime added in v0.4.0

func (m NoSettlInst) HasEffectiveTime() bool

HasEffectiveTime returns true if EffectiveTime is present, Tag 168.

func (NoSettlInst) HasExpireTime added in v0.4.0

func (m NoSettlInst) HasExpireTime() bool

HasExpireTime returns true if ExpireTime is present, Tag 126.

func (NoSettlInst) HasLastUpdateTime added in v0.4.0

func (m NoSettlInst) HasLastUpdateTime() bool

HasLastUpdateTime returns true if LastUpdateTime is present, Tag 779.

func (NoSettlInst) HasNoDlvyInst added in v0.4.0

func (m NoSettlInst) HasNoDlvyInst() bool

HasNoDlvyInst returns true if NoDlvyInst is present, Tag 85.

func (NoSettlInst) HasNoPartyIDs added in v0.4.0

func (m NoSettlInst) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.

func (NoSettlInst) HasPaymentDate added in v0.4.0

func (m NoSettlInst) HasPaymentDate() bool

HasPaymentDate returns true if PaymentDate is present, Tag 504.

func (NoSettlInst) HasPaymentMethod added in v0.4.0

func (m NoSettlInst) HasPaymentMethod() bool

HasPaymentMethod returns true if PaymentMethod is present, Tag 492.

func (NoSettlInst) HasPaymentRef added in v0.4.0

func (m NoSettlInst) HasPaymentRef() bool

HasPaymentRef returns true if PaymentRef is present, Tag 476.

func (NoSettlInst) HasPaymentRemitterID added in v0.4.0

func (m NoSettlInst) HasPaymentRemitterID() bool

HasPaymentRemitterID returns true if PaymentRemitterID is present, Tag 505.

func (NoSettlInst) HasProduct added in v0.4.0

func (m NoSettlInst) HasProduct() bool

HasProduct returns true if Product is present, Tag 460.

func (NoSettlInst) HasSecurityType added in v0.4.0

func (m NoSettlInst) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167.

func (NoSettlInst) HasSettlDeliveryType added in v0.4.0

func (m NoSettlInst) HasSettlDeliveryType() bool

HasSettlDeliveryType returns true if SettlDeliveryType is present, Tag 172.

func (NoSettlInst) HasSettlInstID added in v0.4.0

func (m NoSettlInst) HasSettlInstID() bool

HasSettlInstID returns true if SettlInstID is present, Tag 162.

func (NoSettlInst) HasSettlInstRefID added in v0.4.0

func (m NoSettlInst) HasSettlInstRefID() bool

HasSettlInstRefID returns true if SettlInstRefID is present, Tag 214.

func (NoSettlInst) HasSettlInstTransType added in v0.4.0

func (m NoSettlInst) HasSettlInstTransType() bool

HasSettlInstTransType returns true if SettlInstTransType is present, Tag 163.

func (NoSettlInst) HasSide added in v0.4.0

func (m NoSettlInst) HasSide() bool

HasSide returns true if Side is present, Tag 54.

func (NoSettlInst) HasStandInstDbID added in v0.4.0

func (m NoSettlInst) HasStandInstDbID() bool

HasStandInstDbID returns true if StandInstDbID is present, Tag 171.

func (NoSettlInst) HasStandInstDbName added in v0.4.0

func (m NoSettlInst) HasStandInstDbName() bool

HasStandInstDbName returns true if StandInstDbName is present, Tag 170.

func (NoSettlInst) HasStandInstDbType added in v0.4.0

func (m NoSettlInst) HasStandInstDbType() bool

HasStandInstDbType returns true if StandInstDbType is present, Tag 169.

func (NoSettlInst) SetCFICode added in v0.2.0

func (m NoSettlInst) SetCFICode(v string)

SetCFICode sets CFICode, Tag 461.

func (NoSettlInst) SetCardExpDate added in v0.2.0

func (m NoSettlInst) SetCardExpDate(v string)

SetCardExpDate sets CardExpDate, Tag 490.

func (NoSettlInst) SetCardHolderName added in v0.2.0

func (m NoSettlInst) SetCardHolderName(v string)

SetCardHolderName sets CardHolderName, Tag 488.

func (NoSettlInst) SetCardIssNum added in v0.2.0

func (m NoSettlInst) SetCardIssNum(v string)

SetCardIssNum sets CardIssNum, Tag 491.

func (NoSettlInst) SetCardNumber added in v0.2.0

func (m NoSettlInst) SetCardNumber(v string)

SetCardNumber sets CardNumber, Tag 489.

func (NoSettlInst) SetCardStartDate added in v0.2.0

func (m NoSettlInst) SetCardStartDate(v string)

SetCardStartDate sets CardStartDate, Tag 503.

func (NoSettlInst) SetEffectiveTime added in v0.2.0

func (m NoSettlInst) SetEffectiveTime(v time.Time)

SetEffectiveTime sets EffectiveTime, Tag 168.

func (NoSettlInst) SetExpireTime added in v0.2.0

func (m NoSettlInst) SetExpireTime(v time.Time)

SetExpireTime sets ExpireTime, Tag 126.

func (NoSettlInst) SetLastUpdateTime added in v0.2.0

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

SetLastUpdateTime sets LastUpdateTime, Tag 779.

func (NoSettlInst) SetNoDlvyInst added in v0.4.0

func (m NoSettlInst) SetNoDlvyInst(f NoDlvyInstRepeatingGroup)

SetNoDlvyInst sets NoDlvyInst, Tag 85.

func (NoSettlInst) SetNoPartyIDs added in v0.4.0

func (m NoSettlInst) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)

SetNoPartyIDs sets NoPartyIDs, Tag 453.

func (NoSettlInst) SetPaymentDate added in v0.2.0

func (m NoSettlInst) SetPaymentDate(v string)

SetPaymentDate sets PaymentDate, Tag 504.

func (NoSettlInst) SetPaymentMethod added in v0.2.0

func (m NoSettlInst) SetPaymentMethod(v enum.PaymentMethod)

SetPaymentMethod sets PaymentMethod, Tag 492.

func (NoSettlInst) SetPaymentRef added in v0.2.0

func (m NoSettlInst) SetPaymentRef(v string)

SetPaymentRef sets PaymentRef, Tag 476.

func (NoSettlInst) SetPaymentRemitterID added in v0.2.0

func (m NoSettlInst) SetPaymentRemitterID(v string)

SetPaymentRemitterID sets PaymentRemitterID, Tag 505.

func (NoSettlInst) SetProduct added in v0.2.0

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

SetProduct sets Product, Tag 460.

func (NoSettlInst) SetSecurityType added in v0.2.0

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

SetSecurityType sets SecurityType, Tag 167.

func (NoSettlInst) SetSettlDeliveryType added in v0.4.0

func (m NoSettlInst) SetSettlDeliveryType(v enum.SettlDeliveryType)

SetSettlDeliveryType sets SettlDeliveryType, Tag 172.

func (NoSettlInst) SetSettlInstID added in v0.2.0

func (m NoSettlInst) SetSettlInstID(v string)

SetSettlInstID sets SettlInstID, Tag 162.

func (NoSettlInst) SetSettlInstRefID added in v0.2.0

func (m NoSettlInst) SetSettlInstRefID(v string)

SetSettlInstRefID sets SettlInstRefID, Tag 214.

func (NoSettlInst) SetSettlInstTransType added in v0.2.0

func (m NoSettlInst) SetSettlInstTransType(v enum.SettlInstTransType)

SetSettlInstTransType sets SettlInstTransType, Tag 163.

func (NoSettlInst) SetSide added in v0.2.0

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

SetSide sets Side, Tag 54.

func (NoSettlInst) SetStandInstDbID added in v0.4.0

func (m NoSettlInst) SetStandInstDbID(v string)

SetStandInstDbID sets StandInstDbID, Tag 171.

func (NoSettlInst) SetStandInstDbName added in v0.4.0

func (m NoSettlInst) SetStandInstDbName(v string)

SetStandInstDbName sets StandInstDbName, Tag 170.

func (NoSettlInst) SetStandInstDbType added in v0.4.0

func (m NoSettlInst) SetStandInstDbType(v enum.StandInstDbType)

SetStandInstDbType sets StandInstDbType, Tag 169.

type NoSettlInstRepeatingGroup added in v0.4.0

type NoSettlInstRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSettlInstRepeatingGroup is a repeating group, Tag 778.

func NewNoSettlInstRepeatingGroup added in v0.4.0

func NewNoSettlInstRepeatingGroup() NoSettlInstRepeatingGroup

NewNoSettlInstRepeatingGroup returns an initialized, NoSettlInstRepeatingGroup.

func (NoSettlInstRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSettlInst to this group.

func (NoSettlInstRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSettlInst in the NoSettlInstRepeatinGroup.

type NoSettlPartyIDs added in v0.4.0

type NoSettlPartyIDs struct {
	*quickfix.Group
}

NoSettlPartyIDs is a repeating group element, Tag 781.

func (NoSettlPartyIDs) GetNoSettlPartySubIDs added in v0.4.0

func (m NoSettlPartyIDs) GetNoSettlPartySubIDs() (NoSettlPartySubIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoSettlPartySubIDs gets NoSettlPartySubIDs, Tag 801.

func (NoSettlPartyIDs) GetSettlPartyID added in v0.4.0

func (m NoSettlPartyIDs) GetSettlPartyID() (v string, err quickfix.MessageRejectError)

GetSettlPartyID gets SettlPartyID, Tag 782.

func (NoSettlPartyIDs) GetSettlPartyIDSource added in v0.4.0

func (m NoSettlPartyIDs) GetSettlPartyIDSource() (v string, err quickfix.MessageRejectError)

GetSettlPartyIDSource gets SettlPartyIDSource, Tag 783.

func (NoSettlPartyIDs) GetSettlPartyRole added in v0.4.0

func (m NoSettlPartyIDs) GetSettlPartyRole() (v int, err quickfix.MessageRejectError)

GetSettlPartyRole gets SettlPartyRole, Tag 784.

func (NoSettlPartyIDs) HasNoSettlPartySubIDs added in v0.4.0

func (m NoSettlPartyIDs) HasNoSettlPartySubIDs() bool

HasNoSettlPartySubIDs returns true if NoSettlPartySubIDs is present, Tag 801.

func (NoSettlPartyIDs) HasSettlPartyID added in v0.4.0

func (m NoSettlPartyIDs) HasSettlPartyID() bool

HasSettlPartyID returns true if SettlPartyID is present, Tag 782.

func (NoSettlPartyIDs) HasSettlPartyIDSource added in v0.4.0

func (m NoSettlPartyIDs) HasSettlPartyIDSource() bool

HasSettlPartyIDSource returns true if SettlPartyIDSource is present, Tag 783.

func (NoSettlPartyIDs) HasSettlPartyRole added in v0.4.0

func (m NoSettlPartyIDs) HasSettlPartyRole() bool

HasSettlPartyRole returns true if SettlPartyRole is present, Tag 784.

func (NoSettlPartyIDs) SetNoSettlPartySubIDs added in v0.4.0

func (m NoSettlPartyIDs) SetNoSettlPartySubIDs(f NoSettlPartySubIDsRepeatingGroup)

SetNoSettlPartySubIDs sets NoSettlPartySubIDs, Tag 801.

func (NoSettlPartyIDs) SetSettlPartyID added in v0.4.0

func (m NoSettlPartyIDs) SetSettlPartyID(v string)

SetSettlPartyID sets SettlPartyID, Tag 782.

func (NoSettlPartyIDs) SetSettlPartyIDSource added in v0.4.0

func (m NoSettlPartyIDs) SetSettlPartyIDSource(v string)

SetSettlPartyIDSource sets SettlPartyIDSource, Tag 783.

func (NoSettlPartyIDs) SetSettlPartyRole added in v0.4.0

func (m NoSettlPartyIDs) SetSettlPartyRole(v int)

SetSettlPartyRole sets SettlPartyRole, Tag 784.

type NoSettlPartyIDsRepeatingGroup added in v0.4.0

type NoSettlPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSettlPartyIDsRepeatingGroup is a repeating group, Tag 781.

func NewNoSettlPartyIDsRepeatingGroup added in v0.4.0

func NewNoSettlPartyIDsRepeatingGroup() NoSettlPartyIDsRepeatingGroup

NewNoSettlPartyIDsRepeatingGroup returns an initialized, NoSettlPartyIDsRepeatingGroup.

func (NoSettlPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSettlPartyIDs to this group.

func (NoSettlPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSettlPartyIDs in the NoSettlPartyIDsRepeatinGroup.

type NoSettlPartySubIDs added in v0.4.0

type NoSettlPartySubIDs struct {
	*quickfix.Group
}

NoSettlPartySubIDs is a repeating group element, Tag 801.

func (NoSettlPartySubIDs) GetSettlPartySubID added in v0.4.0

func (m NoSettlPartySubIDs) GetSettlPartySubID() (v string, err quickfix.MessageRejectError)

GetSettlPartySubID gets SettlPartySubID, Tag 785.

func (NoSettlPartySubIDs) GetSettlPartySubIDType added in v0.4.0

func (m NoSettlPartySubIDs) GetSettlPartySubIDType() (v int, err quickfix.MessageRejectError)

GetSettlPartySubIDType gets SettlPartySubIDType, Tag 786.

func (NoSettlPartySubIDs) HasSettlPartySubID added in v0.4.0

func (m NoSettlPartySubIDs) HasSettlPartySubID() bool

HasSettlPartySubID returns true if SettlPartySubID is present, Tag 785.

func (NoSettlPartySubIDs) HasSettlPartySubIDType added in v0.4.0

func (m NoSettlPartySubIDs) HasSettlPartySubIDType() bool

HasSettlPartySubIDType returns true if SettlPartySubIDType is present, Tag 786.

func (NoSettlPartySubIDs) SetSettlPartySubID added in v0.4.0

func (m NoSettlPartySubIDs) SetSettlPartySubID(v string)

SetSettlPartySubID sets SettlPartySubID, Tag 785.

func (NoSettlPartySubIDs) SetSettlPartySubIDType added in v0.4.0

func (m NoSettlPartySubIDs) SetSettlPartySubIDType(v int)

SetSettlPartySubIDType sets SettlPartySubIDType, Tag 786.

type NoSettlPartySubIDsRepeatingGroup added in v0.4.0

type NoSettlPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoSettlPartySubIDsRepeatingGroup is a repeating group, Tag 801.

func NewNoSettlPartySubIDsRepeatingGroup added in v0.4.0

func NewNoSettlPartySubIDsRepeatingGroup() NoSettlPartySubIDsRepeatingGroup

NewNoSettlPartySubIDsRepeatingGroup returns an initialized, NoSettlPartySubIDsRepeatingGroup.

func (NoSettlPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoSettlPartySubIDs to this group.

func (NoSettlPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoSettlPartySubIDs in the NoSettlPartySubIDsRepeatinGroup.

type RouteOut

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

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

type SettlementInstructions added in v0.4.0

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

SettlementInstructions is the fix44 SettlementInstructions type, MsgType = T.

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) SettlementInstructions

FromMessage creates a SettlementInstructions from a quickfix.Message instance.

func New added in v0.2.0

func New(settlinstmsgid field.SettlInstMsgIDField, settlinstmode field.SettlInstModeField, transacttime field.TransactTimeField) (m SettlementInstructions)

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

func (SettlementInstructions) GetClOrdID added in v0.4.0

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

GetClOrdID gets ClOrdID, Tag 11.

func (SettlementInstructions) GetEncodedText added in v0.4.0

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

GetEncodedText gets EncodedText, Tag 355.

func (SettlementInstructions) GetEncodedTextLen added in v0.4.0

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

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (SettlementInstructions) GetNoSettlInst added in v0.4.0

func (m SettlementInstructions) GetNoSettlInst() (NoSettlInstRepeatingGroup, quickfix.MessageRejectError)

GetNoSettlInst gets NoSettlInst, Tag 778.

func (SettlementInstructions) GetSettlInstMode added in v0.4.0

func (m SettlementInstructions) GetSettlInstMode() (v enum.SettlInstMode, err quickfix.MessageRejectError)

GetSettlInstMode gets SettlInstMode, Tag 160.

func (SettlementInstructions) GetSettlInstMsgID added in v0.4.0

func (m SettlementInstructions) GetSettlInstMsgID() (v string, err quickfix.MessageRejectError)

GetSettlInstMsgID gets SettlInstMsgID, Tag 777.

func (SettlementInstructions) GetSettlInstReqID added in v0.4.0

func (m SettlementInstructions) GetSettlInstReqID() (v string, err quickfix.MessageRejectError)

GetSettlInstReqID gets SettlInstReqID, Tag 791.

func (SettlementInstructions) GetSettlInstReqRejCode added in v0.4.0

func (m SettlementInstructions) GetSettlInstReqRejCode() (v enum.SettlInstReqRejCode, err quickfix.MessageRejectError)

GetSettlInstReqRejCode gets SettlInstReqRejCode, Tag 792.

func (SettlementInstructions) GetText added in v0.4.0

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

GetText gets Text, Tag 58.

func (SettlementInstructions) GetTransactTime added in v0.4.0

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

GetTransactTime gets TransactTime, Tag 60.

func (SettlementInstructions) HasClOrdID added in v0.4.0

func (m SettlementInstructions) HasClOrdID() bool

HasClOrdID returns true if ClOrdID is present, Tag 11.

func (SettlementInstructions) HasEncodedText added in v0.4.0

func (m SettlementInstructions) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (SettlementInstructions) HasEncodedTextLen added in v0.4.0

func (m SettlementInstructions) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (SettlementInstructions) HasNoSettlInst added in v0.4.0

func (m SettlementInstructions) HasNoSettlInst() bool

HasNoSettlInst returns true if NoSettlInst is present, Tag 778.

func (SettlementInstructions) HasSettlInstMode added in v0.4.0

func (m SettlementInstructions) HasSettlInstMode() bool

HasSettlInstMode returns true if SettlInstMode is present, Tag 160.

func (SettlementInstructions) HasSettlInstMsgID added in v0.4.0

func (m SettlementInstructions) HasSettlInstMsgID() bool

HasSettlInstMsgID returns true if SettlInstMsgID is present, Tag 777.

func (SettlementInstructions) HasSettlInstReqID added in v0.4.0

func (m SettlementInstructions) HasSettlInstReqID() bool

HasSettlInstReqID returns true if SettlInstReqID is present, Tag 791.

func (SettlementInstructions) HasSettlInstReqRejCode added in v0.4.0

func (m SettlementInstructions) HasSettlInstReqRejCode() bool

HasSettlInstReqRejCode returns true if SettlInstReqRejCode is present, Tag 792.

func (SettlementInstructions) HasText added in v0.4.0

func (m SettlementInstructions) HasText() bool

HasText returns true if Text is present, Tag 58.

func (SettlementInstructions) HasTransactTime added in v0.4.0

func (m SettlementInstructions) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60.

func (SettlementInstructions) SetClOrdID added in v0.4.0

func (m SettlementInstructions) SetClOrdID(v string)

SetClOrdID sets ClOrdID, Tag 11.

func (SettlementInstructions) SetEncodedText added in v0.4.0

func (m SettlementInstructions) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (SettlementInstructions) SetEncodedTextLen added in v0.4.0

func (m SettlementInstructions) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (SettlementInstructions) SetNoSettlInst added in v0.4.0

SetNoSettlInst sets NoSettlInst, Tag 778.

func (SettlementInstructions) SetSettlInstMode added in v0.4.0

func (m SettlementInstructions) SetSettlInstMode(v enum.SettlInstMode)

SetSettlInstMode sets SettlInstMode, Tag 160.

func (SettlementInstructions) SetSettlInstMsgID added in v0.4.0

func (m SettlementInstructions) SetSettlInstMsgID(v string)

SetSettlInstMsgID sets SettlInstMsgID, Tag 777.

func (SettlementInstructions) SetSettlInstReqID added in v0.4.0

func (m SettlementInstructions) SetSettlInstReqID(v string)

SetSettlInstReqID sets SettlInstReqID, Tag 791.

func (SettlementInstructions) SetSettlInstReqRejCode added in v0.4.0

func (m SettlementInstructions) SetSettlInstReqRejCode(v enum.SettlInstReqRejCode)

SetSettlInstReqRejCode sets SettlInstReqRejCode, Tag 792.

func (SettlementInstructions) SetText added in v0.4.0

func (m SettlementInstructions) SetText(v string)

SetText sets Text, Tag 58.

func (SettlementInstructions) SetTransactTime added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60.

func (SettlementInstructions) ToMessage added in v0.4.0

func (m SettlementInstructions) 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