Documentation ¶
Overview ¶
Package allocationack msg type = P.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetAllocID(v string)
- func (m *Message) SetAllocRejCode(v int)
- func (m *Message) SetAllocStatus(v int)
- func (m *Message) SetEncodedText(v string)
- func (m *Message) SetEncodedTextLen(v int)
- func (m *Message) SetLegalConfirm(v bool)
- func (m *Message) SetParties(v parties.Parties)
- func (m *Message) SetText(v string)
- func (m *Message) SetTradeDate(v string)
- func (m *Message) SetTransactTime(v time.Time)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"P"` fix43.Header //Parties is a non-required component for AllocationAck. Parties *parties.Parties //AllocID is a required field for AllocationAck. AllocID string `fix:"70"` //TradeDate is a required field for AllocationAck. TradeDate string `fix:"75"` //TransactTime is a non-required field for AllocationAck. TransactTime *time.Time `fix:"60"` //AllocStatus is a required field for AllocationAck. AllocStatus int `fix:"87"` //AllocRejCode is a non-required field for AllocationAck. AllocRejCode *int `fix:"88"` //Text is a non-required field for AllocationAck. Text *string `fix:"58"` //EncodedTextLen is a non-required field for AllocationAck. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for AllocationAck. EncodedText *string `fix:"355"` //LegalConfirm is a non-required field for AllocationAck. LegalConfirm *bool `fix:"650"` fix43.Trailer }
Message is a AllocationAck FIX Message
func (*Message) SetAllocID ¶ added in v0.2.0
func (*Message) SetAllocRejCode ¶ added in v0.2.0
func (*Message) SetAllocStatus ¶ added in v0.2.0
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetLegalConfirm ¶ added in v0.2.0
func (*Message) SetParties ¶ added in v0.2.0
func (*Message) SetTradeDate ¶ added in v0.2.0
func (*Message) SetTransactTime ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.