Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoPartyList ¶
type NoPartyList struct { //PartyDetail is a non-required component for NoPartyList. PartyDetail *partydetail.PartyDetail //RelatedPartyGrp is a non-required component for NoPartyList. RelatedPartyGrp *relatedpartygrp.RelatedPartyGrp }
NoPartyList is a repeating group in PartyListGrp
func NewNoPartyList ¶ added in v0.2.0
func NewNoPartyList() *NoPartyList
NewNoPartyList returns an initialized NoPartyList instance
func (*NoPartyList) SetPartyDetail ¶ added in v0.2.0
func (m *NoPartyList) SetPartyDetail(v partydetail.PartyDetail)
func (*NoPartyList) SetRelatedPartyGrp ¶ added in v0.2.0
func (m *NoPartyList) SetRelatedPartyGrp(v relatedpartygrp.RelatedPartyGrp)
type PartyListGrp ¶ added in v0.2.0
type PartyListGrp struct { //NoPartyList is a non-required field for PartyListGrp. NoPartyList []NoPartyList `fix:"1513,omitempty"` }
PartyListGrp is a fix50sp2 Component
func (*PartyListGrp) SetNoPartyList ¶ added in v0.2.0
func (m *PartyListGrp) SetNoPartyList(v []NoPartyList)
Click to show internal directories.
Click to hide internal directories.