resendrequest

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2017 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 ResendRequest

type ResendRequest struct {
	fix42.Header
	*quickfix.Body
	fix42.Trailer
	Message *quickfix.Message
}

ResendRequest is the fix42 ResendRequest type, MsgType = 2

func FromMessage

func FromMessage(m *quickfix.Message) ResendRequest

FromMessage creates a ResendRequest from a quickfix.Message instance

func New

func New(beginseqno field.BeginSeqNoField, endseqno field.EndSeqNoField) (m ResendRequest)

New returns a ResendRequest initialized with the required fields for ResendRequest

func (ResendRequest) GetBeginSeqNo

func (m ResendRequest) GetBeginSeqNo() (v int, err quickfix.MessageRejectError)

GetBeginSeqNo gets BeginSeqNo, Tag 7

func (ResendRequest) GetEndSeqNo

func (m ResendRequest) GetEndSeqNo() (v int, err quickfix.MessageRejectError)

GetEndSeqNo gets EndSeqNo, Tag 16

func (ResendRequest) HasBeginSeqNo

func (m ResendRequest) HasBeginSeqNo() bool

HasBeginSeqNo returns true if BeginSeqNo is present, Tag 7

func (ResendRequest) HasEndSeqNo

func (m ResendRequest) HasEndSeqNo() bool

HasEndSeqNo returns true if EndSeqNo is present, Tag 16

func (ResendRequest) SetBeginSeqNo

func (m ResendRequest) SetBeginSeqNo(v int)

SetBeginSeqNo sets BeginSeqNo, Tag 7

func (ResendRequest) SetEndSeqNo

func (m ResendRequest) SetEndSeqNo(v int)

SetEndSeqNo sets EndSeqNo, Tag 16

func (ResendRequest) ToMessage

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

ToMessage returns a quickfix.Message instance

type RouteOut

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