applicationmessagerequest

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: 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 ApplicationMessageRequest

type ApplicationMessageRequest struct {
	fixt11.Header
	*quickfix.Body
	fixt11.Trailer
	Message *quickfix.Message
}

ApplicationMessageRequest is the fix50sp2 ApplicationMessageRequest type, MsgType = BW

func FromMessage

FromMessage creates a ApplicationMessageRequest from a quickfix.Message instance

func New

New returns a ApplicationMessageRequest initialized with the required fields for ApplicationMessageRequest

func (ApplicationMessageRequest) GetApplReqID

func (m ApplicationMessageRequest) GetApplReqID() (v string, err quickfix.MessageRejectError)

GetApplReqID gets ApplReqID, Tag 1346

func (ApplicationMessageRequest) GetApplReqType

GetApplReqType gets ApplReqType, Tag 1347

func (ApplicationMessageRequest) GetEncodedText

func (m ApplicationMessageRequest) GetEncodedText() (v string, err quickfix.MessageRejectError)

GetEncodedText gets EncodedText, Tag 355

func (ApplicationMessageRequest) GetEncodedTextLen

func (m ApplicationMessageRequest) GetEncodedTextLen() (v int, err quickfix.MessageRejectError)

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (ApplicationMessageRequest) GetNoApplIDs

GetNoApplIDs gets NoApplIDs, Tag 1351

func (ApplicationMessageRequest) GetNoPartyIDs

GetNoPartyIDs gets NoPartyIDs, Tag 453

func (ApplicationMessageRequest) GetText

GetText gets Text, Tag 58

func (ApplicationMessageRequest) HasApplReqID

func (m ApplicationMessageRequest) HasApplReqID() bool

HasApplReqID returns true if ApplReqID is present, Tag 1346

func (ApplicationMessageRequest) HasApplReqType

func (m ApplicationMessageRequest) HasApplReqType() bool

HasApplReqType returns true if ApplReqType is present, Tag 1347

func (ApplicationMessageRequest) HasEncodedText

func (m ApplicationMessageRequest) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355

func (ApplicationMessageRequest) HasEncodedTextLen

func (m ApplicationMessageRequest) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354

func (ApplicationMessageRequest) HasNoApplIDs

func (m ApplicationMessageRequest) HasNoApplIDs() bool

HasNoApplIDs returns true if NoApplIDs is present, Tag 1351

func (ApplicationMessageRequest) HasNoPartyIDs

func (m ApplicationMessageRequest) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453

func (ApplicationMessageRequest) HasText

func (m ApplicationMessageRequest) HasText() bool

HasText returns true if Text is present, Tag 58

func (ApplicationMessageRequest) SetApplReqID

func (m ApplicationMessageRequest) SetApplReqID(v string)

SetApplReqID sets ApplReqID, Tag 1346

func (ApplicationMessageRequest) SetApplReqType

func (m ApplicationMessageRequest) SetApplReqType(v enum.ApplReqType)

SetApplReqType sets ApplReqType, Tag 1347

func (ApplicationMessageRequest) SetEncodedText

func (m ApplicationMessageRequest) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355

func (ApplicationMessageRequest) SetEncodedTextLen

func (m ApplicationMessageRequest) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354

func (ApplicationMessageRequest) SetNoApplIDs

SetNoApplIDs sets NoApplIDs, Tag 1351

func (ApplicationMessageRequest) SetNoPartyIDs

SetNoPartyIDs sets NoPartyIDs, Tag 453

func (ApplicationMessageRequest) SetText

func (m ApplicationMessageRequest) SetText(v string)

SetText sets Text, Tag 58

func (ApplicationMessageRequest) ToMessage

ToMessage returns a quickfix.Message instance

type NoApplIDs

type NoApplIDs struct {
	*quickfix.Group
}

NoApplIDs is a repeating group element, Tag 1351

func (NoApplIDs) GetApplBegSeqNum

func (m NoApplIDs) GetApplBegSeqNum() (v int, err quickfix.MessageRejectError)

GetApplBegSeqNum gets ApplBegSeqNum, Tag 1182

func (NoApplIDs) GetApplEndSeqNum

func (m NoApplIDs) GetApplEndSeqNum() (v int, err quickfix.MessageRejectError)

GetApplEndSeqNum gets ApplEndSeqNum, Tag 1183

func (NoApplIDs) GetNoNestedPartyIDs

GetNoNestedPartyIDs gets NoNestedPartyIDs, Tag 539

func (NoApplIDs) GetRefApplID

func (m NoApplIDs) GetRefApplID() (v string, err quickfix.MessageRejectError)

GetRefApplID gets RefApplID, Tag 1355

func (NoApplIDs) GetRefApplReqID

func (m NoApplIDs) GetRefApplReqID() (v string, err quickfix.MessageRejectError)

GetRefApplReqID gets RefApplReqID, Tag 1433

func (NoApplIDs) HasApplBegSeqNum

func (m NoApplIDs) HasApplBegSeqNum() bool

HasApplBegSeqNum returns true if ApplBegSeqNum is present, Tag 1182

func (NoApplIDs) HasApplEndSeqNum

func (m NoApplIDs) HasApplEndSeqNum() bool

HasApplEndSeqNum returns true if ApplEndSeqNum is present, Tag 1183

func (NoApplIDs) HasNoNestedPartyIDs

func (m NoApplIDs) HasNoNestedPartyIDs() bool

HasNoNestedPartyIDs returns true if NoNestedPartyIDs is present, Tag 539

func (NoApplIDs) HasRefApplID

func (m NoApplIDs) HasRefApplID() bool

HasRefApplID returns true if RefApplID is present, Tag 1355

func (NoApplIDs) HasRefApplReqID

func (m NoApplIDs) HasRefApplReqID() bool

HasRefApplReqID returns true if RefApplReqID is present, Tag 1433

func (NoApplIDs) SetApplBegSeqNum

func (m NoApplIDs) SetApplBegSeqNum(v int)

SetApplBegSeqNum sets ApplBegSeqNum, Tag 1182

func (NoApplIDs) SetApplEndSeqNum

func (m NoApplIDs) SetApplEndSeqNum(v int)

SetApplEndSeqNum sets ApplEndSeqNum, Tag 1183

func (NoApplIDs) SetNoNestedPartyIDs

func (m NoApplIDs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)

SetNoNestedPartyIDs sets NoNestedPartyIDs, Tag 539

func (NoApplIDs) SetRefApplID

func (m NoApplIDs) SetRefApplID(v string)

SetRefApplID sets RefApplID, Tag 1355

func (NoApplIDs) SetRefApplReqID

func (m NoApplIDs) SetRefApplReqID(v string)

SetRefApplReqID sets RefApplReqID, Tag 1433

type NoApplIDsRepeatingGroup

type NoApplIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoApplIDsRepeatingGroup is a repeating group, Tag 1351

func NewNoApplIDsRepeatingGroup

func NewNoApplIDsRepeatingGroup() NoApplIDsRepeatingGroup

NewNoApplIDsRepeatingGroup returns an initialized, NoApplIDsRepeatingGroup

func (NoApplIDsRepeatingGroup) Add

Add create and append a new NoApplIDs to this group

func (NoApplIDsRepeatingGroup) Get

Get returns the ith NoApplIDs in the NoApplIDsRepeatinGroup

type NoNestedPartyIDs

type NoNestedPartyIDs struct {
	*quickfix.Group
}

NoNestedPartyIDs is a repeating group element, Tag 539

func (NoNestedPartyIDs) GetNestedPartyID

func (m NoNestedPartyIDs) GetNestedPartyID() (v string, err quickfix.MessageRejectError)

GetNestedPartyID gets NestedPartyID, Tag 524

func (NoNestedPartyIDs) GetNestedPartyIDSource

func (m NoNestedPartyIDs) GetNestedPartyIDSource() (v string, err quickfix.MessageRejectError)

GetNestedPartyIDSource gets NestedPartyIDSource, Tag 525

func (NoNestedPartyIDs) GetNestedPartyRole

func (m NoNestedPartyIDs) GetNestedPartyRole() (v int, err quickfix.MessageRejectError)

GetNestedPartyRole gets NestedPartyRole, Tag 538

func (NoNestedPartyIDs) GetNoNestedPartySubIDs

GetNoNestedPartySubIDs gets NoNestedPartySubIDs, Tag 804

func (NoNestedPartyIDs) HasNestedPartyID

func (m NoNestedPartyIDs) HasNestedPartyID() bool

HasNestedPartyID returns true if NestedPartyID is present, Tag 524

func (NoNestedPartyIDs) HasNestedPartyIDSource

func (m NoNestedPartyIDs) HasNestedPartyIDSource() bool

HasNestedPartyIDSource returns true if NestedPartyIDSource is present, Tag 525

func (NoNestedPartyIDs) HasNestedPartyRole

func (m NoNestedPartyIDs) HasNestedPartyRole() bool

HasNestedPartyRole returns true if NestedPartyRole is present, Tag 538

func (NoNestedPartyIDs) HasNoNestedPartySubIDs

func (m NoNestedPartyIDs) HasNoNestedPartySubIDs() bool

HasNoNestedPartySubIDs returns true if NoNestedPartySubIDs is present, Tag 804

func (NoNestedPartyIDs) SetNestedPartyID

func (m NoNestedPartyIDs) SetNestedPartyID(v string)

SetNestedPartyID sets NestedPartyID, Tag 524

func (NoNestedPartyIDs) SetNestedPartyIDSource

func (m NoNestedPartyIDs) SetNestedPartyIDSource(v string)

SetNestedPartyIDSource sets NestedPartyIDSource, Tag 525

func (NoNestedPartyIDs) SetNestedPartyRole

func (m NoNestedPartyIDs) SetNestedPartyRole(v int)

SetNestedPartyRole sets NestedPartyRole, Tag 538

func (NoNestedPartyIDs) SetNoNestedPartySubIDs

func (m NoNestedPartyIDs) SetNoNestedPartySubIDs(f NoNestedPartySubIDsRepeatingGroup)

SetNoNestedPartySubIDs sets NoNestedPartySubIDs, Tag 804

type NoNestedPartyIDsRepeatingGroup

type NoNestedPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNestedPartyIDsRepeatingGroup is a repeating group, Tag 539

func NewNoNestedPartyIDsRepeatingGroup

func NewNoNestedPartyIDsRepeatingGroup() NoNestedPartyIDsRepeatingGroup

NewNoNestedPartyIDsRepeatingGroup returns an initialized, NoNestedPartyIDsRepeatingGroup

func (NoNestedPartyIDsRepeatingGroup) Add

Add create and append a new NoNestedPartyIDs to this group

func (NoNestedPartyIDsRepeatingGroup) Get

Get returns the ith NoNestedPartyIDs in the NoNestedPartyIDsRepeatinGroup

type NoNestedPartySubIDs

type NoNestedPartySubIDs struct {
	*quickfix.Group
}

NoNestedPartySubIDs is a repeating group element, Tag 804

func (NoNestedPartySubIDs) GetNestedPartySubID

func (m NoNestedPartySubIDs) GetNestedPartySubID() (v string, err quickfix.MessageRejectError)

GetNestedPartySubID gets NestedPartySubID, Tag 545

func (NoNestedPartySubIDs) GetNestedPartySubIDType

func (m NoNestedPartySubIDs) GetNestedPartySubIDType() (v int, err quickfix.MessageRejectError)

GetNestedPartySubIDType gets NestedPartySubIDType, Tag 805

func (NoNestedPartySubIDs) HasNestedPartySubID

func (m NoNestedPartySubIDs) HasNestedPartySubID() bool

HasNestedPartySubID returns true if NestedPartySubID is present, Tag 545

func (NoNestedPartySubIDs) HasNestedPartySubIDType

func (m NoNestedPartySubIDs) HasNestedPartySubIDType() bool

HasNestedPartySubIDType returns true if NestedPartySubIDType is present, Tag 805

func (NoNestedPartySubIDs) SetNestedPartySubID

func (m NoNestedPartySubIDs) SetNestedPartySubID(v string)

SetNestedPartySubID sets NestedPartySubID, Tag 545

func (NoNestedPartySubIDs) SetNestedPartySubIDType

func (m NoNestedPartySubIDs) SetNestedPartySubIDType(v int)

SetNestedPartySubIDType sets NestedPartySubIDType, Tag 805

type NoNestedPartySubIDsRepeatingGroup

type NoNestedPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoNestedPartySubIDsRepeatingGroup is a repeating group, Tag 804

func NewNoNestedPartySubIDsRepeatingGroup

func NewNoNestedPartySubIDsRepeatingGroup() NoNestedPartySubIDsRepeatingGroup

NewNoNestedPartySubIDsRepeatingGroup returns an initialized, NoNestedPartySubIDsRepeatingGroup

func (NoNestedPartySubIDsRepeatingGroup) Add

Add create and append a new NoNestedPartySubIDs to this group

func (NoNestedPartySubIDsRepeatingGroup) Get

Get returns the ith NoNestedPartySubIDs in the NoNestedPartySubIDsRepeatinGroup

type NoPartyIDs

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453

func (NoPartyIDs) GetNoPartySubIDs

GetNoPartySubIDs gets NoPartySubIDs, Tag 802

func (NoPartyIDs) GetPartyID

func (m NoPartyIDs) GetPartyID() (v string, err quickfix.MessageRejectError)

GetPartyID gets PartyID, Tag 448

func (NoPartyIDs) GetPartyIDSource

func (m NoPartyIDs) GetPartyIDSource() (v enum.PartyIDSource, err quickfix.MessageRejectError)

GetPartyIDSource gets PartyIDSource, Tag 447

func (NoPartyIDs) GetPartyRole

func (m NoPartyIDs) GetPartyRole() (v enum.PartyRole, err quickfix.MessageRejectError)

GetPartyRole gets PartyRole, Tag 452

func (NoPartyIDs) HasNoPartySubIDs

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802

func (NoPartyIDs) HasPartyID

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448

func (NoPartyIDs) HasPartyIDSource

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447

func (NoPartyIDs) HasPartyRole

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452

func (NoPartyIDs) SetNoPartySubIDs

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802

func (NoPartyIDs) SetPartyID

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448

func (NoPartyIDs) SetPartyIDSource

func (m NoPartyIDs) SetPartyIDSource(v enum.PartyIDSource)

SetPartyIDSource sets PartyIDSource, Tag 447

func (NoPartyIDs) SetPartyRole

func (m NoPartyIDs) SetPartyRole(v enum.PartyRole)

SetPartyRole sets PartyRole, Tag 452

type NoPartyIDsRepeatingGroup

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453

func NewNoPartyIDsRepeatingGroup

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup

func (NoPartyIDsRepeatingGroup) Add

Add create and append a new NoPartyIDs to this group

func (NoPartyIDsRepeatingGroup) Get

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup

type NoPartySubIDs

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802

func (NoPartySubIDs) GetPartySubID

func (m NoPartySubIDs) GetPartySubID() (v string, err quickfix.MessageRejectError)

GetPartySubID gets PartySubID, Tag 523

func (NoPartySubIDs) GetPartySubIDType

func (m NoPartySubIDs) GetPartySubIDType() (v enum.PartySubIDType, err quickfix.MessageRejectError)

GetPartySubIDType gets PartySubIDType, Tag 803

func (NoPartySubIDs) HasPartySubID

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523

func (NoPartySubIDs) HasPartySubIDType

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803

func (NoPartySubIDs) SetPartySubID

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523

func (NoPartySubIDs) SetPartySubIDType

func (m NoPartySubIDs) SetPartySubIDType(v enum.PartySubIDType)

SetPartySubIDType sets PartySubIDType, Tag 803

type NoPartySubIDsRepeatingGroup

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802

func NewNoPartySubIDsRepeatingGroup

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup

func (NoPartySubIDsRepeatingGroup) Add

Add create and append a new NoPartySubIDs to this group

func (NoPartySubIDsRepeatingGroup) Get

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup

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