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: 4 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"`
	fixt11.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"`
	//CompIDStatGrp is a required component for NetworkCounterpartySystemStatusResponse.
	compidstatgrp.CompIDStatGrp
	fixt11.Trailer
}

Message is a NetworkCounterpartySystemStatusResponse FIX Message

func New

func New(networkstatusresponsetype int, networkresponseid string, compidstatgrp compidstatgrp.CompIDStatGrp) *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) SetCompIDStatGrp

func (m *Message) SetCompIDStatGrp(v compidstatgrp.CompIDStatGrp)

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)

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