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 //StrmAsgnReqInstrmtGrp is a non-required component for NoAsgnReqs. StrmAsgnReqInstrmtGrp *strmasgnreqinstrmtgrp.StrmAsgnReqInstrmtGrp }
NoAsgnReqs is a repeating group in StrmAsgnReqGrp
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) SetStrmAsgnReqInstrmtGrp ¶ added in v0.2.0
func (m *NoAsgnReqs) SetStrmAsgnReqInstrmtGrp(v strmasgnreqinstrmtgrp.StrmAsgnReqInstrmtGrp)
type StrmAsgnReqGrp ¶ added in v0.2.0
type StrmAsgnReqGrp struct { //NoAsgnReqs is a non-required field for StrmAsgnReqGrp. NoAsgnReqs []NoAsgnReqs `fix:"1499,omitempty"` }
StrmAsgnReqGrp is a fix50sp2 Component
func (*StrmAsgnReqGrp) SetNoAsgnReqs ¶ added in v0.2.0
func (m *StrmAsgnReqGrp) SetNoAsgnReqs(v []NoAsgnReqs)
Click to show internal directories.
Click to hide internal directories.