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 AllocationAck struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) AllocationAck + func New(allocid field.AllocIDField, tradedate field.TradeDateField, ...) (m AllocationAck) + func (m AllocationAck) GetAllocID() (v string, err quickfix.MessageRejectError) + func (m AllocationAck) GetAllocRejCode() (v enum.AllocRejCode, err quickfix.MessageRejectError) + func (m AllocationAck) GetAllocStatus() (v enum.AllocStatus, err quickfix.MessageRejectError) + func (m AllocationAck) GetEncodedText() (v string, err quickfix.MessageRejectError) + func (m AllocationAck) GetEncodedTextLen() (v int, err quickfix.MessageRejectError) + func (m AllocationAck) GetLegalConfirm() (v bool, err quickfix.MessageRejectError) + func (m AllocationAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m AllocationAck) GetText() (v string, err quickfix.MessageRejectError) + func (m AllocationAck) GetTradeDate() (v string, err quickfix.MessageRejectError) + func (m AllocationAck) GetTransactTime() (v time.Time, err quickfix.MessageRejectError) + func (m AllocationAck) HasAllocID() bool + func (m AllocationAck) HasAllocRejCode() bool + func (m AllocationAck) HasAllocStatus() bool + func (m AllocationAck) HasEncodedText() bool + func (m AllocationAck) HasEncodedTextLen() bool + func (m AllocationAck) HasLegalConfirm() bool + func (m AllocationAck) HasNoPartyIDs() bool + func (m AllocationAck) HasText() bool + func (m AllocationAck) HasTradeDate() bool + func (m AllocationAck) HasTransactTime() bool + func (m AllocationAck) SetAllocID(v string) + func (m AllocationAck) SetAllocRejCode(v enum.AllocRejCode) + func (m AllocationAck) SetAllocStatus(v enum.AllocStatus) + func (m AllocationAck) SetEncodedText(v string) + func (m AllocationAck) SetEncodedTextLen(v int) + func (m AllocationAck) SetLegalConfirm(v bool) + func (m AllocationAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m AllocationAck) SetText(v string) + func (m AllocationAck) SetTradeDate(v string) + func (m AllocationAck) SetTransactTime(v time.Time) + func (m AllocationAck) ToMessage() *quickfix.Message + type NoPartyIDs struct + 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) GetPartySubID() (v string, err quickfix.MessageRejectError) + func (m NoPartyIDs) HasPartyID() bool + func (m NoPartyIDs) HasPartyIDSource() bool + func (m NoPartyIDs) HasPartyRole() bool + func (m NoPartyIDs) HasPartySubID() bool + func (m NoPartyIDs) SetPartyID(v string) + func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource) + func (m NoPartyIDs) SetPartyRole(v enum.PartyRole) + func (m NoPartyIDs) SetPartySubID(v string) + type NoPartyIDsRepeatingGroup struct + func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup + func (m NoPartyIDsRepeatingGroup) Add() NoPartyIDs + func (m NoPartyIDsRepeatingGroup) Get(i int) NoPartyIDs + type RouteOut func(msg AllocationAck, sessionID quickfix.SessionID) quickfix.MessageRejectError