Documentation ¶
Overview ¶
Package registrationinstructions msg type = o.
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) SetOwnershipType(v string)
- func (m *Message) SetParties(v parties.Parties)
- func (m *Message) SetRegistAcctType(v string)
- func (m *Message) SetRegistID(v string)
- func (m *Message) SetRegistRefID(v string)
- func (m *Message) SetRegistTransType(v string)
- func (m *Message) SetRgstDistInstGrp(v rgstdistinstgrp.RgstDistInstGrp)
- func (m *Message) SetRgstDtlsGrp(v rgstdtlsgrp.RgstDtlsGrp)
- func (m *Message) SetTaxAdvantageType(v int)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"o"` fixt11.Header //RegistID is a required field for RegistrationInstructions. RegistID string `fix:"513"` //RegistTransType is a required field for RegistrationInstructions. RegistTransType string `fix:"514"` //RegistRefID is a required field for RegistrationInstructions. RegistRefID string `fix:"508"` //ClOrdID is a non-required field for RegistrationInstructions. ClOrdID *string `fix:"11"` //Parties is a non-required component for RegistrationInstructions. Parties *parties.Parties //Account is a non-required field for RegistrationInstructions. Account *string `fix:"1"` //AcctIDSource is a non-required field for RegistrationInstructions. AcctIDSource *int `fix:"660"` //RegistAcctType is a non-required field for RegistrationInstructions. RegistAcctType *string `fix:"493"` //TaxAdvantageType is a non-required field for RegistrationInstructions. TaxAdvantageType *int `fix:"495"` //OwnershipType is a non-required field for RegistrationInstructions. OwnershipType *string `fix:"517"` //RgstDtlsGrp is a non-required component for RegistrationInstructions. RgstDtlsGrp *rgstdtlsgrp.RgstDtlsGrp //RgstDistInstGrp is a non-required component for RegistrationInstructions. RgstDistInstGrp *rgstdistinstgrp.RgstDistInstGrp fixt11.Trailer }
Message is a RegistrationInstructions 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) SetOwnershipType ¶ added in v0.2.0
func (*Message) SetParties ¶ added in v0.2.0
func (*Message) SetRegistAcctType ¶ added in v0.2.0
func (*Message) SetRegistID ¶ added in v0.2.0
func (*Message) SetRegistRefID ¶ added in v0.2.0
func (*Message) SetRegistTransType ¶ added in v0.2.0
func (*Message) SetRgstDistInstGrp ¶ added in v0.2.0
func (m *Message) SetRgstDistInstGrp(v rgstdistinstgrp.RgstDistInstGrp)
func (*Message) SetRgstDtlsGrp ¶ added in v0.2.0
func (m *Message) SetRgstDtlsGrp(v rgstdtlsgrp.RgstDtlsGrp)
func (*Message) SetTaxAdvantageType ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.