Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 is a non-required component for NoRootPartyIDs. RootSubParties *rootsubparties.RootSubParties }
NoRootPartyIDs is a repeating group in RootParties
func NewNoRootPartyIDs ¶ added in v0.2.0
func NewNoRootPartyIDs() *NoRootPartyIDs
NewNoRootPartyIDs returns an initialized NoRootPartyIDs instance
func (*NoRootPartyIDs) SetRootPartyID ¶ added in v0.2.0
func (m *NoRootPartyIDs) SetRootPartyID(v string)
func (*NoRootPartyIDs) SetRootPartyIDSource ¶ added in v0.2.0
func (m *NoRootPartyIDs) SetRootPartyIDSource(v string)
func (*NoRootPartyIDs) SetRootPartyRole ¶ added in v0.2.0
func (m *NoRootPartyIDs) SetRootPartyRole(v int)
func (*NoRootPartyIDs) SetRootSubParties ¶ added in v0.2.0
func (m *NoRootPartyIDs) SetRootSubParties(v rootsubparties.RootSubParties)
type RootParties ¶ added in v0.2.0
type RootParties struct { //NoRootPartyIDs is a non-required field for RootParties. NoRootPartyIDs []NoRootPartyIDs `fix:"1116,omitempty"` }
RootParties is a fix50 Component
func (*RootParties) SetNoRootPartyIDs ¶ added in v0.2.0
func (m *RootParties) SetNoRootPartyIDs(v []NoRootPartyIDs)
Click to show internal directories.
Click to hide internal directories.