Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRelatedPartyAltIDs ¶
type NoRelatedPartyAltIDs struct {
//RelatedPartyAltID is a non-required field for NoRelatedPartyAltIDs.
RelatedPartyAltID *string `fix:"1570"`
//RelatedPartyAltIDSource is a non-required field for NoRelatedPartyAltIDs.
RelatedPartyAltIDSource *string `fix:"1571"`
//RelatedAltPtysSubGrp is a non-required component for NoRelatedPartyAltIDs.
RelatedAltPtysSubGrp *relatedaltptyssubgrp.RelatedAltPtysSubGrp
}
NoRelatedPartyAltIDs is a repeating group in RelatedPartyAltIDs
func NewNoRelatedPartyAltIDs ¶ added in v0.2.0
func NewNoRelatedPartyAltIDs() *NoRelatedPartyAltIDs
NewNoRelatedPartyAltIDs returns an initialized NoRelatedPartyAltIDs instance
func (*NoRelatedPartyAltIDs) SetRelatedAltPtysSubGrp ¶ added in v0.2.0
func (m *NoRelatedPartyAltIDs) SetRelatedAltPtysSubGrp(v relatedaltptyssubgrp.RelatedAltPtysSubGrp)
func (*NoRelatedPartyAltIDs) SetRelatedPartyAltID ¶ added in v0.2.0
func (m *NoRelatedPartyAltIDs) SetRelatedPartyAltID(v string)
func (*NoRelatedPartyAltIDs) SetRelatedPartyAltIDSource ¶ added in v0.2.0
func (m *NoRelatedPartyAltIDs) SetRelatedPartyAltIDSource(v string)
type RelatedPartyAltIDs ¶ added in v0.2.0
type RelatedPartyAltIDs struct {
//NoRelatedPartyAltIDs is a non-required field for RelatedPartyAltIDs.
NoRelatedPartyAltIDs []NoRelatedPartyAltIDs `fix:"1569,omitempty"`
}
RelatedPartyAltIDs is a fix50sp2 Component
func (*RelatedPartyAltIDs) SetNoRelatedPartyAltIDs ¶ added in v0.2.0
func (m *RelatedPartyAltIDs) SetNoRelatedPartyAltIDs(v []NoRelatedPartyAltIDs)
Source Files
¶
- RelatedPartyAltIDs.go
Click to show internal directories.
Click to hide internal directories.