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) GetAllocTransType() (f field.AllocTransTypeField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetAvgPxIndicator() (f field.AvgPxIndicatorField, err quickfix.MessageRejectError) + func (m AllocationReportAck) GetClearingBusinessDate() (f field.ClearingBusinessDateField, 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) GetQuantity() (f field.QuantityField, 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) HasAllocTransType() bool + func (m AllocationReportAck) HasAvgPxIndicator() bool + func (m AllocationReportAck) HasClearingBusinessDate() 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) HasQuantity() 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) SetAllocTransType(v string) + func (m AllocationReportAck) SetAvgPxIndicator(v int) + func (m AllocationReportAck) SetClearingBusinessDate(v string) + 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) SetQuantity(value decimal.Decimal, scale int32) + 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) GetAllocCustomerCapacity() (f field.AllocCustomerCapacityField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocPositionEffect() (f field.AllocPositionEffectField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocPrice() (f field.AllocPriceField, err quickfix.MessageRejectError) + func (m NoAllocs) GetAllocQty() (f field.AllocQtyField, 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) GetIndividualAllocType() (f field.IndividualAllocTypeField, err quickfix.MessageRejectError) + func (m NoAllocs) GetNoNestedPartyIDs() (NoNestedPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoAllocs) GetSecondaryIndividualAllocID() (f field.SecondaryIndividualAllocIDField, err quickfix.MessageRejectError) + func (m NoAllocs) HasAllocAccount() bool + func (m NoAllocs) HasAllocAcctIDSource() bool + func (m NoAllocs) HasAllocCustomerCapacity() bool + func (m NoAllocs) HasAllocPositionEffect() bool + func (m NoAllocs) HasAllocPrice() bool + func (m NoAllocs) HasAllocQty() 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) HasIndividualAllocType() bool + func (m NoAllocs) HasNoNestedPartyIDs() bool + func (m NoAllocs) HasSecondaryIndividualAllocID() bool + func (m NoAllocs) SetAllocAccount(v string) + func (m NoAllocs) SetAllocAcctIDSource(v int) + func (m NoAllocs) SetAllocCustomerCapacity(v string) + func (m NoAllocs) SetAllocPositionEffect(v string) + func (m NoAllocs) SetAllocPrice(value decimal.Decimal, scale int32) + func (m NoAllocs) SetAllocQty(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) + func (m NoAllocs) SetIndividualAllocType(v int) + func (m NoAllocs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup) + func (m NoAllocs) SetSecondaryIndividualAllocID(v string) + type NoAllocsRepeatingGroup struct + func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup + func (m NoAllocsRepeatingGroup) Add() NoAllocs + func (m NoAllocsRepeatingGroup) Get(i int) NoAllocs + type NoNestedPartyIDs struct + func (m NoNestedPartyIDs) GetNestedPartyID() (f field.NestedPartyIDField, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyIDSource() (f field.NestedPartyIDSourceField, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNestedPartyRole() (f field.NestedPartyRoleField, err quickfix.MessageRejectError) + func (m NoNestedPartyIDs) GetNoNestedPartySubIDs() (NoNestedPartySubIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NoNestedPartyIDs) HasNestedPartyID() bool + func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool + func (m NoNestedPartyIDs) HasNestedPartyRole() bool + func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool + func (m NoNestedPartyIDs) SetNestedPartyID(v string) + func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string) + func (m NoNestedPartyIDs) SetNestedPartyRole(v int) + func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup) + type NoNestedPartyIDsRepeatingGroup struct + func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup + func (m NoNestedPartyIDsRepeatingGroup) Add() NoNestedPartyIDs + func (m NoNestedPartyIDsRepeatingGroup) Get(i int) NoNestedPartyIDs + type NoNestedPartySubIDs struct + func (m NoNestedPartySubIDs) GetNestedPartySubID() (f field.NestedPartySubIDField, err quickfix.MessageRejectError) + func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (f field.NestedPartySubIDTypeField, err quickfix.MessageRejectError) + func (m NoNestedPartySubIDs) HasNestedPartySubID() bool + func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool + func (m NoNestedPartySubIDs) SetNestedPartySubID(v string) + func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int) + type NoNestedPartySubIDsRepeatingGroup struct + func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup + func (m NoNestedPartySubIDsRepeatingGroup) Add() NoNestedPartySubIDs + func (m NoNestedPartySubIDsRepeatingGroup) Get(i int) NoNestedPartySubIDs + 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