Documentation
¶
Overview ¶
Package registrationinstructionsresponse msg type = p.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetAccount(v string)
- func (m *Message) SetAcctIDSource(v int)
- func (m *Message) SetClOrdID(v string)
- func (m *Message) SetParties(v parties.Parties)
- func (m *Message) SetRegistID(v string)
- func (m *Message) SetRegistRefID(v string)
- func (m *Message) SetRegistRejReasonCode(v int)
- func (m *Message) SetRegistRejReasonText(v string)
- func (m *Message) SetRegistStatus(v string)
- func (m *Message) SetRegistTransType(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
FIXMsgType string `fix:"p"`
fix44.Header
//RegistID is a required field for RegistrationInstructionsResponse.
RegistID string `fix:"513"`
//RegistTransType is a required field for RegistrationInstructionsResponse.
RegistTransType string `fix:"514"`
//RegistRefID is a required field for RegistrationInstructionsResponse.
RegistRefID string `fix:"508"`
//ClOrdID is a non-required field for RegistrationInstructionsResponse.
ClOrdID *string `fix:"11"`
//Parties is a non-required component for RegistrationInstructionsResponse.
Parties *parties.Parties
//Account is a non-required field for RegistrationInstructionsResponse.
Account *string `fix:"1"`
//AcctIDSource is a non-required field for RegistrationInstructionsResponse.
AcctIDSource *int `fix:"660"`
//RegistStatus is a required field for RegistrationInstructionsResponse.
RegistStatus string `fix:"506"`
//RegistRejReasonCode is a non-required field for RegistrationInstructionsResponse.
RegistRejReasonCode *int `fix:"507"`
//RegistRejReasonText is a non-required field for RegistrationInstructionsResponse.
RegistRejReasonText *string `fix:"496"`
fix44.Trailer
}
Message is a RegistrationInstructionsResponse FIX Message
func (*Message) SetAccount ¶ added in v0.2.0
func (*Message) SetAcctIDSource ¶ added in v0.2.0
func (*Message) SetClOrdID ¶ added in v0.2.0
func (*Message) SetParties ¶ added in v0.2.0
func (*Message) SetRegistID ¶ added in v0.2.0
func (*Message) SetRegistRefID ¶ added in v0.2.0
func (*Message) SetRegistRejReasonCode ¶ added in v0.2.0
func (*Message) SetRegistRejReasonText ¶ added in v0.2.0
func (*Message) SetRegistStatus ¶ added in v0.2.0
func (*Message) SetRegistTransType ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.