Documentation
      ¶
    
    
  
    
  
    Index ¶
- type SettlInstructionsData
 - func (m *SettlInstructionsData) SetDlvyInstGrp(v dlvyinstgrp.DlvyInstGrp)
 - func (m *SettlInstructionsData) SetSettlDeliveryType(v int)
 - func (m *SettlInstructionsData) SetStandInstDbID(v string)
 - func (m *SettlInstructionsData) SetStandInstDbName(v string)
 - func (m *SettlInstructionsData) SetStandInstDbType(v int)
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
	//DlvyInstGrp is a non-required component for SettlInstructionsData.
	DlvyInstGrp *dlvyinstgrp.DlvyInstGrp
}
    SettlInstructionsData is a fix50sp1 Component
func New ¶
func New() *SettlInstructionsData
New returns an initialized SettlInstructionsData instance
func (*SettlInstructionsData) SetDlvyInstGrp ¶ added in v0.2.0
func (m *SettlInstructionsData) SetDlvyInstGrp(v dlvyinstgrp.DlvyInstGrp)
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.