Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRootPartySubIDs ¶
type NoRootPartySubIDs struct { //RootPartySubID is a non-required field for NoRootPartySubIDs. RootPartySubID *string `fix:"1121"` //RootPartySubIDType is a non-required field for NoRootPartySubIDs. RootPartySubIDType *int `fix:"1122"` }
NoRootPartySubIDs is a repeating group in RootSubParties
func NewNoRootPartySubIDs ¶ added in v0.2.0
func NewNoRootPartySubIDs() *NoRootPartySubIDs
NewNoRootPartySubIDs returns an initialized NoRootPartySubIDs instance
func (*NoRootPartySubIDs) SetRootPartySubID ¶ added in v0.2.0
func (m *NoRootPartySubIDs) SetRootPartySubID(v string)
func (*NoRootPartySubIDs) SetRootPartySubIDType ¶ added in v0.2.0
func (m *NoRootPartySubIDs) SetRootPartySubIDType(v int)
type RootSubParties ¶ added in v0.2.0
type RootSubParties struct { //NoRootPartySubIDs is a non-required field for RootSubParties. NoRootPartySubIDs []NoRootPartySubIDs `fix:"1120,omitempty"` }
RootSubParties is a fix50 Component
func (*RootSubParties) SetNoRootPartySubIDs ¶ added in v0.2.0
func (m *RootSubParties) SetNoRootPartySubIDs(v []NoRootPartySubIDs)
Click to show internal directories.
Click to hide internal directories.