Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoDlvyInst ¶
type NoDlvyInst struct { //SettlInstSource is a non-required field for NoDlvyInst. SettlInstSource *string `fix:"165"` //DlvyInstType is a non-required field for NoDlvyInst. DlvyInstType *string `fix:"787"` //SettlParties is a non-required component for NoDlvyInst. SettlParties *settlparties.SettlParties }
NoDlvyInst is a repeating group in SettlInstructionsData
func NewNoDlvyInst ¶
func NewNoDlvyInst() *NoDlvyInst
NewNoDlvyInst returns an initialized NoDlvyInst instance
func (*NoDlvyInst) SetDlvyInstType ¶
func (m *NoDlvyInst) SetDlvyInstType(v string)
func (*NoDlvyInst) SetSettlInstSource ¶
func (m *NoDlvyInst) SetSettlInstSource(v string)
func (*NoDlvyInst) SetSettlParties ¶
func (m *NoDlvyInst) SetSettlParties(v settlparties.SettlParties)
type SettlInstructionsData ¶
type SettlInstructionsData struct { //SettlDeliveryType is a non-required field for SettlInstructionsData. SettlDeliveryType *int `fix:"172"` //StandInstDbType is a non-required field for SettlInstructionsData. StandInstDbType *int `fix:"169"` //StandInstDbName is a non-required field for SettlInstructionsData. StandInstDbName *string `fix:"170"` //StandInstDbID is a non-required field for SettlInstructionsData. StandInstDbID *string `fix:"171"` //NoDlvyInst is a non-required field for SettlInstructionsData. NoDlvyInst []NoDlvyInst `fix:"85,omitempty"` }
SettlInstructionsData is a fix44 Component
func New ¶
func New() *SettlInstructionsData
New returns an initialized SettlInstructionsData instance
func (*SettlInstructionsData) SetNoDlvyInst ¶
func (m *SettlInstructionsData) SetNoDlvyInst(v []NoDlvyInst)
func (*SettlInstructionsData) SetSettlDeliveryType ¶
func (m *SettlInstructionsData) SetSettlDeliveryType(v int)
func (*SettlInstructionsData) SetStandInstDbID ¶
func (m *SettlInstructionsData) SetStandInstDbID(v string)
func (*SettlInstructionsData) SetStandInstDbName ¶
func (m *SettlInstructionsData) SetStandInstDbName(v string)
func (*SettlInstructionsData) SetStandInstDbType ¶
func (m *SettlInstructionsData) SetStandInstDbType(v int)
Click to show internal directories.
Click to hide internal directories.