Documentation
¶
Index ¶
- type NoLegs
- func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
- func (m *NoLegs) SetLegBenchmarkCurveData(v legbenchmarkcurvedata.LegBenchmarkCurveData)
- func (m *NoLegs) SetLegSettlType(v string)
- func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
- func (m *NoLegs) SetLegSwapType(v int)
- type SecLstUpdRelSymsLegGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoLegs ¶
type NoLegs struct {
//InstrumentLeg is a non-required component for NoLegs.
InstrumentLeg *instrumentleg.InstrumentLeg
//LegSwapType is a non-required field for NoLegs.
LegSwapType *int `fix:"690"`
//LegSettlType is a non-required field for NoLegs.
LegSettlType *string `fix:"587"`
//LegStipulations is a non-required component for NoLegs.
LegStipulations *legstipulations.LegStipulations
//LegBenchmarkCurveData is a non-required component for NoLegs.
LegBenchmarkCurveData *legbenchmarkcurvedata.LegBenchmarkCurveData
}
NoLegs is a repeating group in SecLstUpdRelSymsLegGrp
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) SetLegBenchmarkCurveData ¶ added in v0.2.0
func (m *NoLegs) SetLegBenchmarkCurveData(v legbenchmarkcurvedata.LegBenchmarkCurveData)
func (*NoLegs) SetLegStipulations ¶ added in v0.2.0
func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
type SecLstUpdRelSymsLegGrp ¶ added in v0.2.0
type SecLstUpdRelSymsLegGrp struct {
//NoLegs is a non-required field for SecLstUpdRelSymsLegGrp.
NoLegs []NoLegs `fix:"555,omitempty"`
}
SecLstUpdRelSymsLegGrp is a fix50sp1 Component
func New ¶
func New() *SecLstUpdRelSymsLegGrp
New returns an initialized SecLstUpdRelSymsLegGrp instance
func (*SecLstUpdRelSymsLegGrp) SetNoLegs ¶ added in v0.2.0
func (m *SecLstUpdRelSymsLegGrp) SetNoLegs(v []NoLegs)
Source Files
¶
- SecLstUpdRelSymsLegGrp.go
Click to show internal directories.
Click to hide internal directories.