securitylistupdatereport

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2016 License: Apache-1.1 Imports: 5 Imported by: 0

Documentation

Overview

Package securitylistupdatereport msg type = BK.

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 Mesage type

Types

type Message

type Message struct {
	FIXMsgType string `fix:"BK"`
	Header     fixt11.Header
	//SecurityReportID is a non-required field for SecurityListUpdateReport.
	SecurityReportID *int `fix:"964"`
	//SecurityReqID is a non-required field for SecurityListUpdateReport.
	SecurityReqID *string `fix:"320"`
	//SecurityResponseID is a non-required field for SecurityListUpdateReport.
	SecurityResponseID *string `fix:"322"`
	//SecurityRequestResult is a non-required field for SecurityListUpdateReport.
	SecurityRequestResult *int `fix:"560"`
	//TotNoRelatedSym is a non-required field for SecurityListUpdateReport.
	TotNoRelatedSym *int `fix:"393"`
	//ClearingBusinessDate is a non-required field for SecurityListUpdateReport.
	ClearingBusinessDate *string `fix:"715"`
	//SecurityUpdateAction is a non-required field for SecurityListUpdateReport.
	SecurityUpdateAction *string `fix:"980"`
	//CorporateAction is a non-required field for SecurityListUpdateReport.
	CorporateAction *string `fix:"292"`
	//LastFragment is a non-required field for SecurityListUpdateReport.
	LastFragment *bool `fix:"893"`
	//SecLstUpdRelSymGrp Component
	SecLstUpdRelSymGrp seclstupdrelsymgrp.Component
	//MarketID is a non-required field for SecurityListUpdateReport.
	MarketID *string `fix:"1301"`
	//MarketSegmentID is a non-required field for SecurityListUpdateReport.
	MarketSegmentID *string `fix:"1300"`
	//ApplicationSequenceControl Component
	ApplicationSequenceControl applicationsequencecontrol.Component
	Trailer                    fixt11.Trailer
}

Message is a SecurityListUpdateReport FIX Message

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

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