Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NestedParties ¶ added in v0.2.0
type NestedParties struct {
	//NoNestedPartyIDs is a non-required field for NestedParties.
	NoNestedPartyIDs []NoNestedPartyIDs `fix:"539,omitempty"`
}
    NestedParties is a fix50sp2 Component
func (*NestedParties) SetNoNestedPartyIDs ¶ added in v0.2.0
func (m *NestedParties) SetNoNestedPartyIDs(v []NoNestedPartyIDs)
type NoNestedPartyIDs ¶
type NoNestedPartyIDs struct {
	//NestedPartyID is a non-required field for NoNestedPartyIDs.
	NestedPartyID *string `fix:"524"`
	//NestedPartyIDSource is a non-required field for NoNestedPartyIDs.
	NestedPartyIDSource *string `fix:"525"`
	//NestedPartyRole is a non-required field for NoNestedPartyIDs.
	NestedPartyRole *int `fix:"538"`
	//NstdPtysSubGrp is a non-required component for NoNestedPartyIDs.
	NstdPtysSubGrp *nstdptyssubgrp.NstdPtysSubGrp
}
    NoNestedPartyIDs is a repeating group in NestedParties
func NewNoNestedPartyIDs ¶ added in v0.2.0
func NewNoNestedPartyIDs() *NoNestedPartyIDs
NewNoNestedPartyIDs returns an initialized NoNestedPartyIDs instance
func (*NoNestedPartyIDs) SetNestedPartyID ¶ added in v0.2.0
func (m *NoNestedPartyIDs) SetNestedPartyID(v string)
func (*NoNestedPartyIDs) SetNestedPartyIDSource ¶ added in v0.2.0
func (m *NoNestedPartyIDs) SetNestedPartyIDSource(v string)
func (*NoNestedPartyIDs) SetNestedPartyRole ¶ added in v0.2.0
func (m *NoNestedPartyIDs) SetNestedPartyRole(v int)
func (*NoNestedPartyIDs) SetNstdPtysSubGrp ¶ added in v0.2.0
func (m *NoNestedPartyIDs) SetNstdPtysSubGrp(v nstdptyssubgrp.NstdPtysSubGrp)
 Click to show internal directories. 
   Click to hide internal directories.