Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoPartyAltIDs ¶
type NoPartyAltIDs struct {
//PartyAltID is a non-required field for NoPartyAltIDs.
PartyAltID *string `fix:"1517"`
//PartyAltIDSource is a non-required field for NoPartyAltIDs.
PartyAltIDSource *string `fix:"1518"`
//AltPtysSubGrp is a non-required component for NoPartyAltIDs.
AltPtysSubGrp *altptyssubgrp.AltPtysSubGrp
}
NoPartyAltIDs is a repeating group in PartyAltIDs
func NewNoPartyAltIDs ¶ added in v0.2.0
func NewNoPartyAltIDs() *NoPartyAltIDs
NewNoPartyAltIDs returns an initialized NoPartyAltIDs instance
func (*NoPartyAltIDs) SetAltPtysSubGrp ¶ added in v0.2.0
func (m *NoPartyAltIDs) SetAltPtysSubGrp(v altptyssubgrp.AltPtysSubGrp)
func (*NoPartyAltIDs) SetPartyAltID ¶ added in v0.2.0
func (m *NoPartyAltIDs) SetPartyAltID(v string)
func (*NoPartyAltIDs) SetPartyAltIDSource ¶ added in v0.2.0
func (m *NoPartyAltIDs) SetPartyAltIDSource(v string)
type PartyAltIDs ¶ added in v0.2.0
type PartyAltIDs struct {
//NoPartyAltIDs is a non-required field for PartyAltIDs.
NoPartyAltIDs []NoPartyAltIDs `fix:"1516,omitempty"`
}
PartyAltIDs is a fix50sp2 Component
func (*PartyAltIDs) SetNoPartyAltIDs ¶ added in v0.2.0
func (m *PartyAltIDs) SetNoPartyAltIDs(v []NoPartyAltIDs)
Click to show internal directories.
Click to hide internal directories.