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) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m AllocationAck) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m AllocationAck) GetLegalConfirm() (f field.LegalConfirmField, err quickfix.MessageRejectError) + func (m AllocationAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, 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) 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 int) + func (m AllocationAck) SetAllocStatus(v int) + 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() (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) GetPartySubID() (f field.PartySubIDField, 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 string) + func (m NoPartyIDs) SetPartyRole(v int) + 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