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 ¶
func NewNoPartyAltIDs() *NoPartyAltIDs
NewNoPartyAltIDs returns an initialized NoPartyAltIDs instance
func (*NoPartyAltIDs) SetAltPtysSubGrp ¶
func (m *NoPartyAltIDs) SetAltPtysSubGrp(v altptyssubgrp.AltPtysSubGrp)
func (*NoPartyAltIDs) SetPartyAltID ¶
func (m *NoPartyAltIDs) SetPartyAltID(v string)
func (*NoPartyAltIDs) SetPartyAltIDSource ¶
func (m *NoPartyAltIDs) SetPartyAltIDSource(v string)
type PartyAltIDs ¶
type PartyAltIDs struct { //NoPartyAltIDs is a non-required field for PartyAltIDs. NoPartyAltIDs []NoPartyAltIDs `fix:"1516,omitempty"` }
PartyAltIDs is a fix50sp2 Component
func (*PartyAltIDs) SetNoPartyAltIDs ¶
func (m *PartyAltIDs) SetNoPartyAltIDs(v []NoPartyAltIDs)
Click to show internal directories.
Click to hide internal directories.