Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUnderlyingSecurityAltID ¶
type NoUnderlyingSecurityAltID struct {
//UnderlyingSecurityAltID is a non-required field for NoUnderlyingSecurityAltID.
UnderlyingSecurityAltID *string `fix:"458"`
//UnderlyingSecurityAltIDSource is a non-required field for NoUnderlyingSecurityAltID.
UnderlyingSecurityAltIDSource *string `fix:"459"`
}
NoUnderlyingSecurityAltID is a repeating group in UndSecAltIDGrp
func NewNoUnderlyingSecurityAltID ¶
func NewNoUnderlyingSecurityAltID() *NoUnderlyingSecurityAltID
NewNoUnderlyingSecurityAltID returns an initialized NoUnderlyingSecurityAltID instance
func (*NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID ¶
func (m *NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)
func (*NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource ¶
func (m *NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)
type UndSecAltIDGrp ¶
type UndSecAltIDGrp struct {
//NoUnderlyingSecurityAltID is a non-required field for UndSecAltIDGrp.
NoUnderlyingSecurityAltID []NoUnderlyingSecurityAltID `fix:"457,omitempty"`
}
UndSecAltIDGrp is a fix50 Component
func (*UndSecAltIDGrp) SetNoUnderlyingSecurityAltID ¶
func (m *UndSecAltIDGrp) SetNoUnderlyingSecurityAltID(v []NoUnderlyingSecurityAltID)
Click to show internal directories.
Click to hide internal directories.