Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoPartyAltIDs is a non-required field for PartyAltIDs.
NoPartyAltIDs []NoPartyAltIDs `fix:"1516,omitempty"`
}
Component is a fix50sp2 PartyAltIDs Component
type NoPartyAltIDs ¶
type NoPartyAltIDs struct {
//PartyAltID is a non-required field for NoPartyAltIDs.
PartyAltID *string `fix:"1517"`
//PartyAltIDSource is a non-required field for NoPartyAltIDs.
PartyAltIDSource *string `fix:"1518"`
//AltPtysSubGrp Component
AltPtysSubGrp altptyssubgrp.Component
}
NoPartyAltIDs is a repeating group in PartyAltIDs
Click to show internal directories.
Click to hide internal directories.