Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtLegIOIGrp ¶
type InstrmtLegIOIGrp struct { //NoLegs is a non-required field for InstrmtLegIOIGrp. NoLegs []NoLegs `fix:"555,omitempty"` }
InstrmtLegIOIGrp is a fix50sp1 Component
func (*InstrmtLegIOIGrp) SetNoLegs ¶
func (m *InstrmtLegIOIGrp) SetNoLegs(v []NoLegs)
type NoLegs ¶
type NoLegs struct { //InstrumentLeg is a non-required component for NoLegs. InstrumentLeg *instrumentleg.InstrumentLeg //LegIOIQty is a non-required field for NoLegs. LegIOIQty *string `fix:"682"` //LegStipulations is a non-required component for NoLegs. LegStipulations *legstipulations.LegStipulations }
NoLegs is a repeating group in InstrmtLegIOIGrp
func (*NoLegs) SetInstrumentLeg ¶
func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
func (*NoLegs) SetLegIOIQty ¶
func (*NoLegs) SetLegStipulations ¶
func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
Click to show internal directories.
Click to hide internal directories.