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 NetworkCounterpartySystemStatusResponse struct + ReceiveTime time.Time + func FromMessage(m quickfix.Message) NetworkCounterpartySystemStatusResponse + func New(networkstatusresponsetype field.NetworkStatusResponseTypeField, ...) (m NetworkCounterpartySystemStatusResponse) + func (m NetworkCounterpartySystemStatusResponse) GetLastNetworkResponseID() (f field.LastNetworkResponseIDField, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkRequestID() (f field.NetworkRequestIDField, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkResponseID() (f field.NetworkResponseIDField, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkStatusResponseType() (f field.NetworkStatusResponseTypeField, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNoCompIDs() (NoCompIDsRepeatingGroup, quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) HasLastNetworkResponseID() bool + func (m NetworkCounterpartySystemStatusResponse) HasNetworkRequestID() bool + func (m NetworkCounterpartySystemStatusResponse) HasNetworkResponseID() bool + func (m NetworkCounterpartySystemStatusResponse) HasNetworkStatusResponseType() bool + func (m NetworkCounterpartySystemStatusResponse) HasNoCompIDs() bool + func (m NetworkCounterpartySystemStatusResponse) SetLastNetworkResponseID(v string) + func (m NetworkCounterpartySystemStatusResponse) SetNetworkRequestID(v string) + func (m NetworkCounterpartySystemStatusResponse) SetNetworkResponseID(v string) + func (m NetworkCounterpartySystemStatusResponse) SetNetworkStatusResponseType(v int) + func (m NetworkCounterpartySystemStatusResponse) SetNoCompIDs(f NoCompIDsRepeatingGroup) + func (m NetworkCounterpartySystemStatusResponse) ToMessage() quickfix.Message + type NoCompIDs struct + func (m NoCompIDs) GetDeskID() (f field.DeskIDField, err quickfix.MessageRejectError) + func (m NoCompIDs) GetLocationID() (f field.LocationIDField, err quickfix.MessageRejectError) + func (m NoCompIDs) GetRefCompID() (f field.RefCompIDField, err quickfix.MessageRejectError) + func (m NoCompIDs) GetRefSubID() (f field.RefSubIDField, err quickfix.MessageRejectError) + func (m NoCompIDs) GetStatusText() (f field.StatusTextField, err quickfix.MessageRejectError) + func (m NoCompIDs) GetStatusValue() (f field.StatusValueField, err quickfix.MessageRejectError) + func (m NoCompIDs) HasDeskID() bool + func (m NoCompIDs) HasLocationID() bool + func (m NoCompIDs) HasRefCompID() bool + func (m NoCompIDs) HasRefSubID() bool + func (m NoCompIDs) HasStatusText() bool + func (m NoCompIDs) HasStatusValue() bool + func (m NoCompIDs) SetDeskID(v string) + func (m NoCompIDs) SetLocationID(v string) + func (m NoCompIDs) SetRefCompID(v string) + func (m NoCompIDs) SetRefSubID(v string) + func (m NoCompIDs) SetStatusText(v string) + func (m NoCompIDs) SetStatusValue(v int) + type NoCompIDsRepeatingGroup struct + func NewNoCompIDsRepeatingGroup() NoCompIDsRepeatingGroup + func (m NoCompIDsRepeatingGroup) Add() NoCompIDs + func (m NoCompIDsRepeatingGroup) Get(i int) NoCompIDs + type RouteOut func(msg NetworkCounterpartySystemStatusResponse, sessionID quickfix.SessionID) quickfix.MessageRejectError