networkcounterpartysystemstatusresponse

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jun 3, 2016 License: Apache-1.1 Imports: 3 Imported by: 0

Documentation

Overview

Package networkcounterpartysystemstatusresponse msg type = BD.

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 Message

type Message struct {
	FIXMsgType string `fix:"BD"`
	fix44.Header
	//NetworkStatusResponseType is a required field for NetworkCounterpartySystemStatusResponse.
	NetworkStatusResponseType int `fix:"937"`
	//NetworkRequestID is a non-required field for NetworkCounterpartySystemStatusResponse.
	NetworkRequestID *string `fix:"933"`
	//NetworkResponseID is a required field for NetworkCounterpartySystemStatusResponse.
	NetworkResponseID string `fix:"932"`
	//LastNetworkResponseID is a non-required field for NetworkCounterpartySystemStatusResponse.
	LastNetworkResponseID *string `fix:"934"`
	//NoCompIDs is a required field for NetworkCounterpartySystemStatusResponse.
	NoCompIDs []NoCompIDs `fix:"936"`
	fix44.Trailer
}

Message is a NetworkCounterpartySystemStatusResponse FIX Message

func New

func New(networkstatusresponsetype int, networkresponseid string, nocompids []NoCompIDs) *Message

New returns an initialized NetworkCounterpartySystemStatusResponse instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetLastNetworkResponseID

func (m *Message) SetLastNetworkResponseID(v string)

func (*Message) SetNetworkRequestID

func (m *Message) SetNetworkRequestID(v string)

func (*Message) SetNetworkResponseID

func (m *Message) SetNetworkResponseID(v string)

func (*Message) SetNetworkStatusResponseType

func (m *Message) SetNetworkStatusResponseType(v int)

func (*Message) SetNoCompIDs

func (m *Message) SetNoCompIDs(v []NoCompIDs)

type NoCompIDs

type NoCompIDs struct {
	//RefCompID is a non-required field for NoCompIDs.
	RefCompID *string `fix:"930"`
	//RefSubID is a non-required field for NoCompIDs.
	RefSubID *string `fix:"931"`
	//LocationID is a non-required field for NoCompIDs.
	LocationID *string `fix:"283"`
	//DeskID is a non-required field for NoCompIDs.
	DeskID *string `fix:"284"`
	//StatusValue is a non-required field for NoCompIDs.
	StatusValue *int `fix:"928"`
	//StatusText is a non-required field for NoCompIDs.
	StatusText *string `fix:"929"`
}

NoCompIDs is a repeating group in NetworkCounterpartySystemStatusResponse

func NewNoCompIDs

func NewNoCompIDs() *NoCompIDs

NewNoCompIDs returns an initialized NoCompIDs instance

func (*NoCompIDs) SetDeskID

func (m *NoCompIDs) SetDeskID(v string)

func (*NoCompIDs) SetLocationID

func (m *NoCompIDs) SetLocationID(v string)

func (*NoCompIDs) SetRefCompID

func (m *NoCompIDs) SetRefCompID(v string)

func (*NoCompIDs) SetRefSubID

func (m *NoCompIDs) SetRefSubID(v string)

func (*NoCompIDs) SetStatusText

func (m *NoCompIDs) SetStatusText(v string)

func (*NoCompIDs) SetStatusValue

func (m *NoCompIDs) SetStatusValue(v int)

type RouteOut

type RouteOut func(msg Message, 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