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 fix50 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"`
	//NstdPtys3SubGrp is a non-required component for NoNested3PartyIDs.
	NstdPtys3SubGrp *nstdptys3subgrp.NstdPtys3SubGrp
}
    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) SetNstdPtys3SubGrp ¶ added in v0.2.0
func (m *NoNested3PartyIDs) SetNstdPtys3SubGrp(v nstdptys3subgrp.NstdPtys3SubGrp)
 Click to show internal directories. 
   Click to hide internal directories.