Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtLegGrp ¶ added in v0.2.0
type InstrmtLegGrp struct {
//NoLegs is a non-required field for InstrmtLegGrp.
NoLegs []NoLegs `fix:"555,omitempty"`
}
InstrmtLegGrp is a fix50 Component
func (*InstrmtLegGrp) SetNoLegs ¶ added in v0.2.0
func (m *InstrmtLegGrp) SetNoLegs(v []NoLegs)
type NoLegs ¶
type NoLegs struct {
//InstrumentLeg is a non-required component for NoLegs.
InstrumentLeg *instrumentleg.InstrumentLeg
}
NoLegs is a repeating group in InstrmtLegGrp
func NewNoLegs ¶ added in v0.2.0
func NewNoLegs() *NoLegs
NewNoLegs returns an initialized NoLegs instance
func (*NoLegs) SetInstrumentLeg ¶ added in v0.2.0
func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
Click to show internal directories.
Click to hide internal directories.