Versions in this module Expand all Collapse all v0 v0.3.0 Jun 3, 2016 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type Message struct + AllocAccount *string + AllocAccountType *int + AllocAcctIDSource *int + AllocID *string + ConfirmReqID string + ConfirmType int + EncodedText *string + EncodedTextLen *int + FIXMsgType string + IndividualAllocID *string + NoOrders []NoOrders + SecondaryAllocID *string + Text *string + TransactTime time.Time + func New(confirmreqid string, confirmtype int, transacttime time.Time) *Message + func (m *Message) SetAllocAccount(v string) + func (m *Message) SetAllocAccountType(v int) + func (m *Message) SetAllocAcctIDSource(v int) + func (m *Message) SetAllocID(v string) + func (m *Message) SetConfirmReqID(v string) + func (m *Message) SetConfirmType(v int) + func (m *Message) SetEncodedText(v string) + func (m *Message) SetEncodedTextLen(v int) + func (m *Message) SetIndividualAllocID(v string) + func (m *Message) SetNoOrders(v []NoOrders) + func (m *Message) SetSecondaryAllocID(v string) + func (m *Message) SetText(v string) + func (m *Message) SetTransactTime(v time.Time) + func (m Message) Marshal() quickfix.Message + type NoOrders struct + ClOrdID *string + ListID *string + NestedParties2 *nestedparties2.NestedParties2 + OrderAvgPx *float64 + OrderBookingQty *float64 + OrderID *string + OrderQty *float64 + SecondaryClOrdID *string + SecondaryOrderID *string + func NewNoOrders() *NoOrders + func (m *NoOrders) SetClOrdID(v string) + func (m *NoOrders) SetListID(v string) + func (m *NoOrders) SetNestedParties2(v nestedparties2.NestedParties2) + func (m *NoOrders) SetOrderAvgPx(v float64) + func (m *NoOrders) SetOrderBookingQty(v float64) + func (m *NoOrders) SetOrderID(v string) + func (m *NoOrders) SetOrderQty(v float64) + func (m *NoOrders) SetSecondaryClOrdID(v string) + func (m *NoOrders) SetSecondaryOrderID(v string) + type RouteOut func(msg Message, sessionID quickfix.SessionID) quickfix.MessageRejectError