securitylist

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 securitylist msg type = y.

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:"y"`
	fixt11.Header
	//SecurityReqID is a non-required field for SecurityList.
	SecurityReqID *string `fix:"320"`
	//SecurityResponseID is a non-required field for SecurityList.
	SecurityResponseID *string `fix:"322"`
	//SecurityRequestResult is a non-required field for SecurityList.
	SecurityRequestResult *int `fix:"560"`
	//TotNoRelatedSym is a non-required field for SecurityList.
	TotNoRelatedSym *int `fix:"393"`
	//LastFragment is a non-required field for SecurityList.
	LastFragment *bool `fix:"893"`
	//SecListGrp is a non-required component for SecurityList.
	SecListGrp *seclistgrp.SecListGrp
	//SecurityReportID is a non-required field for SecurityList.
	SecurityReportID *int `fix:"964"`
	//ClearingBusinessDate is a non-required field for SecurityList.
	ClearingBusinessDate *string `fix:"715"`
	//MarketID is a non-required field for SecurityList.
	MarketID *string `fix:"1301"`
	//MarketSegmentID is a non-required field for SecurityList.
	MarketSegmentID *string `fix:"1300"`
	//ApplicationSequenceControl is a non-required component for SecurityList.
	ApplicationSequenceControl *applicationsequencecontrol.ApplicationSequenceControl
	//SecurityListID is a non-required field for SecurityList.
	SecurityListID *string `fix:"1465"`
	//SecurityListRefID is a non-required field for SecurityList.
	SecurityListRefID *string `fix:"1466"`
	//SecurityListDesc is a non-required field for SecurityList.
	SecurityListDesc *string `fix:"1467"`
	//EncodedSecurityListDescLen is a non-required field for SecurityList.
	EncodedSecurityListDescLen *int `fix:"1468"`
	//EncodedSecurityListDesc is a non-required field for SecurityList.
	EncodedSecurityListDesc *string `fix:"1469"`
	//SecurityListType is a non-required field for SecurityList.
	SecurityListType *int `fix:"1470"`
	//SecurityListTypeSource is a non-required field for SecurityList.
	SecurityListTypeSource *int `fix:"1471"`
	//TransactTime is a non-required field for SecurityList.
	TransactTime *time.Time `fix:"60"`
	fixt11.Trailer
}

Message is a SecurityList FIX Message

func New added in v0.2.0

func New() *Message

New returns an initialized SecurityList 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) SetClearingBusinessDate added in v0.2.0

func (m *Message) SetClearingBusinessDate(v string)

func (*Message) SetEncodedSecurityListDesc added in v0.2.0

func (m *Message) SetEncodedSecurityListDesc(v string)

func (*Message) SetEncodedSecurityListDescLen added in v0.2.0

func (m *Message) SetEncodedSecurityListDescLen(v int)

func (*Message) SetLastFragment added in v0.2.0

func (m *Message) SetLastFragment(v bool)

func (*Message) SetMarketID added in v0.2.0

func (m *Message) SetMarketID(v string)

func (*Message) SetMarketSegmentID added in v0.2.0

func (m *Message) SetMarketSegmentID(v string)

func (*Message) SetSecListGrp added in v0.2.0

func (m *Message) SetSecListGrp(v seclistgrp.SecListGrp)

func (*Message) SetSecurityListDesc added in v0.2.0

func (m *Message) SetSecurityListDesc(v string)

func (*Message) SetSecurityListID added in v0.2.0

func (m *Message) SetSecurityListID(v string)

func (*Message) SetSecurityListRefID added in v0.2.0

func (m *Message) SetSecurityListRefID(v string)

func (*Message) SetSecurityListType added in v0.2.0

func (m *Message) SetSecurityListType(v int)

func (*Message) SetSecurityListTypeSource added in v0.2.0

func (m *Message) SetSecurityListTypeSource(v int)

func (*Message) SetSecurityReportID added in v0.2.0

func (m *Message) SetSecurityReportID(v int)

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) 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)

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