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 //CollAction is a non-required field for NoUnderlyings. CollAction *int `fix:"944"` }
NoUnderlyings is a repeating group in UndInstrmtCollGrp
func NewNoUnderlyings ¶ added in v0.2.0
func NewNoUnderlyings() *NoUnderlyings
NewNoUnderlyings returns an initialized NoUnderlyings instance
func (*NoUnderlyings) SetCollAction ¶ added in v0.2.0
func (m *NoUnderlyings) SetCollAction(v int)
func (*NoUnderlyings) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *NoUnderlyings) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
type UndInstrmtCollGrp ¶ added in v0.2.0
type UndInstrmtCollGrp struct { //NoUnderlyings is a non-required field for UndInstrmtCollGrp. NoUnderlyings []NoUnderlyings `fix:"711,omitempty"` }
UndInstrmtCollGrp is a fix50sp1 Component
func (*UndInstrmtCollGrp) SetNoUnderlyings ¶ added in v0.2.0
func (m *UndInstrmtCollGrp) SetNoUnderlyings(v []NoUnderlyings)
Click to show internal directories.
Click to hide internal directories.