Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUnderlyingLegSecurityAltID ¶
type NoUnderlyingLegSecurityAltID struct {
//UnderlyingLegSecurityAltID is a non-required field for NoUnderlyingLegSecurityAltID.
UnderlyingLegSecurityAltID *string `fix:"1335"`
//UnderlyingLegSecurityAltIDSource is a non-required field for NoUnderlyingLegSecurityAltID.
UnderlyingLegSecurityAltIDSource *string `fix:"1336"`
}
NoUnderlyingLegSecurityAltID is a repeating group in UnderlyingLegSecurityAltIDGrp
func NewNoUnderlyingLegSecurityAltID ¶ added in v0.2.0
func NewNoUnderlyingLegSecurityAltID() *NoUnderlyingLegSecurityAltID
NewNoUnderlyingLegSecurityAltID returns an initialized NoUnderlyingLegSecurityAltID instance
func (*NoUnderlyingLegSecurityAltID) SetUnderlyingLegSecurityAltID ¶ added in v0.2.0
func (m *NoUnderlyingLegSecurityAltID) SetUnderlyingLegSecurityAltID(v string)
func (*NoUnderlyingLegSecurityAltID) SetUnderlyingLegSecurityAltIDSource ¶ added in v0.2.0
func (m *NoUnderlyingLegSecurityAltID) SetUnderlyingLegSecurityAltIDSource(v string)
type UnderlyingLegSecurityAltIDGrp ¶ added in v0.2.0
type UnderlyingLegSecurityAltIDGrp struct {
//NoUnderlyingLegSecurityAltID is a non-required field for UnderlyingLegSecurityAltIDGrp.
NoUnderlyingLegSecurityAltID []NoUnderlyingLegSecurityAltID `fix:"1334,omitempty"`
}
UnderlyingLegSecurityAltIDGrp is a fix50sp2 Component
func New ¶
func New() *UnderlyingLegSecurityAltIDGrp
New returns an initialized UnderlyingLegSecurityAltIDGrp instance
func (*UnderlyingLegSecurityAltIDGrp) SetNoUnderlyingLegSecurityAltID ¶ added in v0.2.0
func (m *UnderlyingLegSecurityAltIDGrp) SetNoUnderlyingLegSecurityAltID(v []NoUnderlyingLegSecurityAltID)
Click to show internal directories.
Click to hide internal directories.