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 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 RouteOut func(msg SettlementInstructionRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError + type SettlementInstructionRequest struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) SettlementInstructionRequest + func New(settlinstreqid field.SettlInstReqIDField, transacttime field.TransactTimeField) (m SettlementInstructionRequest) + func (m SettlementInstructionRequest) GetAllocAccount() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetAllocAcctIDSource() (v int, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetCFICode() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetEffectiveTime() (v time.Time, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetExpireTime() (v time.Time, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetLastUpdateTime() (v time.Time, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetProduct() (v enum.Product, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSettlInstReqID() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSide() (v enum.Side, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbID() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbName() (v string, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbType() (v enum.StandInstDbType, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) HasAllocAccount() bool + func (m SettlementInstructionRequest) HasAllocAcctIDSource() bool + func (m SettlementInstructionRequest) HasCFICode() bool + func (m SettlementInstructionRequest) HasEffectiveTime() bool + func (m SettlementInstructionRequest) HasExpireTime() bool + func (m SettlementInstructionRequest) HasLastUpdateTime() bool + func (m SettlementInstructionRequest) HasNoPartyIDs() bool + func (m SettlementInstructionRequest) HasProduct() bool + func (m SettlementInstructionRequest) HasSecurityType() bool + func (m SettlementInstructionRequest) HasSettlInstReqID() bool + func (m SettlementInstructionRequest) HasSide() bool + func (m SettlementInstructionRequest) HasStandInstDbID() bool + func (m SettlementInstructionRequest) HasStandInstDbName() bool + func (m SettlementInstructionRequest) HasStandInstDbType() bool + func (m SettlementInstructionRequest) HasTransactTime() bool + func (m SettlementInstructionRequest) SetAllocAccount(v string) + func (m SettlementInstructionRequest) SetAllocAcctIDSource(v int) + func (m SettlementInstructionRequest) SetCFICode(v string) + func (m SettlementInstructionRequest) SetEffectiveTime(v time.Time) + func (m SettlementInstructionRequest) SetExpireTime(v time.Time) + func (m SettlementInstructionRequest) SetLastUpdateTime(v time.Time) + func (m SettlementInstructionRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m SettlementInstructionRequest) SetProduct(v enum.Product) + func (m SettlementInstructionRequest) SetSecurityType(v enum.SecurityType) + func (m SettlementInstructionRequest) SetSettlInstReqID(v string) + func (m SettlementInstructionRequest) SetSide(v enum.Side) + func (m SettlementInstructionRequest) SetStandInstDbID(v string) + func (m SettlementInstructionRequest) SetStandInstDbName(v string) + func (m SettlementInstructionRequest) SetStandInstDbType(v enum.StandInstDbType) + func (m SettlementInstructionRequest) SetTransactTime(v time.Time) + func (m SettlementInstructionRequest) ToMessage() *quickfix.Message