Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoAsgnReqs ¶
type NoAsgnReqs struct {
//Parties is a non-required component for NoAsgnReqs.
Parties *parties.Parties
//StrmAsgnRptInstrmtGrp is a non-required component for NoAsgnReqs.
StrmAsgnRptInstrmtGrp *strmasgnrptinstrmtgrp.StrmAsgnRptInstrmtGrp
}
NoAsgnReqs is a repeating group in StrmAsgnRptGrp
func NewNoAsgnReqs ¶ added in v0.2.0
func NewNoAsgnReqs() *NoAsgnReqs
NewNoAsgnReqs returns an initialized NoAsgnReqs instance
func (*NoAsgnReqs) SetParties ¶ added in v0.2.0
func (m *NoAsgnReqs) SetParties(v parties.Parties)
func (*NoAsgnReqs) SetStrmAsgnRptInstrmtGrp ¶ added in v0.2.0
func (m *NoAsgnReqs) SetStrmAsgnRptInstrmtGrp(v strmasgnrptinstrmtgrp.StrmAsgnRptInstrmtGrp)
type StrmAsgnRptGrp ¶ added in v0.2.0
type StrmAsgnRptGrp struct {
//NoAsgnReqs is a non-required field for StrmAsgnRptGrp.
NoAsgnReqs []NoAsgnReqs `fix:"1499,omitempty"`
}
StrmAsgnRptGrp is a fix50sp2 Component
func (*StrmAsgnRptGrp) SetNoAsgnReqs ¶ added in v0.2.0
func (m *StrmAsgnRptGrp) SetNoAsgnReqs(v []NoAsgnReqs)
Click to show internal directories.
Click to hide internal directories.