Documentation ¶
Index ¶
- type RelatedPartyDetail
- func (m *RelatedPartyDetail) SetRelatedContextParties(v relatedcontextparties.RelatedContextParties)
- func (m *RelatedPartyDetail) SetRelatedPartyAltIDs(v relatedpartyaltids.RelatedPartyAltIDs)
- func (m *RelatedPartyDetail) SetRelatedPartyID(v string)
- func (m *RelatedPartyDetail) SetRelatedPartyIDSource(v string)
- func (m *RelatedPartyDetail) SetRelatedPartyRole(v int)
- func (m *RelatedPartyDetail) SetRelatedPtysSubGrp(v relatedptyssubgrp.RelatedPtysSubGrp)
- func (m *RelatedPartyDetail) SetRelationshipRiskLimits(v relationshiprisklimits.RelationshipRiskLimits)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RelatedPartyDetail ¶ added in v0.2.0
type RelatedPartyDetail struct { //RelatedPartyID is a non-required field for RelatedPartyDetail. RelatedPartyID *string `fix:"1563"` //RelatedPartyIDSource is a non-required field for RelatedPartyDetail. RelatedPartyIDSource *string `fix:"1564"` //RelatedPartyRole is a non-required field for RelatedPartyDetail. RelatedPartyRole *int `fix:"1565"` //RelatedPtysSubGrp is a non-required component for RelatedPartyDetail. RelatedPtysSubGrp *relatedptyssubgrp.RelatedPtysSubGrp //RelatedPartyAltIDs is a non-required component for RelatedPartyDetail. RelatedPartyAltIDs *relatedpartyaltids.RelatedPartyAltIDs //RelatedContextParties is a non-required component for RelatedPartyDetail. RelatedContextParties *relatedcontextparties.RelatedContextParties //RelationshipRiskLimits is a non-required component for RelatedPartyDetail. RelationshipRiskLimits *relationshiprisklimits.RelationshipRiskLimits }
RelatedPartyDetail is a fix50sp2 Component
func (*RelatedPartyDetail) SetRelatedContextParties ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedContextParties(v relatedcontextparties.RelatedContextParties)
func (*RelatedPartyDetail) SetRelatedPartyAltIDs ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedPartyAltIDs(v relatedpartyaltids.RelatedPartyAltIDs)
func (*RelatedPartyDetail) SetRelatedPartyID ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedPartyID(v string)
func (*RelatedPartyDetail) SetRelatedPartyIDSource ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedPartyIDSource(v string)
func (*RelatedPartyDetail) SetRelatedPartyRole ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedPartyRole(v int)
func (*RelatedPartyDetail) SetRelatedPtysSubGrp ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelatedPtysSubGrp(v relatedptyssubgrp.RelatedPtysSubGrp)
func (*RelatedPartyDetail) SetRelationshipRiskLimits ¶ added in v0.2.0
func (m *RelatedPartyDetail) SetRelationshipRiskLimits(v relationshiprisklimits.RelationshipRiskLimits)
Click to show internal directories.
Click to hide internal directories.