applicationmessagereport

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2016 License: Apache-1.1 Imports: 5 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 ApplicationMessageReport added in v0.4.0

type ApplicationMessageReport struct {
	fixt11.Header
	quickfix.Body
	fixt11.Trailer
	//ReceiveTime is the time that this message was read from the socket connection
	ReceiveTime time.Time
}

ApplicationMessageReport is the fix50sp1 ApplicationMessageReport type, MsgType = BY

func FromMessage added in v0.4.0

FromMessage creates a ApplicationMessageReport from a quickfix.Message instance

func New added in v0.2.0

func New(applreportid field.ApplReportIDField, applreporttype field.ApplReportTypeField) (m ApplicationMessageReport)

New returns a ApplicationMessageReport initialized with the required fields for ApplicationMessageReport

func (ApplicationMessageReport) GetApplReportID added in v0.4.0

GetApplReportID gets ApplReportID, Tag 1356

func (ApplicationMessageReport) GetApplReportType added in v0.4.0

GetApplReportType gets ApplReportType, Tag 1426

func (ApplicationMessageReport) GetEncodedText added in v0.4.0

GetEncodedText gets EncodedText, Tag 355

func (ApplicationMessageReport) GetEncodedTextLen added in v0.4.0

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (ApplicationMessageReport) GetNoApplIDs added in v0.4.0

GetNoApplIDs gets NoApplIDs, Tag 1351

func (ApplicationMessageReport) GetText added in v0.4.0

GetText gets Text, Tag 58

func (ApplicationMessageReport) HasApplReportID added in v0.4.0

func (m ApplicationMessageReport) HasApplReportID() bool

HasApplReportID returns true if ApplReportID is present, Tag 1356

func (ApplicationMessageReport) HasApplReportType added in v0.4.0

func (m ApplicationMessageReport) HasApplReportType() bool

HasApplReportType returns true if ApplReportType is present, Tag 1426

func (ApplicationMessageReport) HasEncodedText added in v0.4.0

func (m ApplicationMessageReport) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355

func (ApplicationMessageReport) HasEncodedTextLen added in v0.4.0

func (m ApplicationMessageReport) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354

func (ApplicationMessageReport) HasNoApplIDs added in v0.4.0

func (m ApplicationMessageReport) HasNoApplIDs() bool

HasNoApplIDs returns true if NoApplIDs is present, Tag 1351

func (ApplicationMessageReport) HasText added in v0.4.0

func (m ApplicationMessageReport) HasText() bool

HasText returns true if Text is present, Tag 58

func (ApplicationMessageReport) SetApplReportID added in v0.4.0

func (m ApplicationMessageReport) SetApplReportID(v string)

SetApplReportID sets ApplReportID, Tag 1356

func (ApplicationMessageReport) SetApplReportType added in v0.4.0

func (m ApplicationMessageReport) SetApplReportType(v int)

SetApplReportType sets ApplReportType, Tag 1426

func (ApplicationMessageReport) SetEncodedText added in v0.4.0

func (m ApplicationMessageReport) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355

func (ApplicationMessageReport) SetEncodedTextLen added in v0.4.0

func (m ApplicationMessageReport) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354

func (ApplicationMessageReport) SetNoApplIDs added in v0.4.0

SetNoApplIDs sets NoApplIDs, Tag 1351

func (ApplicationMessageReport) SetText added in v0.4.0

func (m ApplicationMessageReport) SetText(v string)

SetText sets Text, Tag 58

func (ApplicationMessageReport) ToMessage added in v0.4.0

ToMessage returns a quickfix.Message instance

type NoApplIDs added in v0.4.0

type NoApplIDs struct {
	quickfix.Group
}

NoApplIDs is a repeating group element, Tag 1351

func (NoApplIDs) GetApplNewSeqNum added in v0.4.0

func (m NoApplIDs) GetApplNewSeqNum() (f field.ApplNewSeqNumField, err quickfix.MessageRejectError)

GetApplNewSeqNum gets ApplNewSeqNum, Tag 1399

func (NoApplIDs) GetRefApplID added in v0.4.0

func (m NoApplIDs) GetRefApplID() (f field.RefApplIDField, err quickfix.MessageRejectError)

GetRefApplID gets RefApplID, Tag 1355

func (NoApplIDs) GetRefApplLastSeqNum added in v0.4.0

func (m NoApplIDs) GetRefApplLastSeqNum() (f field.RefApplLastSeqNumField, err quickfix.MessageRejectError)

GetRefApplLastSeqNum gets RefApplLastSeqNum, Tag 1357

func (NoApplIDs) HasApplNewSeqNum added in v0.4.0

func (m NoApplIDs) HasApplNewSeqNum() bool

HasApplNewSeqNum returns true if ApplNewSeqNum is present, Tag 1399

func (NoApplIDs) HasRefApplID added in v0.4.0

func (m NoApplIDs) HasRefApplID() bool

HasRefApplID returns true if RefApplID is present, Tag 1355

func (NoApplIDs) HasRefApplLastSeqNum added in v0.4.0

func (m NoApplIDs) HasRefApplLastSeqNum() bool

HasRefApplLastSeqNum returns true if RefApplLastSeqNum is present, Tag 1357

func (NoApplIDs) SetApplNewSeqNum added in v0.4.0

func (m NoApplIDs) SetApplNewSeqNum(v int)

SetApplNewSeqNum sets ApplNewSeqNum, Tag 1399

func (NoApplIDs) SetRefApplID added in v0.4.0

func (m NoApplIDs) SetRefApplID(v string)

SetRefApplID sets RefApplID, Tag 1355

func (NoApplIDs) SetRefApplLastSeqNum added in v0.4.0

func (m NoApplIDs) SetRefApplLastSeqNum(v int)

SetRefApplLastSeqNum sets RefApplLastSeqNum, Tag 1357

type NoApplIDsRepeatingGroup added in v0.4.0

type NoApplIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoApplIDsRepeatingGroup is a repeating group, Tag 1351

func NewNoApplIDsRepeatingGroup added in v0.4.0

func NewNoApplIDsRepeatingGroup() NoApplIDsRepeatingGroup

NewNoApplIDsRepeatingGroup returns an initialized, NoApplIDsRepeatingGroup

func (NoApplIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoApplIDs to this group

func (NoApplIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoApplIDs in the NoApplIDsRepeatinGroup

type RouteOut

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