Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedParties4 ¶ added in v0.2.0
type NestedParties4 struct {
	//NoNested4PartyIDs is a non-required field for NestedParties4.
	NoNested4PartyIDs []NoNested4PartyIDs `fix:"1414,omitempty"`
}
    NestedParties4 is a fix50sp2 Component
func (*NestedParties4) SetNoNested4PartyIDs ¶ added in v0.2.0
func (m *NestedParties4) SetNoNested4PartyIDs(v []NoNested4PartyIDs)
type NoNested4PartyIDs ¶
type NoNested4PartyIDs struct {
	//Nested4PartyID is a non-required field for NoNested4PartyIDs.
	Nested4PartyID *string `fix:"1415"`
	//Nested4PartyIDSource is a non-required field for NoNested4PartyIDs.
	Nested4PartyIDSource *string `fix:"1416"`
	//Nested4PartyRole is a non-required field for NoNested4PartyIDs.
	Nested4PartyRole *int `fix:"1417"`
	//NstdPtys4SubGrp is a non-required component for NoNested4PartyIDs.
	NstdPtys4SubGrp *nstdptys4subgrp.NstdPtys4SubGrp
}
    NoNested4PartyIDs is a repeating group in NestedParties4
func NewNoNested4PartyIDs ¶ added in v0.2.0
func NewNoNested4PartyIDs() *NoNested4PartyIDs
NewNoNested4PartyIDs returns an initialized NoNested4PartyIDs instance
func (*NoNested4PartyIDs) SetNested4PartyID ¶ added in v0.2.0
func (m *NoNested4PartyIDs) SetNested4PartyID(v string)
func (*NoNested4PartyIDs) SetNested4PartyIDSource ¶ added in v0.2.0
func (m *NoNested4PartyIDs) SetNested4PartyIDSource(v string)
func (*NoNested4PartyIDs) SetNested4PartyRole ¶ added in v0.2.0
func (m *NoNested4PartyIDs) SetNested4PartyRole(v int)
func (*NoNested4PartyIDs) SetNstdPtys4SubGrp ¶ added in v0.2.0
func (m *NoNested4PartyIDs) SetNstdPtys4SubGrp(v nstdptys4subgrp.NstdPtys4SubGrp)
 Click to show internal directories. 
   Click to hide internal directories.