Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRelatedPartyIDs ¶
type NoRelatedPartyIDs struct { //RelatedPartyDetail is a non-required component for NoRelatedPartyIDs. RelatedPartyDetail *relatedpartydetail.RelatedPartyDetail //PartyRelationships is a non-required component for NoRelatedPartyIDs. PartyRelationships *partyrelationships.PartyRelationships }
NoRelatedPartyIDs is a repeating group in RelatedPartyGrp
func NewNoRelatedPartyIDs ¶ added in v0.2.0
func NewNoRelatedPartyIDs() *NoRelatedPartyIDs
NewNoRelatedPartyIDs returns an initialized NoRelatedPartyIDs instance
func (*NoRelatedPartyIDs) SetPartyRelationships ¶ added in v0.2.0
func (m *NoRelatedPartyIDs) SetPartyRelationships(v partyrelationships.PartyRelationships)
func (*NoRelatedPartyIDs) SetRelatedPartyDetail ¶ added in v0.2.0
func (m *NoRelatedPartyIDs) SetRelatedPartyDetail(v relatedpartydetail.RelatedPartyDetail)
type RelatedPartyGrp ¶ added in v0.2.0
type RelatedPartyGrp struct { //NoRelatedPartyIDs is a non-required field for RelatedPartyGrp. NoRelatedPartyIDs []NoRelatedPartyIDs `fix:"1562,omitempty"` }
RelatedPartyGrp is a fix50sp2 Component
func (*RelatedPartyGrp) SetNoRelatedPartyIDs ¶ added in v0.2.0
func (m *RelatedPartyGrp) SetNoRelatedPartyIDs(v []NoRelatedPartyIDs)
Click to show internal directories.
Click to hide internal directories.