registrationinstructions

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: 6 Imported by: 0

Documentation

Overview

Package registrationinstructions msg type = o.

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:"o"`
	fixt11.Header
	//RegistID is a required field for RegistrationInstructions.
	RegistID string `fix:"513"`
	//RegistTransType is a required field for RegistrationInstructions.
	RegistTransType string `fix:"514"`
	//RegistRefID is a required field for RegistrationInstructions.
	RegistRefID string `fix:"508"`
	//ClOrdID is a non-required field for RegistrationInstructions.
	ClOrdID *string `fix:"11"`
	//Parties is a non-required component for RegistrationInstructions.
	Parties *parties.Parties
	//Account is a non-required field for RegistrationInstructions.
	Account *string `fix:"1"`
	//AcctIDSource is a non-required field for RegistrationInstructions.
	AcctIDSource *int `fix:"660"`
	//RegistAcctType is a non-required field for RegistrationInstructions.
	RegistAcctType *string `fix:"493"`
	//TaxAdvantageType is a non-required field for RegistrationInstructions.
	TaxAdvantageType *int `fix:"495"`
	//OwnershipType is a non-required field for RegistrationInstructions.
	OwnershipType *string `fix:"517"`
	//RgstDtlsGrp is a non-required component for RegistrationInstructions.
	RgstDtlsGrp *rgstdtlsgrp.RgstDtlsGrp
	//RgstDistInstGrp is a non-required component for RegistrationInstructions.
	RgstDistInstGrp *rgstdistinstgrp.RgstDistInstGrp
	fixt11.Trailer
}

Message is a RegistrationInstructions FIX Message

func New

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

New returns an initialized RegistrationInstructions instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetAccount

func (m *Message) SetAccount(v string)

func (*Message) SetAcctIDSource

func (m *Message) SetAcctIDSource(v int)

func (*Message) SetClOrdID

func (m *Message) SetClOrdID(v string)

func (*Message) SetOwnershipType

func (m *Message) SetOwnershipType(v string)

func (*Message) SetParties

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

func (*Message) SetRegistAcctType

func (m *Message) SetRegistAcctType(v string)

func (*Message) SetRegistID

func (m *Message) SetRegistID(v string)

func (*Message) SetRegistRefID

func (m *Message) SetRegistRefID(v string)

func (*Message) SetRegistTransType

func (m *Message) SetRegistTransType(v string)

func (*Message) SetRgstDistInstGrp

func (m *Message) SetRgstDistInstGrp(v rgstdistinstgrp.RgstDistInstGrp)

func (*Message) SetRgstDtlsGrp

func (m *Message) SetRgstDtlsGrp(v rgstdtlsgrp.RgstDtlsGrp)

func (*Message) SetTaxAdvantageType

func (m *Message) SetTaxAdvantageType(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