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 ¶ added in v0.2.0
func NewNoUnderlyingSecurityAltID() *NoUnderlyingSecurityAltID
NewNoUnderlyingSecurityAltID returns an initialized NoUnderlyingSecurityAltID instance
func (*NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID ¶ added in v0.2.0
func (m *NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltID(v string)
func (*NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource ¶ added in v0.2.0
func (m *NoUnderlyingSecurityAltID) SetUnderlyingSecurityAltIDSource(v string)
type UndSecAltIDGrp ¶ added in v0.2.0
type UndSecAltIDGrp struct {
//NoUnderlyingSecurityAltID is a non-required field for UndSecAltIDGrp.
NoUnderlyingSecurityAltID []NoUnderlyingSecurityAltID `fix:"457,omitempty"`
}
UndSecAltIDGrp is a fix50sp1 Component
func (*UndSecAltIDGrp) SetNoUnderlyingSecurityAltID ¶ added in v0.2.0
func (m *UndSecAltIDGrp) SetNoUnderlyingSecurityAltID(v []NoUnderlyingSecurityAltID)
Click to show internal directories.
Click to hide internal directories.