allocationinstructionack

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2023 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 added in v0.4.0

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

AllocationInstructionAck is the fix44 AllocationInstructionAck type, MsgType = P.

func FromMessage added in v0.4.0

func FromMessage(m *quickfix.Message) AllocationInstructionAck

FromMessage creates a AllocationInstructionAck from a quickfix.Message instance.

func New added in v0.2.0

func New(allocid field.AllocIDField, transacttime field.TransactTimeField, allocstatus field.AllocStatusField) (m AllocationInstructionAck)

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

func (AllocationInstructionAck) GetAllocID added in v0.4.0

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

GetAllocID gets AllocID, Tag 70.

func (AllocationInstructionAck) GetAllocIntermedReqType added in v0.4.0

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

GetAllocIntermedReqType gets AllocIntermedReqType, Tag 808.

func (AllocationInstructionAck) GetAllocRejCode added in v0.4.0

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

GetAllocRejCode gets AllocRejCode, Tag 88.

func (AllocationInstructionAck) GetAllocStatus added in v0.4.0

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

GetAllocStatus gets AllocStatus, Tag 87.

func (AllocationInstructionAck) GetAllocType added in v0.4.0

func (m AllocationInstructionAck) GetAllocType() (v enum.AllocType, err quickfix.MessageRejectError)

GetAllocType gets AllocType, Tag 626.

func (AllocationInstructionAck) GetEncodedText added in v0.4.0

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

GetEncodedText gets EncodedText, Tag 355.

func (AllocationInstructionAck) GetEncodedTextLen added in v0.4.0

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

GetEncodedTextLen gets EncodedTextLen, Tag 354.

func (AllocationInstructionAck) GetMatchStatus added in v0.4.0

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

GetMatchStatus gets MatchStatus, Tag 573.

func (AllocationInstructionAck) GetNoAllocs added in v0.4.0

func (m AllocationInstructionAck) GetNoAllocs() (NoAllocsRepeatingGroup, quickfix.MessageRejectError)

GetNoAllocs gets NoAllocs, Tag 78.

func (AllocationInstructionAck) GetNoPartyIDs added in v0.4.0

func (m AllocationInstructionAck) GetNoPartyIDs() (NoPartyIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoPartyIDs gets NoPartyIDs, Tag 453.

func (AllocationInstructionAck) GetProduct added in v0.4.0

func (m AllocationInstructionAck) GetProduct() (v enum.Product, err quickfix.MessageRejectError)

GetProduct gets Product, Tag 460.

func (AllocationInstructionAck) GetSecondaryAllocID added in v0.4.0

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

GetSecondaryAllocID gets SecondaryAllocID, Tag 793.

func (AllocationInstructionAck) GetSecurityType added in v0.4.0

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

GetSecurityType gets SecurityType, Tag 167.

func (AllocationInstructionAck) GetText added in v0.4.0

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

GetText gets Text, Tag 58.

func (AllocationInstructionAck) GetTradeDate added in v0.4.0

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

GetTradeDate gets TradeDate, Tag 75.

func (AllocationInstructionAck) GetTransactTime added in v0.4.0

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

GetTransactTime gets TransactTime, Tag 60.

func (AllocationInstructionAck) HasAllocID added in v0.4.0

func (m AllocationInstructionAck) HasAllocID() bool

HasAllocID returns true if AllocID is present, Tag 70.

func (AllocationInstructionAck) HasAllocIntermedReqType added in v0.4.0

func (m AllocationInstructionAck) HasAllocIntermedReqType() bool

HasAllocIntermedReqType returns true if AllocIntermedReqType is present, Tag 808.

func (AllocationInstructionAck) HasAllocRejCode added in v0.4.0

func (m AllocationInstructionAck) HasAllocRejCode() bool

HasAllocRejCode returns true if AllocRejCode is present, Tag 88.

func (AllocationInstructionAck) HasAllocStatus added in v0.4.0

func (m AllocationInstructionAck) HasAllocStatus() bool

HasAllocStatus returns true if AllocStatus is present, Tag 87.

func (AllocationInstructionAck) HasAllocType added in v0.4.0

func (m AllocationInstructionAck) HasAllocType() bool

HasAllocType returns true if AllocType is present, Tag 626.

func (AllocationInstructionAck) HasEncodedText added in v0.4.0

func (m AllocationInstructionAck) HasEncodedText() bool

HasEncodedText returns true if EncodedText is present, Tag 355.

func (AllocationInstructionAck) HasEncodedTextLen added in v0.4.0

func (m AllocationInstructionAck) HasEncodedTextLen() bool

HasEncodedTextLen returns true if EncodedTextLen is present, Tag 354.

func (AllocationInstructionAck) HasMatchStatus added in v0.4.0

func (m AllocationInstructionAck) HasMatchStatus() bool

HasMatchStatus returns true if MatchStatus is present, Tag 573.

func (AllocationInstructionAck) HasNoAllocs added in v0.4.0

func (m AllocationInstructionAck) HasNoAllocs() bool

HasNoAllocs returns true if NoAllocs is present, Tag 78.

func (AllocationInstructionAck) HasNoPartyIDs added in v0.4.0

func (m AllocationInstructionAck) HasNoPartyIDs() bool

HasNoPartyIDs returns true if NoPartyIDs is present, Tag 453.

func (AllocationInstructionAck) HasProduct added in v0.4.0

func (m AllocationInstructionAck) HasProduct() bool

HasProduct returns true if Product is present, Tag 460.

func (AllocationInstructionAck) HasSecondaryAllocID added in v0.4.0

func (m AllocationInstructionAck) HasSecondaryAllocID() bool

HasSecondaryAllocID returns true if SecondaryAllocID is present, Tag 793.

func (AllocationInstructionAck) HasSecurityType added in v0.4.0

func (m AllocationInstructionAck) HasSecurityType() bool

HasSecurityType returns true if SecurityType is present, Tag 167.

func (AllocationInstructionAck) HasText added in v0.4.0

func (m AllocationInstructionAck) HasText() bool

HasText returns true if Text is present, Tag 58.

func (AllocationInstructionAck) HasTradeDate added in v0.4.0

func (m AllocationInstructionAck) HasTradeDate() bool

HasTradeDate returns true if TradeDate is present, Tag 75.

func (AllocationInstructionAck) HasTransactTime added in v0.4.0

func (m AllocationInstructionAck) HasTransactTime() bool

HasTransactTime returns true if TransactTime is present, Tag 60.

func (AllocationInstructionAck) SetAllocID added in v0.4.0

func (m AllocationInstructionAck) SetAllocID(v string)

SetAllocID sets AllocID, Tag 70.

func (AllocationInstructionAck) SetAllocIntermedReqType added in v0.4.0

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

SetAllocIntermedReqType sets AllocIntermedReqType, Tag 808.

func (AllocationInstructionAck) SetAllocRejCode added in v0.4.0

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

SetAllocRejCode sets AllocRejCode, Tag 88.

func (AllocationInstructionAck) SetAllocStatus added in v0.4.0

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

SetAllocStatus sets AllocStatus, Tag 87.

func (AllocationInstructionAck) SetAllocType added in v0.4.0

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

SetAllocType sets AllocType, Tag 626.

func (AllocationInstructionAck) SetEncodedText added in v0.4.0

func (m AllocationInstructionAck) SetEncodedText(v string)

SetEncodedText sets EncodedText, Tag 355.

func (AllocationInstructionAck) SetEncodedTextLen added in v0.4.0

func (m AllocationInstructionAck) SetEncodedTextLen(v int)

SetEncodedTextLen sets EncodedTextLen, Tag 354.

func (AllocationInstructionAck) SetMatchStatus added in v0.4.0

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

SetMatchStatus sets MatchStatus, Tag 573.

func (AllocationInstructionAck) SetNoAllocs added in v0.4.0

SetNoAllocs sets NoAllocs, Tag 78.

func (AllocationInstructionAck) SetNoPartyIDs added in v0.4.0

SetNoPartyIDs sets NoPartyIDs, Tag 453.

func (AllocationInstructionAck) SetProduct added in v0.4.0

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

SetProduct sets Product, Tag 460.

func (AllocationInstructionAck) SetSecondaryAllocID added in v0.4.0

func (m AllocationInstructionAck) SetSecondaryAllocID(v string)

SetSecondaryAllocID sets SecondaryAllocID, Tag 793.

func (AllocationInstructionAck) SetSecurityType added in v0.4.0

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

SetSecurityType sets SecurityType, Tag 167.

func (AllocationInstructionAck) SetText added in v0.4.0

func (m AllocationInstructionAck) SetText(v string)

SetText sets Text, Tag 58.

func (AllocationInstructionAck) SetTradeDate added in v0.4.0

func (m AllocationInstructionAck) SetTradeDate(v string)

SetTradeDate sets TradeDate, Tag 75.

func (AllocationInstructionAck) SetTransactTime added in v0.4.0

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

SetTransactTime sets TransactTime, Tag 60.

func (AllocationInstructionAck) ToMessage added in v0.4.0

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 added in v0.4.0

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

GetAllocAccount gets AllocAccount, Tag 79.

func (NoAllocs) GetAllocAcctIDSource added in v0.4.0

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

GetAllocAcctIDSource gets AllocAcctIDSource, Tag 661.

func (NoAllocs) GetAllocPrice added in v0.4.0

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

GetAllocPrice gets AllocPrice, Tag 366.

func (NoAllocs) GetAllocText added in v0.4.0

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

GetAllocText gets AllocText, Tag 161.

func (NoAllocs) GetEncodedAllocText added in v0.4.0

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

GetEncodedAllocText gets EncodedAllocText, Tag 361.

func (NoAllocs) GetEncodedAllocTextLen added in v0.4.0

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

GetEncodedAllocTextLen gets EncodedAllocTextLen, Tag 360.

func (NoAllocs) GetIndividualAllocID added in v0.4.0

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

GetIndividualAllocID gets IndividualAllocID, Tag 467.

func (NoAllocs) GetIndividualAllocRejCode added in v0.4.0

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

GetIndividualAllocRejCode gets IndividualAllocRejCode, Tag 776.

func (NoAllocs) HasAllocAccount added in v0.4.0

func (m NoAllocs) HasAllocAccount() bool

HasAllocAccount returns true if AllocAccount is present, Tag 79.

func (NoAllocs) HasAllocAcctIDSource added in v0.4.0

func (m NoAllocs) HasAllocAcctIDSource() bool

HasAllocAcctIDSource returns true if AllocAcctIDSource is present, Tag 661.

func (NoAllocs) HasAllocPrice added in v0.4.0

func (m NoAllocs) HasAllocPrice() bool

HasAllocPrice returns true if AllocPrice is present, Tag 366.

func (NoAllocs) HasAllocText added in v0.4.0

func (m NoAllocs) HasAllocText() bool

HasAllocText returns true if AllocText is present, Tag 161.

func (NoAllocs) HasEncodedAllocText added in v0.4.0

func (m NoAllocs) HasEncodedAllocText() bool

HasEncodedAllocText returns true if EncodedAllocText is present, Tag 361.

func (NoAllocs) HasEncodedAllocTextLen added in v0.4.0

func (m NoAllocs) HasEncodedAllocTextLen() bool

HasEncodedAllocTextLen returns true if EncodedAllocTextLen is present, Tag 360.

func (NoAllocs) HasIndividualAllocID added in v0.4.0

func (m NoAllocs) HasIndividualAllocID() bool

HasIndividualAllocID returns true if IndividualAllocID is present, Tag 467.

func (NoAllocs) HasIndividualAllocRejCode added in v0.4.0

func (m NoAllocs) HasIndividualAllocRejCode() bool

HasIndividualAllocRejCode returns true if IndividualAllocRejCode is present, Tag 776.

func (NoAllocs) SetAllocAccount added in v0.2.0

func (m NoAllocs) SetAllocAccount(v string)

SetAllocAccount sets AllocAccount, Tag 79.

func (NoAllocs) SetAllocAcctIDSource added in v0.2.0

func (m NoAllocs) SetAllocAcctIDSource(v int)

SetAllocAcctIDSource sets AllocAcctIDSource, Tag 661.

func (NoAllocs) SetAllocPrice added in v0.2.0

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

SetAllocPrice sets AllocPrice, Tag 366.

func (NoAllocs) SetAllocText added in v0.2.0

func (m NoAllocs) SetAllocText(v string)

SetAllocText sets AllocText, Tag 161.

func (NoAllocs) SetEncodedAllocText added in v0.2.0

func (m NoAllocs) SetEncodedAllocText(v string)

SetEncodedAllocText sets EncodedAllocText, Tag 361.

func (NoAllocs) SetEncodedAllocTextLen added in v0.2.0

func (m NoAllocs) SetEncodedAllocTextLen(v int)

SetEncodedAllocTextLen sets EncodedAllocTextLen, Tag 360.

func (NoAllocs) SetIndividualAllocID added in v0.2.0

func (m NoAllocs) SetIndividualAllocID(v string)

SetIndividualAllocID sets IndividualAllocID, Tag 467.

func (NoAllocs) SetIndividualAllocRejCode added in v0.2.0

func (m NoAllocs) SetIndividualAllocRejCode(v int)

SetIndividualAllocRejCode sets IndividualAllocRejCode, Tag 776.

type NoAllocsRepeatingGroup added in v0.4.0

type NoAllocsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoAllocsRepeatingGroup is a repeating group, Tag 78.

func NewNoAllocsRepeatingGroup added in v0.4.0

func NewNoAllocsRepeatingGroup() NoAllocsRepeatingGroup

NewNoAllocsRepeatingGroup returns an initialized, NoAllocsRepeatingGroup.

func (NoAllocsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoAllocs to this group.

func (NoAllocsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoAllocs in the NoAllocsRepeatinGroup.

type NoPartyIDs added in v0.4.0

type NoPartyIDs struct {
	*quickfix.Group
}

NoPartyIDs is a repeating group element, Tag 453.

func (NoPartyIDs) GetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) GetNoPartySubIDs() (NoPartySubIDsRepeatingGroup, quickfix.MessageRejectError)

GetNoPartySubIDs gets NoPartySubIDs, Tag 802.

func (NoPartyIDs) GetPartyID added in v0.4.0

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

GetPartyID gets PartyID, Tag 448.

func (NoPartyIDs) GetPartyIDSource added in v0.4.0

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

GetPartyIDSource gets PartyIDSource, Tag 447.

func (NoPartyIDs) GetPartyRole added in v0.4.0

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

GetPartyRole gets PartyRole, Tag 452.

func (NoPartyIDs) HasNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) HasNoPartySubIDs() bool

HasNoPartySubIDs returns true if NoPartySubIDs is present, Tag 802.

func (NoPartyIDs) HasPartyID added in v0.4.0

func (m NoPartyIDs) HasPartyID() bool

HasPartyID returns true if PartyID is present, Tag 448.

func (NoPartyIDs) HasPartyIDSource added in v0.4.0

func (m NoPartyIDs) HasPartyIDSource() bool

HasPartyIDSource returns true if PartyIDSource is present, Tag 447.

func (NoPartyIDs) HasPartyRole added in v0.4.0

func (m NoPartyIDs) HasPartyRole() bool

HasPartyRole returns true if PartyRole is present, Tag 452.

func (NoPartyIDs) SetNoPartySubIDs added in v0.4.0

func (m NoPartyIDs) SetNoPartySubIDs(f NoPartySubIDsRepeatingGroup)

SetNoPartySubIDs sets NoPartySubIDs, Tag 802.

func (NoPartyIDs) SetPartyID added in v0.4.0

func (m NoPartyIDs) SetPartyID(v string)

SetPartyID sets PartyID, Tag 448.

func (NoPartyIDs) SetPartyIDSource added in v0.4.0

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

SetPartyIDSource sets PartyIDSource, Tag 447.

func (NoPartyIDs) SetPartyRole added in v0.4.0

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

SetPartyRole sets PartyRole, Tag 452.

type NoPartyIDsRepeatingGroup added in v0.4.0

type NoPartyIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartyIDsRepeatingGroup is a repeating group, Tag 453.

func NewNoPartyIDsRepeatingGroup added in v0.4.0

func NewNoPartyIDsRepeatingGroup() NoPartyIDsRepeatingGroup

NewNoPartyIDsRepeatingGroup returns an initialized, NoPartyIDsRepeatingGroup.

func (NoPartyIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartyIDs to this group.

func (NoPartyIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartyIDs in the NoPartyIDsRepeatinGroup.

type NoPartySubIDs added in v0.4.0

type NoPartySubIDs struct {
	*quickfix.Group
}

NoPartySubIDs is a repeating group element, Tag 802.

func (NoPartySubIDs) GetPartySubID added in v0.4.0

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

GetPartySubID gets PartySubID, Tag 523.

func (NoPartySubIDs) GetPartySubIDType added in v0.4.0

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

GetPartySubIDType gets PartySubIDType, Tag 803.

func (NoPartySubIDs) HasPartySubID added in v0.4.0

func (m NoPartySubIDs) HasPartySubID() bool

HasPartySubID returns true if PartySubID is present, Tag 523.

func (NoPartySubIDs) HasPartySubIDType added in v0.4.0

func (m NoPartySubIDs) HasPartySubIDType() bool

HasPartySubIDType returns true if PartySubIDType is present, Tag 803.

func (NoPartySubIDs) SetPartySubID added in v0.4.0

func (m NoPartySubIDs) SetPartySubID(v string)

SetPartySubID sets PartySubID, Tag 523.

func (NoPartySubIDs) SetPartySubIDType added in v0.4.0

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

SetPartySubIDType sets PartySubIDType, Tag 803.

type NoPartySubIDsRepeatingGroup added in v0.4.0

type NoPartySubIDsRepeatingGroup struct {
	*quickfix.RepeatingGroup
}

NoPartySubIDsRepeatingGroup is a repeating group, Tag 802.

func NewNoPartySubIDsRepeatingGroup added in v0.4.0

func NewNoPartySubIDsRepeatingGroup() NoPartySubIDsRepeatingGroup

NewNoPartySubIDsRepeatingGroup returns an initialized, NoPartySubIDsRepeatingGroup.

func (NoPartySubIDsRepeatingGroup) Add added in v0.4.0

Add create and append a new NoPartySubIDs to this group.

func (NoPartySubIDsRepeatingGroup) Get added in v0.4.0

Get returns the ith NoPartySubIDs in the NoPartySubIDsRepeatinGroup.

type RouteOut

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