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 AllocationReportAck struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) AllocationReportAck + func New(allocreportid field.AllocReportIDField, allocid field.AllocIDField, ...) (m AllocationReportAck) + func (m AllocationReportAck) GetAllocID() (f field.AllocIDField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAllocIntermedReqType() (f field.AllocIntermedReqTypeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAllocRejCode() (f field.AllocRejCodeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAllocReportID() (f field.AllocReportIDField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAllocReportType() (f field.AllocReportTypeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAllocStatus() (f field.AllocStatusField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetMatchStatus() (f field.MatchStatusField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetNoAllocs() (NoAllocsRepeatingGroup, quickfix.MessageRejectError) + func (m AllocationReportAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m AllocationReportAck) GetProduct() (f field.ProductField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetSecondaryAllocID() (f field.SecondaryAllocIDField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetSecurityType() (f field.SecurityTypeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) HasAllocID() bool + func (m AllocationReportAck) HasAllocIntermedReqType() bool + func (m AllocationReportAck) HasAllocRejCode() bool + func (m AllocationReportAck) HasAllocReportID() bool + func (m AllocationReportAck) HasAllocReportType() bool + func (m AllocationReportAck) HasAllocStatus() bool + func (m AllocationReportAck) HasEncodedText() bool + func (m AllocationReportAck) HasEncodedTextLen() bool + func (m AllocationReportAck) HasMatchStatus() bool + func (m AllocationReportAck) HasNoAllocs() bool + func (m AllocationReportAck) HasNoPartyIDs() bool + func (m AllocationReportAck) HasProduct() bool + func (m AllocationReportAck) HasSecondaryAllocID() bool + func (m AllocationReportAck) HasSecurityType() bool + func (m AllocationReportAck) HasText() bool + func (m AllocationReportAck) HasTradeDate() bool + func (m AllocationReportAck) HasTransactTime() bool + func (m AllocationReportAck) SetAllocID(v string) + func (m AllocationReportAck) SetAllocIntermedReqType(v int) + func (m AllocationReportAck) SetAllocRejCode(v int) + func (m AllocationReportAck) SetAllocReportID(v string) + func (m AllocationReportAck) SetAllocReportType(v int) + func (m AllocationReportAck) SetAllocStatus(v int) + func (m AllocationReportAck) SetEncodedText(v string) + func (m AllocationReportAck) SetEncodedTextLen(v int) + func (m AllocationReportAck) SetMatchStatus(v string) + func (m AllocationReportAck) SetNoAllocs(f NoAllocsRepeatingGroup) + func (m AllocationReportAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m AllocationReportAck) SetProduct(v int) + func (m AllocationReportAck) SetSecondaryAllocID(v string) + func (m AllocationReportAck) SetSecurityType(v string) + func (m AllocationReportAck) SetText(v string) + func (m AllocationReportAck) SetTradeDate(v string) + func (m AllocationReportAck) SetTransactTime(v time.Time) + func (m AllocationReportAck) ToMessage() quickfix.Message + type NoAllocs struct + func (m NoAllocs) GetAllocAccount() (f field.AllocAccountField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocAcctIDSource() (f field.AllocAcctIDSourceField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocPrice() (f field.AllocPriceField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocText() (f field.AllocTextField, err quickfix.MessageRejectError) + func (m NoAllocs) GetEncodedAllocText() (f field.EncodedAllocTextField, err quickfix.MessageRejectError) + func (m NoAllocs) GetEncodedAllocTextLen() (f field.EncodedAllocTextLenField, err quickfix.MessageRejectError) + func (m NoAllocs) GetIndividualAllocID() (f field.IndividualAllocIDField, err quickfix.MessageRejectError) + func (m NoAllocs) GetIndividualAllocRejCode() (f field.IndividualAllocRejCodeField, err quickfix.MessageRejectError) + func (m NoAllocs) HasAllocAccount() bool + func (m NoAllocs) HasAllocAcctIDSource() bool + func (m NoAllocs) HasAllocPrice() bool + func (m NoAllocs) HasAllocText() bool + func (m NoAllocs) HasEncodedAllocText() bool + func (m NoAllocs) HasEncodedAllocTextLen() bool + func (m NoAllocs) HasIndividualAllocID() bool + func (m NoAllocs) HasIndividualAllocRejCode() bool + func (m NoAllocs) SetAllocAccount(v string) + func (m NoAllocs) SetAllocAcctIDSource(v int) + func (m NoAllocs) SetAllocPrice(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocText(v string) + func (m NoAllocs) SetEncodedAllocText(v string) + func (m NoAllocs) SetEncodedAllocTextLen(v int) + func (m NoAllocs) SetIndividualAllocID(v string) + func (m NoAllocs) SetIndividualAllocRejCode(v int) + type NoAllocsRepeatingGroup struct + func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup + func (m NoAllocsRepeatingGroup) Add() NoAllocs + func (m NoAllocsRepeatingGroup) Get(i int) NoAllocs + type NoPartyIDs struct + func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + 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) 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 string) + func (m NoPartyIDs) SetPartyRole(v int) + 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() (f field.PartySubIDField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) GetPartySubIDType() (f field.PartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoPartySubIDs) HasPartySubID() bool + func (m NoPartySubIDs) HasPartySubIDType() bool + func (m NoPartySubIDs) SetPartySubID(v string) + func (m NoPartySubIDs) SetPartySubIDType(v int) + type NoPartySubIDsRepeatingGroup struct + func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup + func (m NoPartySubIDsRepeatingGroup) Add() NoPartySubIDs + func (m NoPartySubIDsRepeatingGroup) Get(i int) NoPartySubIDs + type RouteOut func(msg AllocationReportAck, sessionID quickfix.SessionID) quickfix.MessageRejectError