Documentation ¶
Index ¶
- type NoUndlyInstrumentParties
- func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID(v string)
- func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource(v string)
- func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole(v int)
- func (m *NoUndlyInstrumentParties) SetUndlyInstrumentPtysSubGrp(v undlyinstrumentptyssubgrp.UndlyInstrumentPtysSubGrp)
- type UndlyInstrumentParties
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUndlyInstrumentParties ¶
type NoUndlyInstrumentParties struct { //UnderlyingInstrumentPartyID is a non-required field for NoUndlyInstrumentParties. UnderlyingInstrumentPartyID *string `fix:"1059"` //UnderlyingInstrumentPartyIDSource is a non-required field for NoUndlyInstrumentParties. UnderlyingInstrumentPartyIDSource *string `fix:"1060"` //UnderlyingInstrumentPartyRole is a non-required field for NoUndlyInstrumentParties. UnderlyingInstrumentPartyRole *int `fix:"1061"` //UndlyInstrumentPtysSubGrp is a non-required component for NoUndlyInstrumentParties. UndlyInstrumentPtysSubGrp *undlyinstrumentptyssubgrp.UndlyInstrumentPtysSubGrp }
NoUndlyInstrumentParties is a repeating group in UndlyInstrumentParties
func NewNoUndlyInstrumentParties ¶ added in v0.2.0
func NewNoUndlyInstrumentParties() *NoUndlyInstrumentParties
NewNoUndlyInstrumentParties returns an initialized NoUndlyInstrumentParties instance
func (*NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID ¶ added in v0.2.0
func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyID(v string)
func (*NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource ¶ added in v0.2.0
func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyIDSource(v string)
func (*NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole ¶ added in v0.2.0
func (m *NoUndlyInstrumentParties) SetUnderlyingInstrumentPartyRole(v int)
func (*NoUndlyInstrumentParties) SetUndlyInstrumentPtysSubGrp ¶ added in v0.2.0
func (m *NoUndlyInstrumentParties) SetUndlyInstrumentPtysSubGrp(v undlyinstrumentptyssubgrp.UndlyInstrumentPtysSubGrp)
type UndlyInstrumentParties ¶ added in v0.2.0
type UndlyInstrumentParties struct { //NoUndlyInstrumentParties is a non-required field for UndlyInstrumentParties. NoUndlyInstrumentParties []NoUndlyInstrumentParties `fix:"1058,omitempty"` }
UndlyInstrumentParties is a fix50sp2 Component
func New ¶
func New() *UndlyInstrumentParties
New returns an initialized UndlyInstrumentParties instance
func (*UndlyInstrumentParties) SetNoUndlyInstrumentParties ¶ added in v0.2.0
func (m *UndlyInstrumentParties) SetNoUndlyInstrumentParties(v []NoUndlyInstrumentParties)
Click to show internal directories.
Click to hide internal directories.