Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedParties3 ¶ added in v0.2.0
type NestedParties3 struct {
	//NoNested3PartyIDs is a non-required field for NestedParties3.
	NoNested3PartyIDs []NoNested3PartyIDs `fix:"948,omitempty"`
}
    NestedParties3 is a fix44 Component
func (*NestedParties3) SetNoNested3PartyIDs ¶ added in v0.2.0
func (m *NestedParties3) SetNoNested3PartyIDs(v []NoNested3PartyIDs)
type NoNested3PartyIDs ¶
type NoNested3PartyIDs struct {
	//Nested3PartyID is a non-required field for NoNested3PartyIDs.
	Nested3PartyID *string `fix:"949"`
	//Nested3PartyIDSource is a non-required field for NoNested3PartyIDs.
	Nested3PartyIDSource *string `fix:"950"`
	//Nested3PartyRole is a non-required field for NoNested3PartyIDs.
	Nested3PartyRole *int `fix:"951"`
	//NoNested3PartySubIDs is a non-required field for NoNested3PartyIDs.
	NoNested3PartySubIDs []NoNested3PartySubIDs `fix:"952,omitempty"`
}
    NoNested3PartyIDs is a repeating group in NestedParties3
func NewNoNested3PartyIDs ¶ added in v0.2.0
func NewNoNested3PartyIDs() *NoNested3PartyIDs
NewNoNested3PartyIDs returns an initialized NoNested3PartyIDs instance
func (*NoNested3PartyIDs) SetNested3PartyID ¶ added in v0.2.0
func (m *NoNested3PartyIDs) SetNested3PartyID(v string)
func (*NoNested3PartyIDs) SetNested3PartyIDSource ¶ added in v0.2.0
func (m *NoNested3PartyIDs) SetNested3PartyIDSource(v string)
func (*NoNested3PartyIDs) SetNested3PartyRole ¶ added in v0.2.0
func (m *NoNested3PartyIDs) SetNested3PartyRole(v int)
func (*NoNested3PartyIDs) SetNoNested3PartySubIDs ¶ added in v0.2.0
func (m *NoNested3PartyIDs) SetNoNested3PartySubIDs(v []NoNested3PartySubIDs)
type NoNested3PartySubIDs ¶
type NoNested3PartySubIDs struct {
	//Nested3PartySubID is a non-required field for NoNested3PartySubIDs.
	Nested3PartySubID *string `fix:"953"`
	//Nested3PartySubIDType is a non-required field for NoNested3PartySubIDs.
	Nested3PartySubIDType *int `fix:"954"`
}
    NoNested3PartySubIDs is a repeating group in NoNested3PartyIDs
func NewNoNested3PartySubIDs ¶ added in v0.2.0
func NewNoNested3PartySubIDs() *NoNested3PartySubIDs
NewNoNested3PartySubIDs returns an initialized NoNested3PartySubIDs instance
func (*NoNested3PartySubIDs) SetNested3PartySubID ¶ added in v0.2.0
func (m *NoNested3PartySubIDs) SetNested3PartySubID(v string)
func (*NoNested3PartySubIDs) SetNested3PartySubIDType ¶ added in v0.2.0
func (m *NoNested3PartySubIDs) SetNested3PartySubIDType(v int)
 Click to show internal directories. 
   Click to hide internal directories.