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 ¶ added in v0.2.0
func NewNoDlvyInst() *NoDlvyInst
NewNoDlvyInst returns an initialized NoDlvyInst instance
func (*NoDlvyInst) SetDlvyInstType ¶ added in v0.2.0
func (m *NoDlvyInst) SetDlvyInstType(v string)
func (*NoDlvyInst) SetSettlInstSource ¶ added in v0.2.0
func (m *NoDlvyInst) SetSettlInstSource(v string)
func (*NoDlvyInst) SetSettlParties ¶ added in v0.2.0
func (m *NoDlvyInst) SetSettlParties(v settlparties.SettlParties)
type SettlInstructionsData ¶ added in v0.2.0
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 ¶ added in v0.2.0
func (m *SettlInstructionsData) SetNoDlvyInst(v []NoDlvyInst)
func (*SettlInstructionsData) SetSettlDeliveryType ¶ added in v0.2.0
func (m *SettlInstructionsData) SetSettlDeliveryType(v int)
func (*SettlInstructionsData) SetStandInstDbID ¶ added in v0.2.0
func (m *SettlInstructionsData) SetStandInstDbID(v string)
func (*SettlInstructionsData) SetStandInstDbName ¶ added in v0.2.0
func (m *SettlInstructionsData) SetStandInstDbName(v string)
func (*SettlInstructionsData) SetStandInstDbType ¶ added in v0.2.0
func (m *SettlInstructionsData) SetStandInstDbType(v int)
Click to show internal directories.
Click to hide internal directories.