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) GetClientID() (v string, err quickfix.MessageRejectError) + func (m AllocationACK) GetExecBroker() (v string, err 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) HasClientID() bool + func (m AllocationACK) HasExecBroker() 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) SetClientID(v string) + func (m AllocationACK) SetExecBroker(v string) + 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 RouteOut func(msg AllocationACK, sessionID quickfix.SessionID) quickfix.MessageRejectError