Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoRelatedPartyAltIDs is a non-required field for RelatedPartyAltIDs. NoRelatedPartyAltIDs []NoRelatedPartyAltIDs `fix:"1569,omitempty"` }
Component is a fix50sp2 RelatedPartyAltIDs Component
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 Component RelatedAltPtysSubGrp relatedaltptyssubgrp.Component }
NoRelatedPartyAltIDs is a repeating group in RelatedPartyAltIDs
Click to show internal directories.
Click to hide internal directories.