ordermassstatusrequest

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 ordermassstatusrequest msg type = AF.

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:"AF"`
	fixt11.Header
	//MassStatusReqID is a required field for OrderMassStatusRequest.
	MassStatusReqID string `fix:"584"`
	//MassStatusReqType is a required field for OrderMassStatusRequest.
	MassStatusReqType int `fix:"585"`
	//Parties is a non-required component for OrderMassStatusRequest.
	Parties *parties.Parties
	//Account is a non-required field for OrderMassStatusRequest.
	Account *string `fix:"1"`
	//AcctIDSource is a non-required field for OrderMassStatusRequest.
	AcctIDSource *int `fix:"660"`
	//TradingSessionID is a non-required field for OrderMassStatusRequest.
	TradingSessionID *string `fix:"336"`
	//TradingSessionSubID is a non-required field for OrderMassStatusRequest.
	TradingSessionSubID *string `fix:"625"`
	//Instrument is a non-required component for OrderMassStatusRequest.
	Instrument *instrument.Instrument
	//UnderlyingInstrument is a non-required component for OrderMassStatusRequest.
	UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument
	//Side is a non-required field for OrderMassStatusRequest.
	Side *string `fix:"54"`
	fixt11.Trailer
}

Message is a OrderMassStatusRequest FIX Message

func New

func New(massstatusreqid string, massstatusreqtype int) *Message

New returns an initialized OrderMassStatusRequest 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) SetInstrument

func (m *Message) SetInstrument(v instrument.Instrument)

func (*Message) SetMassStatusReqID

func (m *Message) SetMassStatusReqID(v string)

func (*Message) SetMassStatusReqType

func (m *Message) SetMassStatusReqType(v int)

func (*Message) SetParties

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

func (*Message) SetSide

func (m *Message) SetSide(v string)

func (*Message) SetTradingSessionID

func (m *Message) SetTradingSessionID(v string)

func (*Message) SetTradingSessionSubID

func (m *Message) SetTradingSessionSubID(v string)

func (*Message) SetUnderlyingInstrument

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