listcancelrequest

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 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 ListCancelRequest

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

ListCancelRequest is the fix40 ListCancelRequest type, MsgType = K.

func FromMessage

func FromMessage(m *quickfix.Message) ListCancelRequest

FromMessage creates a ListCancelRequest from a quickfix.Message instance.

func New

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

New returns a ListCancelRequest initialized with the required fields for ListCancelRequest.

func (ListCancelRequest) GetListID

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

GetListID gets ListID, Tag 66.

func (ListCancelRequest) GetText

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

GetText gets Text, Tag 58.

func (ListCancelRequest) GetWaveNo

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

GetWaveNo gets WaveNo, Tag 105.

func (ListCancelRequest) HasListID

func (m ListCancelRequest) HasListID() bool

HasListID returns true if ListID is present, Tag 66.

func (ListCancelRequest) HasText

func (m ListCancelRequest) HasText() bool

HasText returns true if Text is present, Tag 58.

func (ListCancelRequest) HasWaveNo

func (m ListCancelRequest) HasWaveNo() bool

HasWaveNo returns true if WaveNo is present, Tag 105.

func (ListCancelRequest) SetListID

func (m ListCancelRequest) SetListID(v string)

SetListID sets ListID, Tag 66.

func (ListCancelRequest) SetText

func (m ListCancelRequest) SetText(v string)

SetText sets Text, Tag 58.

func (ListCancelRequest) SetWaveNo

func (m ListCancelRequest) SetWaveNo(v string)

SetWaveNo sets WaveNo, Tag 105.

func (ListCancelRequest) ToMessage

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

ToMessage returns a quickfix.Message instance.

type RouteOut

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