settlementinstructionrequest

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

Documentation

Overview

Package settlementinstructionrequest msg type = AV.

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:"AV"`
	fixt11.Header
	//SettlInstReqID is a required field for SettlementInstructionRequest.
	SettlInstReqID string `fix:"791"`
	//TransactTime is a required field for SettlementInstructionRequest.
	TransactTime time.Time `fix:"60"`
	//Parties is a non-required component for SettlementInstructionRequest.
	Parties *parties.Parties
	//AllocAccount is a non-required field for SettlementInstructionRequest.
	AllocAccount *string `fix:"79"`
	//AllocAcctIDSource is a non-required field for SettlementInstructionRequest.
	AllocAcctIDSource *int `fix:"661"`
	//Side is a non-required field for SettlementInstructionRequest.
	Side *string `fix:"54"`
	//Product is a non-required field for SettlementInstructionRequest.
	Product *int `fix:"460"`
	//SecurityType is a non-required field for SettlementInstructionRequest.
	SecurityType *string `fix:"167"`
	//CFICode is a non-required field for SettlementInstructionRequest.
	CFICode *string `fix:"461"`
	//EffectiveTime is a non-required field for SettlementInstructionRequest.
	EffectiveTime *time.Time `fix:"168"`
	//ExpireTime is a non-required field for SettlementInstructionRequest.
	ExpireTime *time.Time `fix:"126"`
	//LastUpdateTime is a non-required field for SettlementInstructionRequest.
	LastUpdateTime *time.Time `fix:"779"`
	//StandInstDbType is a non-required field for SettlementInstructionRequest.
	StandInstDbType *int `fix:"169"`
	//StandInstDbName is a non-required field for SettlementInstructionRequest.
	StandInstDbName *string `fix:"170"`
	//StandInstDbID is a non-required field for SettlementInstructionRequest.
	StandInstDbID *string `fix:"171"`
	//SettlCurrency is a non-required field for SettlementInstructionRequest.
	SettlCurrency *string `fix:"120"`
	fixt11.Trailer
}

Message is a SettlementInstructionRequest FIX Message

func New

func New(settlinstreqid string, transacttime time.Time) *Message

New returns an initialized SettlementInstructionRequest instance

func (Message) Marshal

func (m Message) Marshal() quickfix.Message

Marshal converts Message to a quickfix.Message instance

func (*Message) SetAllocAccount

func (m *Message) SetAllocAccount(v string)

func (*Message) SetAllocAcctIDSource

func (m *Message) SetAllocAcctIDSource(v int)

func (*Message) SetCFICode

func (m *Message) SetCFICode(v string)

func (*Message) SetEffectiveTime

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

func (*Message) SetExpireTime

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

func (*Message) SetLastUpdateTime

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

func (*Message) SetParties

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

func (*Message) SetProduct

func (m *Message) SetProduct(v int)

func (*Message) SetSecurityType

func (m *Message) SetSecurityType(v string)

func (*Message) SetSettlCurrency

func (m *Message) SetSettlCurrency(v string)

func (*Message) SetSettlInstReqID

func (m *Message) SetSettlInstReqID(v string)

func (*Message) SetSide

func (m *Message) SetSide(v string)

func (*Message) SetStandInstDbID

func (m *Message) SetStandInstDbID(v string)

func (*Message) SetStandInstDbName

func (m *Message) SetStandInstDbName(v string)

func (*Message) SetStandInstDbType

func (m *Message) SetStandInstDbType(v int)

func (*Message) SetTransactTime

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