Versions in this module Expand all Collapse all v0 v0.5.0 Sep 1, 2016 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() (f field.PartyIDField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyIDSource() (f field.PartyIDSourceField, err quickfix.MessageRejectError) + func (m NoPartyIDs) GetPartyRole() (f field.PartyRoleField, 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 string) + func (m NoPartyIDs) SetPartyRole(v int) + 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() (f field.PartySubIDField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v int) + 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 + ReceiveTime time.Time + func FromMessage(m quickfix.Message) SettlementInstructionRequest + func New(settlinstreqid field.SettlInstReqIDField, transacttime field.TransactTimeField) (m SettlementInstructionRequest) + func (m SettlementInstructionRequest) GetAllocAccount() (f field.AllocAccountField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetAllocAcctIDSource() (f field.AllocAcctIDSourceField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetCFICode() (f field.CFICodeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetEffectiveTime() (f field.EffectiveTimeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetExpireTime() (f field.ExpireTimeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetLastUpdateTime() (f field.LastUpdateTimeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSettlCurrency() (f field.SettlCurrencyField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSettlInstReqID() (f field.SettlInstReqIDField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetSide() (f field.SideField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbID() (f field.StandInstDbIDField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbName() (f field.StandInstDbNameField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetStandInstDbType() (f field.StandInstDbTypeField, err quickfix.MessageRejectError) + func (m SettlementInstructionRequest) GetTransactTime() (f field.TransactTimeField, 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) HasSettlCurrency() 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 int) + func (m SettlementInstructionRequest) SetSecurityType(v string) + func (m SettlementInstructionRequest) SetSettlCurrency(v string) + func (m SettlementInstructionRequest) SetSettlInstReqID(v string) + func (m SettlementInstructionRequest) SetSide(v string) + func (m SettlementInstructionRequest) SetStandInstDbID(v string) + func (m SettlementInstructionRequest) SetStandInstDbName(v string) + func (m SettlementInstructionRequest) SetStandInstDbType(v int) + func (m SettlementInstructionRequest) SetTransactTime(v time.Time) + func (m SettlementInstructionRequest) ToMessage() quickfix.Message