Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtLegIOIGrp ¶ added in v0.2.0
type InstrmtLegIOIGrp struct { //NoLegs is a non-required field for InstrmtLegIOIGrp. NoLegs []NoLegs `fix:"555,omitempty"` }
InstrmtLegIOIGrp is a fix50sp1 Component
func (*InstrmtLegIOIGrp) SetNoLegs ¶ added in v0.2.0
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 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)
func (*NoLegs) SetLegIOIQty ¶ added in v0.2.0
func (*NoLegs) SetLegStipulations ¶ added in v0.2.0
func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
Click to show internal directories.
Click to hide internal directories.