networkcounterpartysystemstatusrequest

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: Apache-1.1 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Route

func Route(router RouteOut) (string, string, quickfix.MessageRoute)

Route returns the beginstring, message type, and MessageRoute for this Message type.

Types

type NetworkCounterpartySystemStatusRequest added in v0.4.0

type NetworkCounterpartySystemStatusRequest struct {
	fix44.Header
	*quickfix.Body
	fix44.Trailer
	Message *quickfix.Message
}

NetworkCounterpartySystemStatusRequest is the fix44 NetworkCounterpartySystemStatusRequest type, MsgType = BC.

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) NetworkCounterpartySystemStatusRequest

FromMessage creates a NetworkCounterpartySystemStatusRequest from a quickfix.Message instance.

func New added in v0.2.0

New returns a NetworkCounterpartySystemStatusRequest initialized with the required fields for NetworkCounterpartySystemStatusRequest.

func (NetworkCounterpartySystemStatusRequest) GetNetworkRequestID added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) GetNetworkRequestID() (v string, err quickfix.MessageRejectError)

GetNetworkRequestID gets NetworkRequestID, Tag 933.

func (NetworkCounterpartySystemStatusRequest) GetNetworkRequestType added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) GetNetworkRequestType() (v enum.NetworkRequestType, err quickfix.MessageRejectError)

GetNetworkRequestType gets NetworkRequestType, Tag 935.

func (NetworkCounterpartySystemStatusRequest) GetNoCompIDs added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) GetNoCompIDs() (NoCompIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoCompIDs gets NoCompIDs, Tag 936.

func (NetworkCounterpartySystemStatusRequest) HasNetworkRequestID added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) HasNetworkRequestID() bool

HasNetworkRequestID returns true if NetworkRequestID is present, Tag 933.

func (NetworkCounterpartySystemStatusRequest) HasNetworkRequestType added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) HasNetworkRequestType() bool

HasNetworkRequestType returns true if NetworkRequestType is present, Tag 935.

func (NetworkCounterpartySystemStatusRequest) HasNoCompIDs added in v0.4.0

HasNoCompIDs returns true if NoCompIDs is present, Tag 936.

func (NetworkCounterpartySystemStatusRequest) SetNetworkRequestID added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) SetNetworkRequestID(v string)

SetNetworkRequestID sets NetworkRequestID, Tag 933.

func (NetworkCounterpartySystemStatusRequest) SetNetworkRequestType added in v0.4.0

SetNetworkRequestType sets NetworkRequestType, Tag 935.

func (NetworkCounterpartySystemStatusRequest) SetNoCompIDs added in v0.4.0

SetNoCompIDs sets NoCompIDs, Tag 936.

func (NetworkCounterpartySystemStatusRequest) ToMessage added in v0.4.0

func (m NetworkCounterpartySystemStatusRequest) ToMessage() *quickfix.Message

ToMessage returns a quickfix.Message instance.

type NoCompIDs

type NoCompIDs struct {
	*quickfix.Group
}

NoCompIDs is a repeating group element, Tag 936.

func (NoCompIDs) GetDeskID added in v0.4.0

func (m NoCompIDs) GetDeskID() (v string, err quickfix.MessageRejectError)

GetDeskID gets DeskID, Tag 284.

func (NoCompIDs) GetLocationID added in v0.4.0

func (m NoCompIDs) GetLocationID() (v string, err quickfix.MessageRejectError)

GetLocationID gets LocationID, Tag 283.

func (NoCompIDs) GetRefCompID added in v0.4.0

func (m NoCompIDs) GetRefCompID() (v string, err quickfix.MessageRejectError)

GetRefCompID gets RefCompID, Tag 930.

func (NoCompIDs) GetRefSubID added in v0.4.0

func (m NoCompIDs) GetRefSubID() (v string, err quickfix.MessageRejectError)

GetRefSubID gets RefSubID, Tag 931.

func (NoCompIDs) HasDeskID added in v0.4.0

func (m NoCompIDs) HasDeskID() bool

HasDeskID returns true if DeskID is present, Tag 284.

func (NoCompIDs) HasLocationID added in v0.4.0

func (m NoCompIDs) HasLocationID() bool

HasLocationID returns true if LocationID is present, Tag 283.

func (NoCompIDs) HasRefCompID added in v0.4.0

func (m NoCompIDs) HasRefCompID() bool

HasRefCompID returns true if RefCompID is present, Tag 930.

func (NoCompIDs) HasRefSubID added in v0.4.0

func (m NoCompIDs) HasRefSubID() bool

HasRefSubID returns true if RefSubID is present, Tag 931.

func (NoCompIDs) SetDeskID added in v0.2.0

func (m NoCompIDs) SetDeskID(v string)

SetDeskID sets DeskID, Tag 284.

func (NoCompIDs) SetLocationID added in v0.2.0

func (m NoCompIDs) SetLocationID(v string)

SetLocationID sets LocationID, Tag 283.

func (NoCompIDs) SetRefCompID added in v0.2.0

func (m NoCompIDs) SetRefCompID(v string)

SetRefCompID sets RefCompID, Tag 930.

func (NoCompIDs) SetRefSubID added in v0.2.0

func (m NoCompIDs) SetRefSubID(v string)

SetRefSubID sets RefSubID, Tag 931.

type NoCompIDsRepeatingGroup added in v0.4.0

type NoCompIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoCompIDsRepeatingGroup is a repeating group, Tag 936.

func NewNoCompIDsRepeatingGroup added in v0.4.0

func NewNoCompIDsRepeatingGroup() NoCompIDsRepeatingGroup

NewNoCompIDsRepeatingGroup returns an initialized, NoCompIDsRepeatingGroup.

func (NoCompIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoCompIDs to this group.

func (NoCompIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoCompIDs in the NoCompIDsRepeatinGroup.

type RouteOut

type RouteOut func(msg NetworkCounterpartySystemStatusRequest, sessionID quickfix.SessionID) quickfix.MessageRejectError

A RouteOut is the callback type that should be implemented for routing Message.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL