Versions in this module Expand all Collapse all v0 v0.1.0 Jan 17, 2023 Changes in this version + func Route(router RouteOut) (string, string, quickfix.MessageRoute) + type NetworkCounterpartySystemStatusResponse struct + Message *quickfix.Message + func FromMessage(m *quickfix.Message) NetworkCounterpartySystemStatusResponse + func New(networkstatusresponsetype field.NetworkStatusResponseTypeField, ...) (m NetworkCounterpartySystemStatusResponse) + func (m NetworkCounterpartySystemStatusResponse) GetLastNetworkResponseID() (v string, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkRequestID() (v string, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkResponseID() (v string, err quickfix.MessageRejectError) + func (m NetworkCounterpartySystemStatusResponse) GetNetworkStatusResponseType() (v enum.NetworkStatusResponseType, 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 enum.NetworkStatusResponseType) + func (m NetworkCounterpartySystemStatusResponse) SetNoCompIDs(f NoCompIDsRepeatingGroup) + func (m NetworkCounterpartySystemStatusResponse) ToMessage() *quickfix.Message + type NoCompIDs struct + func (m NoCompIDs) GetDeskID() (v string, err quickfix.MessageRejectError) + func (m NoCompIDs) GetLocationID() (v string, err quickfix.MessageRejectError) + func (m NoCompIDs) GetRefCompID() (v string, err quickfix.MessageRejectError) + func (m NoCompIDs) GetRefSubID() (v string, err quickfix.MessageRejectError) + func (m NoCompIDs) GetStatusText() (v string, err quickfix.MessageRejectError) + func (m NoCompIDs) GetStatusValue() (v enum.StatusValue, 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 enum.StatusValue) + 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