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 AllocationACK struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) AllocationACK + func New(allocid field.AllocIDField, tradedate field.TradeDateField, ...) (m AllocationACK) + func (m AllocationACK) GetAllocID() (f field.AllocIDField, err quickfix.MessageRejectError) + func (m AllocationACK) GetAllocRejCode() (f field.AllocRejCodeField, err quickfix.MessageRejectError) + func (m AllocationACK) GetAllocStatus() (f field.AllocStatusField, err quickfix.MessageRejectError) + func (m AllocationACK) GetClientID() (f field.ClientIDField, err quickfix.MessageRejectError) + func (m AllocationACK) GetExecBroker() (f field.ExecBrokerField, err quickfix.MessageRejectError) + func (m AllocationACK) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m AllocationACK) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError) + func (m AllocationACK) GetTransactTime() (f field.TransactTimeField, 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 int) + func (m AllocationACK) SetAllocStatus(v int) + 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