allocationinstructionack

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

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

AllocationInstructionAck is the fix50sp2 AllocationInstructionAck type, MsgType = P

func FromMessage

FromMessage creates a AllocationInstructionAck from a quickfix.Message instance

func New

New returns a AllocationInstructionAck initialized with the required fields for AllocationInstructionAck

func (AllocationInstructionAck) GetAllocID

GetAllocID gets AllocID, Tag 70

func (AllocationInstructionAck) GetAllocIntermedReqType

func (m AllocationInstructionAck) GetAllocIntermedReqType() (v enum.AllocIntermedReqType, err quickfix.MessageRejectError)

GetAllocIntermedReqType gets AllocIntermedReqType, Tag 808

func (AllocationInstructionAck) GetAllocRejCode

GetAllocRejCode gets AllocRejCode, Tag 88

func (AllocationInstructionAck) GetAllocStatus

GetAllocStatus gets AllocStatus, Tag 87

func (AllocationInstructionAck) GetAllocType

GetAllocType gets AllocType, Tag 626

func (AllocationInstructionAck) GetEncodedText

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

GetEncodedText gets EncodedText, Tag 355

func (AllocationInstructionAck) GetEncodedTextLen

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

GetEncodedTextLen gets EncodedTextLen, Tag 354

func (AllocationInstructionAck) GetMatchStatus

GetMatchStatus gets MatchStatus, Tag 573

func (AllocationInstructionAck) GetNoAllocs

GetNoAllocs gets NoAllocs, Tag 78

func (AllocationInstructionAck) GetNoPartyIDs

GetNoPartyIDs gets NoPartyIDs, Tag 453

func (AllocationInstructionAck) GetProduct

GetProduct gets Product, Tag 460

func (AllocationInstructionAck) GetSecondaryAllocID

func (m AllocationInstructionAck) GetSecondaryAllocID() (v string, err quickfix.MessageRejectError)

GetSecondaryAllocID gets SecondaryAllocID, Tag 793

func (AllocationInstructionAck) GetSecurityType

GetSecurityType gets SecurityType, Tag 167

func (AllocationInstructionAck) GetText

GetText gets Text, Tag 58

func (AllocationInstructionAck) GetTradeDate

func (m AllocationInstructionAck) GetTradeDate() (v string, err quickfix.MessageRejectError)

GetTradeDate gets TradeDate, Tag 75

func (AllocationInstructionAck) GetTransactTime

func (m AllocationInstructionAck) GetTransactTime() (v time.Time, err quickfix.MessageRejectError)

GetTransactTime gets TransactTime, Tag 60

func (AllocationInstructionAck) HasAllocID

func (m AllocationInstructionAck) HasAllocID() bool

HasAllocID returns true if AllocID is present, Tag 70

func (AllocationInstructionAck) HasAllocIntermedReqType

func (m AllocationInstructionAck) HasAllocIntermedReqType() bool

HasAllocIntermedReqType returns true if AllocIntermedReqType is present, Tag 808

func (AllocationInstructionAck) HasAllocRejCode

func (m AllocationInstructionAck) HasAllocRejCode() bool

HasAllocRejCode returns true if AllocRejCode is present, Tag 88

func (AllocationInstructionAck) HasAllocStatus

func (m AllocationInstructionAck) HasAllocStatus() bool

HasAllocStatus returns true if AllocStatus is present, Tag 87

func (AllocationInstructionAck) HasAllocType

func (m AllocationInstructionAck) HasAllocType() bool

HasAllocType returns true if AllocType is present, Tag 626

func (AllocationInstructionAck) HasEncodedText

func (m AllocationInstructionAck) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355

func (AllocationInstructionAck) HasEncodedTextLen

func (m AllocationInstructionAck) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354

func (AllocationInstructionAck) HasMatchStatus

func (m AllocationInstructionAck) HasMatchStatus() bool

HasMatchStatus returns true if MatchStatus is present, Tag 573

func (AllocationInstructionAck) HasNoAllocs

func (m AllocationInstructionAck) HasNoAllocs() bool

HasNoAllocs returns true if NoAllocs is present, Tag 78

func (AllocationInstructionAck) HasNoPartyIDs

func (m AllocationInstructionAck) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453

func (AllocationInstructionAck) HasProduct

func (m AllocationInstructionAck) HasProduct() bool

HasProduct returns true if Product is present, Tag 460

func (AllocationInstructionAck) HasSecondaryAllocID

func (m AllocationInstructionAck) HasSecondaryAllocID() bool

HasSecondaryAllocID returns true if SecondaryAllocID is present, Tag 793

func (AllocationInstructionAck) HasSecurityType

func (m AllocationInstructionAck) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167

func (AllocationInstructionAck) HasText

func (m AllocationInstructionAck) HasText() bool

HasText returns true if Text is present, Tag 58

func (AllocationInstructionAck) HasTradeDate

func (m AllocationInstructionAck) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75

func (AllocationInstructionAck) HasTransactTime

func (m AllocationInstructionAck) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60

func (AllocationInstructionAck) SetAllocID

func (m AllocationInstructionAck) SetAllocID(v string)

SetAllocID sets AllocID, Tag 70

func (AllocationInstructionAck) SetAllocIntermedReqType

func (m AllocationInstructionAck) SetAllocIntermedReqType(v enum.AllocIntermedReqType)

SetAllocIntermedReqType sets AllocIntermedReqType, Tag 808

func (AllocationInstructionAck) SetAllocRejCode

func (m AllocationInstructionAck) SetAllocRejCode(v enum.AllocRejCode)

SetAllocRejCode sets AllocRejCode, Tag 88

func (AllocationInstructionAck) SetAllocStatus

func (m AllocationInstructionAck) SetAllocStatus(v enum.AllocStatus)

SetAllocStatus sets AllocStatus, Tag 87

func (AllocationInstructionAck) SetAllocType

func (m AllocationInstructionAck) SetAllocType(v enum.AllocType)

SetAllocType sets AllocType, Tag 626

func (AllocationInstructionAck) SetEncodedText

func (m AllocationInstructionAck) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355

func (AllocationInstructionAck) SetEncodedTextLen

func (m AllocationInstructionAck) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354

func (AllocationInstructionAck) SetMatchStatus

func (m AllocationInstructionAck) SetMatchStatus(v enum.MatchStatus)

SetMatchStatus sets MatchStatus, Tag 573

func (AllocationInstructionAck) SetNoAllocs

SetNoAllocs sets NoAllocs, Tag 78

func (AllocationInstructionAck) SetNoPartyIDs

SetNoPartyIDs sets NoPartyIDs, Tag 453

func (AllocationInstructionAck) SetProduct

func (m AllocationInstructionAck) SetProduct(v enum.Product)

SetProduct sets Product, Tag 460

func (AllocationInstructionAck) SetSecondaryAllocID

func (m AllocationInstructionAck) SetSecondaryAllocID(v string)

SetSecondaryAllocID sets SecondaryAllocID, Tag 793

func (AllocationInstructionAck) SetSecurityType

func (m AllocationInstructionAck) SetSecurityType(v enum.SecurityType)

SetSecurityType sets SecurityType, Tag 167

func (AllocationInstructionAck) SetText

func (m AllocationInstructionAck) SetText(v string)

SetText sets Text, Tag 58

func (AllocationInstructionAck) SetTradeDate

func (m AllocationInstructionAck) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75

func (AllocationInstructionAck) SetTransactTime

func (m AllocationInstructionAck) SetTransactTime(v time.Time)

SetTransactTime sets TransactTime, Tag 60

func (AllocationInstructionAck) ToMessage

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

ToMessage returns a quickfix.Message instance

type NoAllocs

type NoAllocs struct {
	*quickfix.Group
}

NoAllocs is a repeating group element, Tag 78

func (NoAllocs) GetAllocAccount

func (m NoAllocs) GetAllocAccount() (v string, err quickfix.MessageRejectError)

GetAllocAccount gets AllocAccount, Tag 79

func (NoAllocs) GetAllocAcctIDSource

func (m NoAllocs) GetAllocAcctIDSource() (v int, err quickfix.MessageRejectError)

GetAllocAcctIDSource gets AllocAcctIDSource, Tag 661

func (NoAllocs) GetAllocCustomerCapacity

func (m NoAllocs) GetAllocCustomerCapacity() (v string, err quickfix.MessageRejectError)

GetAllocCustomerCapacity gets AllocCustomerCapacity, Tag 993

func (NoAllocs) GetAllocPositionEffect

func (m NoAllocs) GetAllocPositionEffect() (v enum.AllocPositionEffect, err quickfix.MessageRejectError)

GetAllocPositionEffect gets AllocPositionEffect, Tag 1047

func (NoAllocs) GetAllocPrice

func (m NoAllocs) GetAllocPrice() (v decimal.Decimal, err quickfix.MessageRejectError)

GetAllocPrice gets AllocPrice, Tag 366

func (NoAllocs) GetAllocQty

func (m NoAllocs) GetAllocQty() (v decimal.Decimal, err quickfix.MessageRejectError)

GetAllocQty gets AllocQty, Tag 80

func (NoAllocs) GetAllocText

func (m NoAllocs) GetAllocText() (v string, err quickfix.MessageRejectError)

GetAllocText gets AllocText, Tag 161

func (NoAllocs) GetEncodedAllocText

func (m NoAllocs) GetEncodedAllocText() (v string, err quickfix.MessageRejectError)

GetEncodedAllocText gets EncodedAllocText, Tag 361

func (NoAllocs) GetEncodedAllocTextLen

func (m NoAllocs) GetEncodedAllocTextLen() (v int, err quickfix.MessageRejectError)

GetEncodedAllocTextLen gets EncodedAllocTextLen, Tag 360

func (NoAllocs) GetIndividualAllocID

func (m NoAllocs) GetIndividualAllocID() (v string, err quickfix.MessageRejectError)

GetIndividualAllocID gets IndividualAllocID, Tag 467

func (NoAllocs) GetIndividualAllocRejCode

func (m NoAllocs) GetIndividualAllocRejCode() (v int, err quickfix.MessageRejectError)

GetIndividualAllocRejCode gets IndividualAllocRejCode, Tag 776

func (NoAllocs) GetIndividualAllocType

func (m NoAllocs) GetIndividualAllocType() (v enum.IndividualAllocType, err quickfix.MessageRejectError)

GetIndividualAllocType gets IndividualAllocType, Tag 992

func (NoAllocs) GetNoNestedPartyIDs

GetNoNestedPartyIDs gets NoNestedPartyIDs, Tag 539

func (NoAllocs) GetSecondaryIndividualAllocID

func (m NoAllocs) GetSecondaryIndividualAllocID() (v string, err quickfix.MessageRejectError)

GetSecondaryIndividualAllocID gets SecondaryIndividualAllocID, Tag 989

func (NoAllocs) HasAllocAccount

func (m NoAllocs) HasAllocAccount() bool

HasAllocAccount returns true if AllocAccount is present, Tag 79

func (NoAllocs) HasAllocAcctIDSource

func (m NoAllocs) HasAllocAcctIDSource() bool

HasAllocAcctIDSource returns true if AllocAcctIDSource is present, Tag 661

func (NoAllocs) HasAllocCustomerCapacity

func (m NoAllocs) HasAllocCustomerCapacity() bool

HasAllocCustomerCapacity returns true if AllocCustomerCapacity is present, Tag 993

func (NoAllocs) HasAllocPositionEffect

func (m NoAllocs) HasAllocPositionEffect() bool

HasAllocPositionEffect returns true if AllocPositionEffect is present, Tag 1047

func (NoAllocs) HasAllocPrice

func (m NoAllocs) HasAllocPrice() bool

HasAllocPrice returns true if AllocPrice is present, Tag 366

func (NoAllocs) HasAllocQty

func (m NoAllocs) HasAllocQty() bool

HasAllocQty returns true if AllocQty is present, Tag 80

func (NoAllocs) HasAllocText

func (m NoAllocs) HasAllocText() bool

HasAllocText returns true if AllocText is present, Tag 161

func (NoAllocs) HasEncodedAllocText

func (m NoAllocs) HasEncodedAllocText() bool

HasEncodedAllocText returns true if EncodedAllocText is present, Tag 361

func (NoAllocs) HasEncodedAllocTextLen

func (m NoAllocs) HasEncodedAllocTextLen() bool

HasEncodedAllocTextLen returns true if EncodedAllocTextLen is present, Tag 360

func (NoAllocs) HasIndividualAllocID

func (m NoAllocs) HasIndividualAllocID() bool

HasIndividualAllocID returns true if IndividualAllocID is present, Tag 467

func (NoAllocs) HasIndividualAllocRejCode

func (m NoAllocs) HasIndividualAllocRejCode() bool

HasIndividualAllocRejCode returns true if IndividualAllocRejCode is present, Tag 776

func (NoAllocs) HasIndividualAllocType

func (m NoAllocs) HasIndividualAllocType() bool

HasIndividualAllocType returns true if IndividualAllocType is present, Tag 992

func (NoAllocs) HasNoNestedPartyIDs

func (m NoAllocs) HasNoNestedPartyIDs() bool

HasNoNestedPartyIDs returns true if NoNestedPartyIDs is present, Tag 539

func (NoAllocs) HasSecondaryIndividualAllocID

func (m NoAllocs) HasSecondaryIndividualAllocID() bool

HasSecondaryIndividualAllocID returns true if SecondaryIndividualAllocID is present, Tag 989

func (NoAllocs) SetAllocAccount

func (m NoAllocs) SetAllocAccount(v string)

SetAllocAccount sets AllocAccount, Tag 79

func (NoAllocs) SetAllocAcctIDSource

func (m NoAllocs) SetAllocAcctIDSource(v int)

SetAllocAcctIDSource sets AllocAcctIDSource, Tag 661

func (NoAllocs) SetAllocCustomerCapacity

func (m NoAllocs) SetAllocCustomerCapacity(v string)

SetAllocCustomerCapacity sets AllocCustomerCapacity, Tag 993

func (NoAllocs) SetAllocPositionEffect

func (m NoAllocs) SetAllocPositionEffect(v enum.AllocPositionEffect)

SetAllocPositionEffect sets AllocPositionEffect, Tag 1047

func (NoAllocs) SetAllocPrice

func (m NoAllocs) SetAllocPrice(value decimal.Decimal, scale int32)

SetAllocPrice sets AllocPrice, Tag 366

func (NoAllocs) SetAllocQty

func (m NoAllocs) SetAllocQty(value decimal.Decimal, scale int32)

SetAllocQty sets AllocQty, Tag 80

func (NoAllocs) SetAllocText

func (m NoAllocs) SetAllocText(v string)

SetAllocText sets AllocText, Tag 161

func (NoAllocs) SetEncodedAllocText

func (m NoAllocs) SetEncodedAllocText(v string)

SetEncodedAllocText sets EncodedAllocText, Tag 361

func (NoAllocs) SetEncodedAllocTextLen

func (m NoAllocs) SetEncodedAllocTextLen(v int)

SetEncodedAllocTextLen sets EncodedAllocTextLen, Tag 360

func (NoAllocs) SetIndividualAllocID

func (m NoAllocs) SetIndividualAllocID(v string)

SetIndividualAllocID sets IndividualAllocID, Tag 467

func (NoAllocs) SetIndividualAllocRejCode

func (m NoAllocs) SetIndividualAllocRejCode(v int)

SetIndividualAllocRejCode sets IndividualAllocRejCode, Tag 776

func (NoAllocs) SetIndividualAllocType

func (m NoAllocs) SetIndividualAllocType(v enum.IndividualAllocType)

SetIndividualAllocType sets IndividualAllocType, Tag 992

func (NoAllocs) SetNoNestedPartyIDs

func (m NoAllocs) SetNoNestedPartyIDs(f NoNestedPartyIDsRepeatingGroup)

SetNoNestedPartyIDs sets NoNestedPartyIDs, Tag 539

func (NoAllocs) SetSecondaryIndividualAllocID

func (m NoAllocs) SetSecondaryIndividualAllocID(v string)

SetSecondaryIndividualAllocID sets SecondaryIndividualAllocID, Tag 989

type NoAllocsRepeatingGroup

type NoAllocsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAllocsRepeatingGroup is a repeating group, Tag 78

func NewNoAllocsRepeatingGroup

func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup

NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup

func (NoAllocsRepeatingGroup) Add

Add create and append a new NoAllocs to this group

func (NoAllocsRepeatingGroup) Get

Get returns the ith NoAllocs in the NoAllocsRepeatinGroup

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