listexecute

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2019 License: Apache-1.1 Imports: 4 Imported by: 0

Documentation

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 ListExecute added in v0.4.0

type ListExecute struct {
	fix40.Header
	*quickfix.Body
	fix40.Trailer
	Message *quickfix.Message
}

ListExecute is the fix40 ListExecute type, MsgType = L

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) ListExecute

FromMessage creates a ListExecute from a quickfix.Message instance

func New added in v0.2.0

func New(listid field.ListIDField) (m ListExecute)

New returns a ListExecute initialized with the required fields for ListExecute

func (ListExecute) GetListID added in v0.4.0

func (m ListExecute) GetListID() (v string, err quickfix.MessageRejectError)

GetListID gets ListID, Tag 66

func (ListExecute) GetText added in v0.4.0

func (m ListExecute) GetText() (v string, err quickfix.MessageRejectError)

GetText gets Text, Tag 58

func (ListExecute) GetWaveNo added in v0.4.0

func (m ListExecute) GetWaveNo() (v string, err quickfix.MessageRejectError)

GetWaveNo gets WaveNo, Tag 105

func (ListExecute) HasListID added in v0.4.0

func (m ListExecute) HasListID() bool

HasListID returns true if ListID is present, Tag 66

func (ListExecute) HasText added in v0.4.0

func (m ListExecute) HasText() bool

HasText returns true if Text is present, Tag 58

func (ListExecute) HasWaveNo added in v0.4.0

func (m ListExecute) HasWaveNo() bool

HasWaveNo returns true if WaveNo is present, Tag 105

func (ListExecute) SetListID added in v0.4.0

func (m ListExecute) SetListID(v string)

SetListID sets ListID, Tag 66

func (ListExecute) SetText added in v0.4.0

func (m ListExecute) SetText(v string)

SetText sets Text, Tag 58

func (ListExecute) SetWaveNo added in v0.4.0

func (m ListExecute) SetWaveNo(v string)

SetWaveNo sets WaveNo, Tag 105

func (ListExecute) ToMessage added in v0.4.0

func (m ListExecute) ToMessage() *quickfix.Message

ToMessage returns a quickfix.Message instance

type RouteOut

type RouteOut func(msg ListExecute, 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