registrationinstructionsresponse

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2016 License: Apache-1.1 Imports: 4 Imported by: 0

Documentation

Overview

Package registrationinstructionsresponse msg type = p.

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:"p"`
	fixt11.Header
	//RegistID is a required field for RegistrationInstructionsResponse.
	RegistID string `fix:"513"`
	//RegistTransType is a required field for RegistrationInstructionsResponse.
	RegistTransType string `fix:"514"`
	//RegistRefID is a required field for RegistrationInstructionsResponse.
	RegistRefID string `fix:"508"`
	//ClOrdID is a non-required field for RegistrationInstructionsResponse.
	ClOrdID *string `fix:"11"`
	//Parties is a non-required component for RegistrationInstructionsResponse.
	Parties *parties.Parties
	//Account is a non-required field for RegistrationInstructionsResponse.
	Account *string `fix:"1"`
	//AcctIDSource is a non-required field for RegistrationInstructionsResponse.
	AcctIDSource *int `fix:"660"`
	//RegistStatus is a required field for RegistrationInstructionsResponse.
	RegistStatus string `fix:"506"`
	//RegistRejReasonCode is a non-required field for RegistrationInstructionsResponse.
	RegistRejReasonCode *int `fix:"507"`
	//RegistRejReasonText is a non-required field for RegistrationInstructionsResponse.
	RegistRejReasonText *string `fix:"496"`
	fixt11.Trailer
}

Message is a RegistrationInstructionsResponse FIX Message

func New added in v0.2.0

func New(registid string, registtranstype string, registrefid string, registstatus string) *Message

New returns an initialized RegistrationInstructionsResponse instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetAccount added in v0.2.0

func (m *Message) SetAccount(v string)

func (*Message) SetAcctIDSource added in v0.2.0

func (m *Message) SetAcctIDSource(v int)

func (*Message) SetClOrdID added in v0.2.0

func (m *Message) SetClOrdID(v string)

func (*Message) SetParties added in v0.2.0

func (m *Message) SetParties(v parties.Parties)

func (*Message) SetRegistID added in v0.2.0

func (m *Message) SetRegistID(v string)

func (*Message) SetRegistRefID added in v0.2.0

func (m *Message) SetRegistRefID(v string)

func (*Message) SetRegistRejReasonCode added in v0.2.0

func (m *Message) SetRegistRejReasonCode(v int)

func (*Message) SetRegistRejReasonText added in v0.2.0

func (m *Message) SetRegistRejReasonText(v string)

func (*Message) SetRegistStatus added in v0.2.0

func (m *Message) SetRegistStatus(v string)

func (*Message) SetRegistTransType added in v0.2.0

func (m *Message) SetRegistTransType(v string)

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