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 ListCancelRequest struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) ListCancelRequest + func New(listid field.ListIDField, transacttime field.TransactTimeField) (m ListCancelRequest) + func (m ListCancelRequest) GetEncodedText() (f field.EncodedTextField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetEncodedTextLen() (f field.EncodedTextLenField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetListID() (f field.ListIDField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError) + func (m ListCancelRequest) GetText() (f field.TextField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetTradeDate() (f field.TradeDateField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetTradeOriginationDate() (f field.TradeOriginationDateField, err quickfix.MessageRejectError) + func (m ListCancelRequest) GetTransactTime() (f field.TransactTimeField, err quickfix.MessageRejectError) + func (m ListCancelRequest) HasEncodedText() bool + func (m ListCancelRequest) HasEncodedTextLen() bool + func (m ListCancelRequest) HasListID() bool + func (m ListCancelRequest) HasNoPartyIDs() bool + func (m ListCancelRequest) HasText() bool + func (m ListCancelRequest) HasTradeDate() bool + func (m ListCancelRequest) HasTradeOriginationDate() bool + func (m ListCancelRequest) HasTransactTime() bool + func (m ListCancelRequest) SetEncodedText(v string) + func (m ListCancelRequest) SetEncodedTextLen(v int) + func (m ListCancelRequest) SetListID(v string) + func (m ListCancelRequest) SetNoPartyIDs(f NoPartyIDsRepeatingGroup) + func (m ListCancelRequest) SetText(v string) + func (m ListCancelRequest) SetTradeDate(v string) + func (m ListCancelRequest) SetTradeOriginationDate(v string) + func (m ListCancelRequest) SetTransactTime(v time.Time) + func (m ListCancelRequest) ToMessage() quickfix.Message + 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 ListCancelRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError