Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoOfLegUnderlyings ¶
type NoOfLegUnderlyings struct { //UnderlyingLegInstrument is a non-required component for NoOfLegUnderlyings. UnderlyingLegInstrument *underlyingleginstrument.UnderlyingLegInstrument }
NoOfLegUnderlyings is a repeating group in TradeCapLegUnderlyingsGrp
func NewNoOfLegUnderlyings ¶ added in v0.2.0
func NewNoOfLegUnderlyings() *NoOfLegUnderlyings
NewNoOfLegUnderlyings returns an initialized NoOfLegUnderlyings instance
func (*NoOfLegUnderlyings) SetUnderlyingLegInstrument ¶ added in v0.2.0
func (m *NoOfLegUnderlyings) SetUnderlyingLegInstrument(v underlyingleginstrument.UnderlyingLegInstrument)
type TradeCapLegUnderlyingsGrp ¶ added in v0.2.0
type TradeCapLegUnderlyingsGrp struct { //NoOfLegUnderlyings is a non-required field for TradeCapLegUnderlyingsGrp. NoOfLegUnderlyings []NoOfLegUnderlyings `fix:"1342,omitempty"` }
TradeCapLegUnderlyingsGrp is a fix50sp2 Component
func New ¶
func New() *TradeCapLegUnderlyingsGrp
New returns an initialized TradeCapLegUnderlyingsGrp instance
func (*TradeCapLegUnderlyingsGrp) SetNoOfLegUnderlyings ¶ added in v0.2.0
func (m *TradeCapLegUnderlyingsGrp) SetNoOfLegUnderlyings(v []NoOfLegUnderlyings)
Click to show internal directories.
Click to hide internal directories.