Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MDRjctGrp ¶ added in v0.2.0
type MDRjctGrp struct {
//NoAltMDSource is a non-required field for MDRjctGrp.
NoAltMDSource []NoAltMDSource `fix:"816,omitempty"`
}
MDRjctGrp is a fix50 Component
func (*MDRjctGrp) SetNoAltMDSource ¶ added in v0.2.0
func (m *MDRjctGrp) SetNoAltMDSource(v []NoAltMDSource)
type NoAltMDSource ¶
type NoAltMDSource struct {
//AltMDSourceID is a non-required field for NoAltMDSource.
AltMDSourceID *string `fix:"817"`
}
NoAltMDSource is a repeating group in MDRjctGrp
func NewNoAltMDSource ¶ added in v0.2.0
func NewNoAltMDSource() *NoAltMDSource
NewNoAltMDSource returns an initialized NoAltMDSource instance
func (*NoAltMDSource) SetAltMDSourceID ¶ added in v0.2.0
func (m *NoAltMDSource) SetAltMDSourceID(v string)
Click to show internal directories.
Click to hide internal directories.