Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type 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
- 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
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NetworkCounterpartySystemStatusResponse ¶
type NetworkCounterpartySystemStatusResponse struct { fix44.Header *quickfix.Body fix44.Trailer Message *quickfix.Message }
NetworkCounterpartySystemStatusResponse is the fix44 NetworkCounterpartySystemStatusResponse type, MsgType = BD.
func FromMessage ¶
func FromMessage(m *quickfix.Message) NetworkCounterpartySystemStatusResponse
FromMessage creates a NetworkCounterpartySystemStatusResponse from a quickfix.Message instance.
func New ¶
func New(networkstatusresponsetype field.NetworkStatusResponseTypeField, networkresponseid field.NetworkResponseIDField) (m NetworkCounterpartySystemStatusResponse)
New returns a NetworkCounterpartySystemStatusResponse initialized with the required fields for NetworkCounterpartySystemStatusResponse.
func (NetworkCounterpartySystemStatusResponse) GetLastNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) GetLastNetworkResponseID() (v string, err quickfix.MessageRejectError)
GetLastNetworkResponseID gets LastNetworkResponseID, Tag 934.
func (NetworkCounterpartySystemStatusResponse) GetNetworkRequestID ¶
func (m NetworkCounterpartySystemStatusResponse) GetNetworkRequestID() (v string, err quickfix.MessageRejectError)
GetNetworkRequestID gets NetworkRequestID, Tag 933.
func (NetworkCounterpartySystemStatusResponse) GetNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) GetNetworkResponseID() (v string, err quickfix.MessageRejectError)
GetNetworkResponseID gets NetworkResponseID, Tag 932.
func (NetworkCounterpartySystemStatusResponse) GetNetworkStatusResponseType ¶
func (m NetworkCounterpartySystemStatusResponse) GetNetworkStatusResponseType() (v enum.NetworkStatusResponseType, err quickfix.MessageRejectError)
GetNetworkStatusResponseType gets NetworkStatusResponseType, Tag 937.
func (NetworkCounterpartySystemStatusResponse) GetNoCompIDs ¶
func (m NetworkCounterpartySystemStatusResponse) GetNoCompIDs() (NoCompIDsRepeatingGroup, quickfix.MessageRejectError)
GetNoCompIDs gets NoCompIDs, Tag 936.
func (NetworkCounterpartySystemStatusResponse) HasLastNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) HasLastNetworkResponseID() bool
HasLastNetworkResponseID returns true if LastNetworkResponseID is present, Tag 934.
func (NetworkCounterpartySystemStatusResponse) HasNetworkRequestID ¶
func (m NetworkCounterpartySystemStatusResponse) HasNetworkRequestID() bool
HasNetworkRequestID returns true if NetworkRequestID is present, Tag 933.
func (NetworkCounterpartySystemStatusResponse) HasNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) HasNetworkResponseID() bool
HasNetworkResponseID returns true if NetworkResponseID is present, Tag 932.
func (NetworkCounterpartySystemStatusResponse) HasNetworkStatusResponseType ¶
func (m NetworkCounterpartySystemStatusResponse) HasNetworkStatusResponseType() bool
HasNetworkStatusResponseType returns true if NetworkStatusResponseType is present, Tag 937.
func (NetworkCounterpartySystemStatusResponse) HasNoCompIDs ¶
func (m NetworkCounterpartySystemStatusResponse) HasNoCompIDs() bool
HasNoCompIDs returns true if NoCompIDs is present, Tag 936.
func (NetworkCounterpartySystemStatusResponse) SetLastNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) SetLastNetworkResponseID(v string)
SetLastNetworkResponseID sets LastNetworkResponseID, Tag 934.
func (NetworkCounterpartySystemStatusResponse) SetNetworkRequestID ¶
func (m NetworkCounterpartySystemStatusResponse) SetNetworkRequestID(v string)
SetNetworkRequestID sets NetworkRequestID, Tag 933.
func (NetworkCounterpartySystemStatusResponse) SetNetworkResponseID ¶
func (m NetworkCounterpartySystemStatusResponse) SetNetworkResponseID(v string)
SetNetworkResponseID sets NetworkResponseID, Tag 932.
func (NetworkCounterpartySystemStatusResponse) SetNetworkStatusResponseType ¶
func (m NetworkCounterpartySystemStatusResponse) SetNetworkStatusResponseType(v enum.NetworkStatusResponseType)
SetNetworkStatusResponseType sets NetworkStatusResponseType, Tag 937.
func (NetworkCounterpartySystemStatusResponse) SetNoCompIDs ¶
func (m NetworkCounterpartySystemStatusResponse) SetNoCompIDs(f NoCompIDsRepeatingGroup)
SetNoCompIDs sets NoCompIDs, Tag 936.
func (NetworkCounterpartySystemStatusResponse) ToMessage ¶
func (m NetworkCounterpartySystemStatusResponse) ToMessage() *quickfix.Message
ToMessage returns a quickfix.Message instance.
type NoCompIDs ¶
NoCompIDs is a repeating group element, Tag 936.
func (NoCompIDs) GetDeskID ¶
func (m NoCompIDs) GetDeskID() (v string, err quickfix.MessageRejectError)
GetDeskID gets DeskID, Tag 284.
func (NoCompIDs) GetLocationID ¶
func (m NoCompIDs) GetLocationID() (v string, err quickfix.MessageRejectError)
GetLocationID gets LocationID, Tag 283.
func (NoCompIDs) GetRefCompID ¶
func (m NoCompIDs) GetRefCompID() (v string, err quickfix.MessageRejectError)
GetRefCompID gets RefCompID, Tag 930.
func (NoCompIDs) GetRefSubID ¶
func (m NoCompIDs) GetRefSubID() (v string, err quickfix.MessageRejectError)
GetRefSubID gets RefSubID, Tag 931.
func (NoCompIDs) GetStatusText ¶
func (m NoCompIDs) GetStatusText() (v string, err quickfix.MessageRejectError)
GetStatusText gets StatusText, Tag 929.
func (NoCompIDs) GetStatusValue ¶
func (m NoCompIDs) GetStatusValue() (v enum.StatusValue, err quickfix.MessageRejectError)
GetStatusValue gets StatusValue, Tag 928.
func (NoCompIDs) HasLocationID ¶
HasLocationID returns true if LocationID is present, Tag 283.
func (NoCompIDs) HasRefCompID ¶
HasRefCompID returns true if RefCompID is present, Tag 930.
func (NoCompIDs) HasRefSubID ¶
HasRefSubID returns true if RefSubID is present, Tag 931.
func (NoCompIDs) HasStatusText ¶
HasStatusText returns true if StatusText is present, Tag 929.
func (NoCompIDs) HasStatusValue ¶
HasStatusValue returns true if StatusValue is present, Tag 928.
func (NoCompIDs) SetLocationID ¶
SetLocationID sets LocationID, Tag 283.
func (NoCompIDs) SetRefCompID ¶
SetRefCompID sets RefCompID, Tag 930.
func (NoCompIDs) SetRefSubID ¶
SetRefSubID sets RefSubID, Tag 931.
func (NoCompIDs) SetStatusText ¶
SetStatusText sets StatusText, Tag 929.
func (NoCompIDs) SetStatusValue ¶
func (m NoCompIDs) SetStatusValue(v enum.StatusValue)
SetStatusValue sets StatusValue, Tag 928.
type NoCompIDsRepeatingGroup ¶
type NoCompIDsRepeatingGroup struct {
*quickfix.RepeatingGroup
}
NoCompIDsRepeatingGroup is a repeating group, Tag 936.
func NewNoCompIDsRepeatingGroup ¶
func NewNoCompIDsRepeatingGroup() NoCompIDsRepeatingGroup
NewNoCompIDsRepeatingGroup returns an initialized, NoCompIDsRepeatingGroup.
func (NoCompIDsRepeatingGroup) Add ¶
func (m NoCompIDsRepeatingGroup) Add() NoCompIDs
Add create and append a new NoCompIDs to this group.
func (NoCompIDsRepeatingGroup) Get ¶
func (m NoCompIDsRepeatingGroup) Get(i int) NoCompIDs
Get returns the ith NoCompIDs in the NoCompIDsRepeatinGroup.
type RouteOut ¶
type RouteOut func(msg NetworkCounterpartySystemStatusResponse, sessionID quickfix.SessionID) quickfix.MessageRejectError
A RouteOut is the callback type that should be implemented for routing Message.