allocationreportack

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2021 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 AllocationReportAck

type AllocationReportAck struct {
	fix44.Header
	*quickfix.Body
	fix44.Trailer
	Message *quickfix.Message
}

AllocationReportAck is the fix44 AllocationReportAck type, MsgType = AT.

func FromMessage

func FromMessage(m *quickfix.Message) AllocationReportAck

FromMessage creates a AllocationReportAck from a quickfix.Message instance.

func New

func New(allocreportid field.AllocReportIDField, allocid field.AllocIDField, transacttime field.TransactTimeField, allocstatus field.AllocStatusField) (m AllocationReportAck)

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

func (AllocationReportAck) GetAllocID

func (m AllocationReportAck) GetAllocID() (v string, err quickfix.MessageRejectError)

GetAllocID gets AllocID, Tag 70.

func (AllocationReportAck) GetAllocIntermedReqType

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

GetAllocIntermedReqType gets AllocIntermedReqType, Tag 808.

func (AllocationReportAck) GetAllocRejCode

func (m AllocationReportAck) GetAllocRejCode() (v enum.AllocRejCode, err quickfix.MessageRejectError)

GetAllocRejCode gets AllocRejCode, Tag 88.

func (AllocationReportAck) GetAllocReportID

func (m AllocationReportAck) GetAllocReportID() (v string, err quickfix.MessageRejectError)

GetAllocReportID gets AllocReportID, Tag 755.

func (AllocationReportAck) GetAllocReportType

func (m AllocationReportAck) GetAllocReportType() (v enum.AllocReportType, err quickfix.MessageRejectError)

GetAllocReportType gets AllocReportType, Tag 794.

func (AllocationReportAck) GetAllocStatus

func (m AllocationReportAck) GetAllocStatus() (v enum.AllocStatus, err quickfix.MessageRejectError)

GetAllocStatus gets AllocStatus, Tag 87.

func (AllocationReportAck) GetEncodedText

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

GetEncodedText gets EncodedText, Tag 355.

func (AllocationReportAck) GetEncodedTextLen

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

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (AllocationReportAck) GetMatchStatus

func (m AllocationReportAck) GetMatchStatus() (v enum.MatchStatus, err quickfix.MessageRejectError)

GetMatchStatus gets MatchStatus, Tag 573.

func (AllocationReportAck) GetNoAllocs

GetNoAllocs gets NoAllocs, Tag 78.

func (AllocationReportAck) GetNoPartyIDs

GetNoPartyIDs gets NoPartyIDs, Tag 453.

func (AllocationReportAck) GetProduct

GetProduct gets Product, Tag 460.

func (AllocationReportAck) GetSecondaryAllocID

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

GetSecondaryAllocID gets SecondaryAllocID, Tag 793.

func (AllocationReportAck) GetSecurityType

func (m AllocationReportAck) GetSecurityType() (v enum.SecurityType, err quickfix.MessageRejectError)

GetSecurityType gets SecurityType, Tag 167.

func (AllocationReportAck) GetText

GetText gets Text, Tag 58.

func (AllocationReportAck) GetTradeDate

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

GetTradeDate gets TradeDate, Tag 75.

func (AllocationReportAck) GetTransactTime

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

GetTransactTime gets TransactTime, Tag 60.

func (AllocationReportAck) HasAllocID

func (m AllocationReportAck) HasAllocID() bool

HasAllocID returns true if AllocID is present, Tag 70.

func (AllocationReportAck) HasAllocIntermedReqType

func (m AllocationReportAck) HasAllocIntermedReqType() bool

HasAllocIntermedReqType returns true if AllocIntermedReqType is present, Tag 808.

func (AllocationReportAck) HasAllocRejCode

func (m AllocationReportAck) HasAllocRejCode() bool

HasAllocRejCode returns true if AllocRejCode is present, Tag 88.

func (AllocationReportAck) HasAllocReportID

func (m AllocationReportAck) HasAllocReportID() bool

HasAllocReportID returns true if AllocReportID is present, Tag 755.

func (AllocationReportAck) HasAllocReportType

func (m AllocationReportAck) HasAllocReportType() bool

HasAllocReportType returns true if AllocReportType is present, Tag 794.

func (AllocationReportAck) HasAllocStatus

func (m AllocationReportAck) HasAllocStatus() bool

HasAllocStatus returns true if AllocStatus is present, Tag 87.

func (AllocationReportAck) HasEncodedText

func (m AllocationReportAck) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (AllocationReportAck) HasEncodedTextLen

func (m AllocationReportAck) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (AllocationReportAck) HasMatchStatus

func (m AllocationReportAck) HasMatchStatus() bool

HasMatchStatus returns true if MatchStatus is present, Tag 573.

func (AllocationReportAck) HasNoAllocs

func (m AllocationReportAck) HasNoAllocs() bool

HasNoAllocs returns true if NoAllocs is present, Tag 78.

func (AllocationReportAck) HasNoPartyIDs

func (m AllocationReportAck) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.

func (AllocationReportAck) HasProduct

func (m AllocationReportAck) HasProduct() bool

HasProduct returns true if Product is present, Tag 460.

func (AllocationReportAck) HasSecondaryAllocID

func (m AllocationReportAck) HasSecondaryAllocID() bool

HasSecondaryAllocID returns true if SecondaryAllocID is present, Tag 793.

func (AllocationReportAck) HasSecurityType

func (m AllocationReportAck) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167.

func (AllocationReportAck) HasText

func (m AllocationReportAck) HasText() bool

HasText returns true if Text is present, Tag 58.

func (AllocationReportAck) HasTradeDate

func (m AllocationReportAck) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75.

func (AllocationReportAck) HasTransactTime

func (m AllocationReportAck) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60.

func (AllocationReportAck) SetAllocID

func (m AllocationReportAck) SetAllocID(v string)

SetAllocID sets AllocID, Tag 70.

func (AllocationReportAck) SetAllocIntermedReqType

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

SetAllocIntermedReqType sets AllocIntermedReqType, Tag 808.

func (AllocationReportAck) SetAllocRejCode

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

SetAllocRejCode sets AllocRejCode, Tag 88.

func (AllocationReportAck) SetAllocReportID

func (m AllocationReportAck) SetAllocReportID(v string)

SetAllocReportID sets AllocReportID, Tag 755.

func (AllocationReportAck) SetAllocReportType

func (m AllocationReportAck) SetAllocReportType(v enum.AllocReportType)

SetAllocReportType sets AllocReportType, Tag 794.

func (AllocationReportAck) SetAllocStatus

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

SetAllocStatus sets AllocStatus, Tag 87.

func (AllocationReportAck) SetEncodedText

func (m AllocationReportAck) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (AllocationReportAck) SetEncodedTextLen

func (m AllocationReportAck) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (AllocationReportAck) SetMatchStatus

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

SetMatchStatus sets MatchStatus, Tag 573.

func (AllocationReportAck) SetNoAllocs

SetNoAllocs sets NoAllocs, Tag 78.

func (AllocationReportAck) SetNoPartyIDs

func (m AllocationReportAck) SetNoPartyIDs(f NoPartyIDsRepeatingGroup)

SetNoPartyIDs sets NoPartyIDs, Tag 453.

func (AllocationReportAck) SetProduct

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

SetProduct sets Product, Tag 460.

func (AllocationReportAck) SetSecondaryAllocID

func (m AllocationReportAck) SetSecondaryAllocID(v string)

SetSecondaryAllocID sets SecondaryAllocID, Tag 793.

func (AllocationReportAck) SetSecurityType

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

SetSecurityType sets SecurityType, Tag 167.

func (AllocationReportAck) SetText

func (m AllocationReportAck) SetText(v string)

SetText sets Text, Tag 58.

func (AllocationReportAck) SetTradeDate

func (m AllocationReportAck) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75.

func (AllocationReportAck) SetTransactTime

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

SetTransactTime sets TransactTime, Tag 60.

func (AllocationReportAck) ToMessage

func (m AllocationReportAck) 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) GetAllocPrice

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

GetAllocPrice gets AllocPrice, Tag 366.

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) 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) HasAllocPrice

func (m NoAllocs) HasAllocPrice() bool

HasAllocPrice returns true if AllocPrice is present, Tag 366.

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) 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) SetAllocPrice

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

SetAllocPrice sets AllocPrice, Tag 366.

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.

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