derivativesecuritylistupdatereport

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

Documentation

Overview

Package derivativesecuritylistupdatereport msg type = BR.

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:"BR"`
	fixt11.Header
	//SecurityReqID is a non-required field for DerivativeSecurityListUpdateReport.
	SecurityReqID *string `fix:"320"`
	//SecurityResponseID is a non-required field for DerivativeSecurityListUpdateReport.
	SecurityResponseID *string `fix:"322"`
	//SecurityRequestResult is a non-required field for DerivativeSecurityListUpdateReport.
	SecurityRequestResult *int `fix:"560"`
	//SecurityUpdateAction is a non-required field for DerivativeSecurityListUpdateReport.
	SecurityUpdateAction *string `fix:"980"`
	//UnderlyingInstrument is a non-required component for DerivativeSecurityListUpdateReport.
	UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument
	//DerivativeSecurityDefinition is a non-required component for DerivativeSecurityListUpdateReport.
	DerivativeSecurityDefinition *derivativesecuritydefinition.DerivativeSecurityDefinition
	//TotNoRelatedSym is a non-required field for DerivativeSecurityListUpdateReport.
	TotNoRelatedSym *int `fix:"393"`
	//LastFragment is a non-required field for DerivativeSecurityListUpdateReport.
	LastFragment *bool `fix:"893"`
	//RelSymDerivSecUpdGrp is a non-required component for DerivativeSecurityListUpdateReport.
	RelSymDerivSecUpdGrp *relsymderivsecupdgrp.RelSymDerivSecUpdGrp
	//ApplicationSequenceControl is a non-required component for DerivativeSecurityListUpdateReport.
	ApplicationSequenceControl *applicationsequencecontrol.ApplicationSequenceControl
	//TransactTime is a non-required field for DerivativeSecurityListUpdateReport.
	TransactTime *time.Time `fix:"60"`
	fixt11.Trailer
}

Message is a DerivativeSecurityListUpdateReport FIX Message

func New added in v0.2.0

func New() *Message

New returns an initialized DerivativeSecurityListUpdateReport instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetApplicationSequenceControl added in v0.2.0

func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)

func (*Message) SetDerivativeSecurityDefinition added in v0.2.0

func (m *Message) SetDerivativeSecurityDefinition(v derivativesecuritydefinition.DerivativeSecurityDefinition)

func (*Message) SetLastFragment added in v0.2.0

func (m *Message) SetLastFragment(v bool)

func (*Message) SetRelSymDerivSecUpdGrp added in v0.2.0

func (m *Message) SetRelSymDerivSecUpdGrp(v relsymderivsecupdgrp.RelSymDerivSecUpdGrp)

func (*Message) SetSecurityReqID added in v0.2.0

func (m *Message) SetSecurityReqID(v string)

func (*Message) SetSecurityRequestResult added in v0.2.0

func (m *Message) SetSecurityRequestResult(v int)

func (*Message) SetSecurityResponseID added in v0.2.0

func (m *Message) SetSecurityResponseID(v string)

func (*Message) SetSecurityUpdateAction added in v0.2.0

func (m *Message) SetSecurityUpdateAction(v string)

func (*Message) SetTotNoRelatedSym added in v0.2.0

func (m *Message) SetTotNoRelatedSym(v int)

func (*Message) SetTransactTime added in v0.2.0

func (m *Message) SetTransactTime(v time.Time)

func (*Message) SetUnderlyingInstrument added in v0.2.0

func (m *Message) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)

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