Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DlvyInstGrp ¶ added in v0.2.0
type DlvyInstGrp struct {
//NoDlvyInst is a non-required field for DlvyInstGrp.
NoDlvyInst []NoDlvyInst `fix:"85,omitempty"`
}
DlvyInstGrp is a fix50 Component
func (*DlvyInstGrp) SetNoDlvyInst ¶ added in v0.2.0
func (m *DlvyInstGrp) SetNoDlvyInst(v []NoDlvyInst)
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 DlvyInstGrp
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)
Click to show internal directories.
Click to hide internal directories.