Documentation
¶
Overview ¶
Package allocationinstructionack msg type = P.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) AllocID() (*field.AllocIDField, quickfix.MessageRejectError)
- func (m Message) AllocIntermedReqType() (*field.AllocIntermedReqTypeField, quickfix.MessageRejectError)
- func (m Message) AllocRejCode() (*field.AllocRejCodeField, quickfix.MessageRejectError)
- func (m Message) AllocStatus() (*field.AllocStatusField, quickfix.MessageRejectError)
- func (m Message) AllocType() (*field.AllocTypeField, quickfix.MessageRejectError)
- func (m Message) EncodedText() (*field.EncodedTextField, quickfix.MessageRejectError)
- func (m Message) EncodedTextLen() (*field.EncodedTextLenField, quickfix.MessageRejectError)
- func (m Message) GetAllocID(f *field.AllocIDField) quickfix.MessageRejectError
- func (m Message) GetAllocIntermedReqType(f *field.AllocIntermedReqTypeField) quickfix.MessageRejectError
- func (m Message) GetAllocRejCode(f *field.AllocRejCodeField) quickfix.MessageRejectError
- func (m Message) GetAllocStatus(f *field.AllocStatusField) quickfix.MessageRejectError
- func (m Message) GetAllocType(f *field.AllocTypeField) quickfix.MessageRejectError
- func (m Message) GetEncodedText(f *field.EncodedTextField) quickfix.MessageRejectError
- func (m Message) GetEncodedTextLen(f *field.EncodedTextLenField) quickfix.MessageRejectError
- func (m Message) GetMatchStatus(f *field.MatchStatusField) quickfix.MessageRejectError
- func (m Message) GetNoAllocs(f *field.NoAllocsField) quickfix.MessageRejectError
- func (m Message) GetNoPartyIDs(f *field.NoPartyIDsField) quickfix.MessageRejectError
- func (m Message) GetProduct(f *field.ProductField) quickfix.MessageRejectError
- func (m Message) GetSecondaryAllocID(f *field.SecondaryAllocIDField) quickfix.MessageRejectError
- func (m Message) GetSecurityType(f *field.SecurityTypeField) quickfix.MessageRejectError
- func (m Message) GetText(f *field.TextField) quickfix.MessageRejectError
- func (m Message) GetTradeDate(f *field.TradeDateField) quickfix.MessageRejectError
- func (m Message) GetTransactTime(f *field.TransactTimeField) quickfix.MessageRejectError
- func (m Message) MatchStatus() (*field.MatchStatusField, quickfix.MessageRejectError)
- func (m Message) NoAllocs() (*field.NoAllocsField, quickfix.MessageRejectError)
- func (m Message) NoPartyIDs() (*field.NoPartyIDsField, quickfix.MessageRejectError)
- func (m Message) Product() (*field.ProductField, quickfix.MessageRejectError)
- func (m Message) SecondaryAllocID() (*field.SecondaryAllocIDField, quickfix.MessageRejectError)
- func (m Message) SecurityType() (*field.SecurityTypeField, quickfix.MessageRejectError)
- func (m Message) Text() (*field.TextField, quickfix.MessageRejectError)
- func (m Message) TradeDate() (*field.TradeDateField, quickfix.MessageRejectError)
- func (m Message) TransactTime() (*field.TransactTimeField, quickfix.MessageRejectError)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
Message is a AllocationInstructionAck wrapper for the generic Message type
func New ¶
func New( allocid *field.AllocIDField, allocstatus *field.AllocStatusField) Message
New returns an initialized Message with specified required fields for AllocationInstructionAck.
func (Message) AllocID ¶
func (m Message) AllocID() (*field.AllocIDField, quickfix.MessageRejectError)
AllocID is a required field for AllocationInstructionAck.
func (Message) AllocIntermedReqType ¶
func (m Message) AllocIntermedReqType() (*field.AllocIntermedReqTypeField, quickfix.MessageRejectError)
AllocIntermedReqType is a non-required field for AllocationInstructionAck.
func (Message) AllocRejCode ¶
func (m Message) AllocRejCode() (*field.AllocRejCodeField, quickfix.MessageRejectError)
AllocRejCode is a non-required field for AllocationInstructionAck.
func (Message) AllocStatus ¶
func (m Message) AllocStatus() (*field.AllocStatusField, quickfix.MessageRejectError)
AllocStatus is a required field for AllocationInstructionAck.
func (Message) AllocType ¶
func (m Message) AllocType() (*field.AllocTypeField, quickfix.MessageRejectError)
AllocType is a non-required field for AllocationInstructionAck.
func (Message) EncodedText ¶
func (m Message) EncodedText() (*field.EncodedTextField, quickfix.MessageRejectError)
EncodedText is a non-required field for AllocationInstructionAck.
func (Message) EncodedTextLen ¶
func (m Message) EncodedTextLen() (*field.EncodedTextLenField, quickfix.MessageRejectError)
EncodedTextLen is a non-required field for AllocationInstructionAck.
func (Message) GetAllocID ¶
func (m Message) GetAllocID(f *field.AllocIDField) quickfix.MessageRejectError
GetAllocID reads a AllocID from AllocationInstructionAck.
func (Message) GetAllocIntermedReqType ¶
func (m Message) GetAllocIntermedReqType(f *field.AllocIntermedReqTypeField) quickfix.MessageRejectError
GetAllocIntermedReqType reads a AllocIntermedReqType from AllocationInstructionAck.
func (Message) GetAllocRejCode ¶
func (m Message) GetAllocRejCode(f *field.AllocRejCodeField) quickfix.MessageRejectError
GetAllocRejCode reads a AllocRejCode from AllocationInstructionAck.
func (Message) GetAllocStatus ¶
func (m Message) GetAllocStatus(f *field.AllocStatusField) quickfix.MessageRejectError
GetAllocStatus reads a AllocStatus from AllocationInstructionAck.
func (Message) GetAllocType ¶
func (m Message) GetAllocType(f *field.AllocTypeField) quickfix.MessageRejectError
GetAllocType reads a AllocType from AllocationInstructionAck.
func (Message) GetEncodedText ¶
func (m Message) GetEncodedText(f *field.EncodedTextField) quickfix.MessageRejectError
GetEncodedText reads a EncodedText from AllocationInstructionAck.
func (Message) GetEncodedTextLen ¶
func (m Message) GetEncodedTextLen(f *field.EncodedTextLenField) quickfix.MessageRejectError
GetEncodedTextLen reads a EncodedTextLen from AllocationInstructionAck.
func (Message) GetMatchStatus ¶
func (m Message) GetMatchStatus(f *field.MatchStatusField) quickfix.MessageRejectError
GetMatchStatus reads a MatchStatus from AllocationInstructionAck.
func (Message) GetNoAllocs ¶
func (m Message) GetNoAllocs(f *field.NoAllocsField) quickfix.MessageRejectError
GetNoAllocs reads a NoAllocs from AllocationInstructionAck.
func (Message) GetNoPartyIDs ¶
func (m Message) GetNoPartyIDs(f *field.NoPartyIDsField) quickfix.MessageRejectError
GetNoPartyIDs reads a NoPartyIDs from AllocationInstructionAck.
func (Message) GetProduct ¶
func (m Message) GetProduct(f *field.ProductField) quickfix.MessageRejectError
GetProduct reads a Product from AllocationInstructionAck.
func (Message) GetSecondaryAllocID ¶
func (m Message) GetSecondaryAllocID(f *field.SecondaryAllocIDField) quickfix.MessageRejectError
GetSecondaryAllocID reads a SecondaryAllocID from AllocationInstructionAck.
func (Message) GetSecurityType ¶
func (m Message) GetSecurityType(f *field.SecurityTypeField) quickfix.MessageRejectError
GetSecurityType reads a SecurityType from AllocationInstructionAck.
func (Message) GetText ¶
func (m Message) GetText(f *field.TextField) quickfix.MessageRejectError
GetText reads a Text from AllocationInstructionAck.
func (Message) GetTradeDate ¶
func (m Message) GetTradeDate(f *field.TradeDateField) quickfix.MessageRejectError
GetTradeDate reads a TradeDate from AllocationInstructionAck.
func (Message) GetTransactTime ¶
func (m Message) GetTransactTime(f *field.TransactTimeField) quickfix.MessageRejectError
GetTransactTime reads a TransactTime from AllocationInstructionAck.
func (Message) MatchStatus ¶
func (m Message) MatchStatus() (*field.MatchStatusField, quickfix.MessageRejectError)
MatchStatus is a non-required field for AllocationInstructionAck.
func (Message) NoAllocs ¶
func (m Message) NoAllocs() (*field.NoAllocsField, quickfix.MessageRejectError)
NoAllocs is a non-required field for AllocationInstructionAck.
func (Message) NoPartyIDs ¶
func (m Message) NoPartyIDs() (*field.NoPartyIDsField, quickfix.MessageRejectError)
NoPartyIDs is a non-required field for AllocationInstructionAck.
func (Message) Product ¶
func (m Message) Product() (*field.ProductField, quickfix.MessageRejectError)
Product is a non-required field for AllocationInstructionAck.
func (Message) SecondaryAllocID ¶
func (m Message) SecondaryAllocID() (*field.SecondaryAllocIDField, quickfix.MessageRejectError)
SecondaryAllocID is a non-required field for AllocationInstructionAck.
func (Message) SecurityType ¶
func (m Message) SecurityType() (*field.SecurityTypeField, quickfix.MessageRejectError)
SecurityType is a non-required field for AllocationInstructionAck.
func (Message) Text ¶
func (m Message) Text() (*field.TextField, quickfix.MessageRejectError)
Text is a non-required field for AllocationInstructionAck.
func (Message) TradeDate ¶
func (m Message) TradeDate() (*field.TradeDateField, quickfix.MessageRejectError)
TradeDate is a non-required field for AllocationInstructionAck.
func (Message) TransactTime ¶
func (m Message) TransactTime() (*field.TransactTimeField, quickfix.MessageRejectError)
TransactTime is a non-required field for AllocationInstructionAck.