Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRelatedPartyAltSubIDs ¶
type NoRelatedPartyAltSubIDs struct { //RelatedPartyAltSubID is a non-required field for NoRelatedPartyAltSubIDs. RelatedPartyAltSubID *string `fix:"1573"` //RelatedPartyAltSubIDType is a non-required field for NoRelatedPartyAltSubIDs. RelatedPartyAltSubIDType *int `fix:"1574"` }
NoRelatedPartyAltSubIDs is a repeating group in RelatedAltPtysSubGrp
func NewNoRelatedPartyAltSubIDs ¶ added in v0.2.0
func NewNoRelatedPartyAltSubIDs() *NoRelatedPartyAltSubIDs
NewNoRelatedPartyAltSubIDs returns an initialized NoRelatedPartyAltSubIDs instance
func (*NoRelatedPartyAltSubIDs) SetRelatedPartyAltSubID ¶ added in v0.2.0
func (m *NoRelatedPartyAltSubIDs) SetRelatedPartyAltSubID(v string)
func (*NoRelatedPartyAltSubIDs) SetRelatedPartyAltSubIDType ¶ added in v0.2.0
func (m *NoRelatedPartyAltSubIDs) SetRelatedPartyAltSubIDType(v int)
type RelatedAltPtysSubGrp ¶ added in v0.2.0
type RelatedAltPtysSubGrp struct { //NoRelatedPartyAltSubIDs is a non-required field for RelatedAltPtysSubGrp. NoRelatedPartyAltSubIDs []NoRelatedPartyAltSubIDs `fix:"1572,omitempty"` }
RelatedAltPtysSubGrp is a fix50sp2 Component
func New ¶
func New() *RelatedAltPtysSubGrp
New returns an initialized RelatedAltPtysSubGrp instance
func (*RelatedAltPtysSubGrp) SetNoRelatedPartyAltSubIDs ¶ added in v0.2.0
func (m *RelatedAltPtysSubGrp) SetNoRelatedPartyAltSubIDs(v []NoRelatedPartyAltSubIDs)
Click to show internal directories.
Click to hide internal directories.