Versions in this module Expand all Collapse all v0 v0.6.1 Oct 26, 2021 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NoDlvyInst struct + func (m NoDlvyInst) GetDlvyInstType() (v enum.DlvyInstType, err quickfix.MessageRejectError) + func (m NoDlvyInst) GetNoSettlPartyIDs() (NoSettlPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoDlvyInst) GetSettlInstSource() (v enum.SettlInstSource, err quickfix.MessageRejectError) + func (m NoDlvyInst) HasDlvyInstType() bool + func (m NoDlvyInst) HasNoSettlPartyIDs() bool + func (m NoDlvyInst) HasSettlInstSource() bool + func (m NoDlvyInst) SetDlvyInstType(v enum.DlvyInstType) + func (m NoDlvyInst) SetNoSettlPartyIDs(f NoSettlPartyIDsRepeatingGroup) + func (m NoDlvyInst) SetSettlInstSource(v enum.SettlInstSource) + type NoDlvyInstRepeatingGroup struct + func NewNoDlvyInstRepeatingGroup() NoDlvyInstRepeatingGroup + func (m NoDlvyInstRepeatingGroup) Add() NoDlvyInst + func (m NoDlvyInstRepeatingGroup) Get(i int) NoDlvyInst + type NoPartyIDs struct + func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasNoPartySubIDs() bool + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup) + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) + func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type NoPartySubIDs struct + func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType) + type NoPartySubIDsRepeatingGroup struct + func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup + func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs + func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs + type NoSettlInst struct + func (m NoSettlInst) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetCardExpDate() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetCardHolderName() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetCardIssNum() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetCardNumber() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetCardStartDate() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetEffectiveTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoSettlInst) GetExpireTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoSettlInst) GetLastUpdateTime() (v time.Time, err quickfix.MessageRejectError) + func (m NoSettlInst) GetNoDlvyInst() (NoDlvyInstRepeatingGroup, quickfix.MessageRejectError) + func (m NoSettlInst) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoSettlInst) GetPaymentDate() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetPaymentMethod() (v enum.PaymentMethod, err quickfix.MessageRejectError) + func (m NoSettlInst) GetPaymentRef() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetPaymentRemitterID() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSettlCurrency() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSettlDeliveryType() (v enum.SettlDeliveryType, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSettlInstID() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSettlInstRefID() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSettlInstTransType() (v enum.SettlInstTransType, err quickfix.MessageRejectError) + func (m NoSettlInst) GetSide() (v enum.Side, err quickfix.MessageRejectError) + func (m NoSettlInst) GetStandInstDbID() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetStandInstDbName() (v string, err quickfix.MessageRejectError) + func (m NoSettlInst) GetStandInstDbType() (v enum.StandInstDbType, err quickfix.MessageRejectError) + func (m NoSettlInst) HasCFICode() bool + func (m NoSettlInst) HasCardExpDate() bool + func (m NoSettlInst) HasCardHolderName() bool + func (m NoSettlInst) HasCardIssNum() bool + func (m NoSettlInst) HasCardNumber() bool + func (m NoSettlInst) HasCardStartDate() bool + func (m NoSettlInst) HasEffectiveTime() bool + func (m NoSettlInst) HasExpireTime() bool + func (m NoSettlInst) HasLastUpdateTime() bool + func (m NoSettlInst) HasNoDlvyInst() bool + func (m NoSettlInst) HasNoPartyIDs() bool + func (m NoSettlInst) HasPaymentDate() bool + func (m NoSettlInst) HasPaymentMethod() bool + func (m NoSettlInst) HasPaymentRef() bool + func (m NoSettlInst) HasPaymentRemitterID() bool + func (m NoSettlInst) HasProduct() bool + func (m NoSettlInst) HasSecurityType() bool + func (m NoSettlInst) HasSettlCurrency() bool + func (m NoSettlInst) HasSettlDeliveryType() bool + func (m NoSettlInst) HasSettlInstID() bool + func (m NoSettlInst) HasSettlInstRefID() bool + func (m NoSettlInst) HasSettlInstTransType() bool + func (m NoSettlInst) HasSide() bool + func (m NoSettlInst) HasStandInstDbID() bool + func (m NoSettlInst) HasStandInstDbName() bool + func (m NoSettlInst) HasStandInstDbType() bool + func (m NoSettlInst) SetCFICode(v string) + func (m NoSettlInst) SetCardExpDate(v string) + func (m NoSettlInst) SetCardHolderName(v string) + func (m NoSettlInst) SetCardIssNum(v string) + func (m NoSettlInst) SetCardNumber(v string) + func (m NoSettlInst) SetCardStartDate(v string) + func (m NoSettlInst) SetEffectiveTime(v time.Time) + func (m NoSettlInst) SetExpireTime(v time.Time) + func (m NoSettlInst) SetLastUpdateTime(v time.Time) + func (m NoSettlInst) SetNoDlvyInst(f NoDlvyInstRepeatingGroup) + func (m NoSettlInst) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m NoSettlInst) SetPaymentDate(v string) + func (m NoSettlInst) SetPaymentMethod(v enum.PaymentMethod) + func (m NoSettlInst) SetPaymentRef(v string) + func (m NoSettlInst) SetPaymentRemitterID(v string) + func (m NoSettlInst) SetProduct(v enum.Product) + func (m NoSettlInst) SetSecurityType(v enum.SecurityType) + func (m NoSettlInst) SetSettlCurrency(v string) + func (m NoSettlInst) SetSettlDeliveryType(v enum.SettlDeliveryType) + func (m NoSettlInst) SetSettlInstID(v string) + func (m NoSettlInst) SetSettlInstRefID(v string) + func (m NoSettlInst) SetSettlInstTransType(v enum.SettlInstTransType) + func (m NoSettlInst) SetSide(v enum.Side) + func (m NoSettlInst) SetStandInstDbID(v string) + func (m NoSettlInst) SetStandInstDbName(v string) + func (m NoSettlInst) SetStandInstDbType(v enum.StandInstDbType) + type NoSettlInstRepeatingGroup struct + func NewNoSettlInstRepeatingGroup() NoSettlInstRepeatingGroup + func (m NoSettlInstRepeatingGroup) Add() NoSettlInst + func (m NoSettlInstRepeatingGroup) Get(i int) NoSettlInst + type NoSettlPartyIDs struct + func (m NoSettlPartyIDs) GetNoSettlPartySubIDs() (NoSettlPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoSettlPartyIDs) GetSettlPartyID() (v string, err quickfix.MessageRejectError) + func (m NoSettlPartyIDs) GetSettlPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoSettlPartyIDs) GetSettlPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoSettlPartyIDs) HasNoSettlPartySubIDs() bool + func (m NoSettlPartyIDs) HasSettlPartyID() bool + func (m NoSettlPartyIDs) HasSettlPartyIDSource() bool + func (m NoSettlPartyIDs) HasSettlPartyRole() bool + func (m NoSettlPartyIDs) SetNoSettlPartySubIDs(f NoSettlPartySubIDsRepeatingGroup) + func (m NoSettlPartyIDs) SetSettlPartyID(v string) + func (m NoSettlPartyIDs) SetSettlPartyIDSource(v string) + func (m NoSettlPartyIDs) SetSettlPartyRole(v int) + type NoSettlPartyIDsRepeatingGroup struct + func NewNoSettlPartyIDsRepeatingGroup() NoSettlPartyIDsRepeatingGroup + func (m NoSettlPartyIDsRepeatingGroup) Add() NoSettlPartyIDs + func (m NoSettlPartyIDsRepeatingGroup) Get(i int) NoSettlPartyIDs + type NoSettlPartySubIDs struct + func (m NoSettlPartySubIDs) GetSettlPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoSettlPartySubIDs) GetSettlPartySubIDType() (v int, err quickfix.MessageRejectError) + func (m NoSettlPartySubIDs) HasSettlPartySubID() bool + func (m NoSettlPartySubIDs) HasSettlPartySubIDType() bool + func (m NoSettlPartySubIDs) SetSettlPartySubID(v string) + func (m NoSettlPartySubIDs) SetSettlPartySubIDType(v int) + type NoSettlPartySubIDsRepeatingGroup struct + func NewNoSettlPartySubIDsRepeatingGroup() NoSettlPartySubIDsRepeatingGroup + func (m NoSettlPartySubIDsRepeatingGroup) Add() NoSettlPartySubIDs + func (m NoSettlPartySubIDsRepeatingGroup) Get(i int) NoSettlPartySubIDs + type RouteOut func(msg SettlementInstructions, sessionID quickfix.SessionID) quickfix.MessageRejectError + type SettlementInstructions struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) SettlementInstructions + func New(settlinstmsgid field.SettlInstMsgIDField, ...) (m SettlementInstructions) + func (m SettlementInstructions) GetClOrdID() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetNoSettlInst() (NoSettlInstRepeatingGroup, quickfix.MessageRejectError) + func (m SettlementInstructions) GetSettlInstMode() (v enum.SettlInstMode, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetSettlInstMsgID() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetSettlInstReqID() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetSettlInstReqRejCode() (v enum.SettlInstReqRejCode, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetText() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructions) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m SettlementInstructions) HasClOrdID() bool + func (m SettlementInstructions) HasEncodedText() bool + func (m SettlementInstructions) HasEncodedTextLen() bool + func (m SettlementInstructions) HasNoSettlInst() bool + func (m SettlementInstructions) HasSettlInstMode() bool + func (m SettlementInstructions) HasSettlInstMsgID() bool + func (m SettlementInstructions) HasSettlInstReqID() bool + func (m SettlementInstructions) HasSettlInstReqRejCode() bool + func (m SettlementInstructions) HasText() bool + func (m SettlementInstructions) HasTransactTime() bool + func (m SettlementInstructions) SetClOrdID(v string) + func (m SettlementInstructions) SetEncodedText(v string) + func (m SettlementInstructions) SetEncodedTextLen(v int) + func (m SettlementInstructions) SetNoSettlInst(f NoSettlInstRepeatingGroup) + func (m SettlementInstructions) SetSettlInstMode(v enum.SettlInstMode) + func (m SettlementInstructions) SetSettlInstMsgID(v string) + func (m SettlementInstructions) SetSettlInstReqID(v string) + func (m SettlementInstructions) SetSettlInstReqRejCode(v enum.SettlInstReqRejCode) + func (m SettlementInstructions) SetText(v string) + func (m SettlementInstructions) SetTransactTime(v time.Time) + func (m SettlementInstructions) ToMessage() *quickfix.Message