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 ApplicationMessageRequestAck struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) ApplicationMessageRequestAck + func New(applresponseid field.ApplResponseIDField) (m ApplicationMessageRequestAck) + func (m ApplicationMessageRequestAck) GetApplReqID() (v string, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetApplReqType() (v enum.ApplReqType, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetApplResponseID() (v string, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetApplResponseType() (v enum.ApplResponseType, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetApplTotalMessageCount() (v int, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetNoApplIDs() (NoApplIDsRepeatingGroup, quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) GetText() (v string, err quickfix.MessageRejectError) + func (m ApplicationMessageRequestAck) HasApplReqID() bool + func (m ApplicationMessageRequestAck) HasApplReqType() bool + func (m ApplicationMessageRequestAck) HasApplResponseID() bool + func (m ApplicationMessageRequestAck) HasApplResponseType() bool + func (m ApplicationMessageRequestAck) HasApplTotalMessageCount() bool + func (m ApplicationMessageRequestAck) HasEncodedText() bool + func (m ApplicationMessageRequestAck) HasEncodedTextLen() bool + func (m ApplicationMessageRequestAck) HasNoApplIDs() bool + func (m ApplicationMessageRequestAck) HasNoPartyIDs() bool + func (m ApplicationMessageRequestAck) HasText() bool + func (m ApplicationMessageRequestAck) SetApplReqID(v string) + func (m ApplicationMessageRequestAck) SetApplReqType(v enum.ApplReqType) + func (m ApplicationMessageRequestAck) SetApplResponseID(v string) + func (m ApplicationMessageRequestAck) SetApplResponseType(v enum.ApplResponseType) + func (m ApplicationMessageRequestAck) SetApplTotalMessageCount(v int) + func (m ApplicationMessageRequestAck) SetEncodedText(v string) + func (m ApplicationMessageRequestAck) SetEncodedTextLen(v int) + func (m ApplicationMessageRequestAck) SetNoApplIDs(f NoApplIDsRepeatingGroup) + func (m ApplicationMessageRequestAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m ApplicationMessageRequestAck) SetText(v string) + func (m ApplicationMessageRequestAck) ToMessage() *quickfix.Message + type NoApplIDs struct + func (m NoApplIDs) GetApplBegSeqNum() (v int, err quickfix.MessageRejectError) + func (m NoApplIDs) GetApplEndSeqNum() (v int, err quickfix.MessageRejectError) + func (m NoApplIDs) GetApplResponseError() (v enum.ApplResponseError, err quickfix.MessageRejectError) + func (m NoApplIDs) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoApplIDs) GetRefApplID() (v string, err quickfix.MessageRejectError) + func (m NoApplIDs) GetRefApplLastSeqNum() (v int, err quickfix.MessageRejectError) + func (m NoApplIDs) GetRefApplReqID() (v string, err quickfix.MessageRejectError) + func (m NoApplIDs) HasApplBegSeqNum() bool + func (m NoApplIDs) HasApplEndSeqNum() bool + func (m NoApplIDs) HasApplResponseError() bool + func (m NoApplIDs) HasNoNestedPartyIDs() bool + func (m NoApplIDs) HasRefApplID() bool + func (m NoApplIDs) HasRefApplLastSeqNum() bool + func (m NoApplIDs) HasRefApplReqID() bool + func (m NoApplIDs) SetApplBegSeqNum(v int) + func (m NoApplIDs) SetApplEndSeqNum(v int) + func (m NoApplIDs) SetApplResponseError(v enum.ApplResponseError) + func (m NoApplIDs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup) + func (m NoApplIDs) SetRefApplID(v string) + func (m NoApplIDs) SetRefApplLastSeqNum(v int) + func (m NoApplIDs) SetRefApplReqID(v string) + type NoApplIDsRepeatingGroup struct + func NewNoApplIDsRepeatingGroup() NoApplIDsRepeatingGroup + func (m NoApplIDsRepeatingGroup) Add() NoApplIDs + func (m NoApplIDsRepeatingGroup) Get(i int) NoApplIDs + type NoNestedPartyIDs struct + func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoNestedPartyIDs) HasNestedPartyID() bool + func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool + func (m NoNestedPartyIDs) HasNestedPartyRole() bool + func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool + func (m NoNestedPartyIDs) SetNestedPartyID(v string) + func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string) + func (m NoNestedPartyIDs) SetNestedPartyRole(v int) + func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup) + type NoNestedPartyIDsRepeatingGroup struct + func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup + func (m NoNestedPartyIDsRepeatingGroup) Add() NoNestedPartyIDs + func (m NoNestedPartyIDsRepeatingGroup) Get(i int) NoNestedPartyIDs + type NoNestedPartySubIDs struct + func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError) + func (m NoNestedPartySubIDs) HasNestedPartySubID() bool + func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool + func (m NoNestedPartySubIDs) SetNestedPartySubID(v string) + func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int) + type NoNestedPartySubIDsRepeatingGroup struct + func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup + func (m NoNestedPartySubIDsRepeatingGroup) Add() NoNestedPartySubIDs + func (m NoNestedPartySubIDsRepeatingGroup) Get(i int) NoNestedPartySubIDs + 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 ApplicationMessageRequestAck, sessionID quickfix.SessionID) quickfix.MessageRejectError