Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoUnderlyings ¶
type NoUnderlyings struct { //UnderlyingInstrument is a non-required component for NoUnderlyings. UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument }
NoUnderlyings is a repeating group in UndInstrmtGrp
func NewNoUnderlyings ¶ added in v0.2.0
func NewNoUnderlyings() *NoUnderlyings
NewNoUnderlyings returns an initialized NoUnderlyings instance
func (*NoUnderlyings) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
type UndInstrmtGrp ¶ added in v0.2.0
type UndInstrmtGrp struct { //NoUnderlyings is a non-required field for UndInstrmtGrp. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` }
UndInstrmtGrp is a fix50sp1 Component
func (*UndInstrmtGrp) SetNoUnderlyings ¶ added in v0.2.0
func (m *UndInstrmtGrp) SetNoUnderlyings(v []NoUnderlyings)
Click to show internal directories.
Click to hide internal directories.