Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct {
//NoRootPartyIDs is a non-required field for RootParties.
NoRootPartyIDs []NoRootPartyIDs `fix:"1116,omitempty"`
}
Component is a fix50sp1 RootParties Component
type NoRootPartyIDs ¶
type NoRootPartyIDs struct {
//RootPartyID is a non-required field for NoRootPartyIDs.
RootPartyID *string `fix:"1117"`
//RootPartyIDSource is a non-required field for NoRootPartyIDs.
RootPartyIDSource *string `fix:"1118"`
//RootPartyRole is a non-required field for NoRootPartyIDs.
RootPartyRole *int `fix:"1119"`
//RootSubParties Component
RootSubParties rootsubparties.Component
}
NoRootPartyIDs is a repeating group in RootParties
Click to show internal directories.
Click to hide internal directories.