Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
type Component struct { //NoLegs is a non-required field for SecLstUpdRelSymsLegGrp. NoLegs []NoLegs `fix:"555,omitempty"` }
Component is a fix50sp1 SecLstUpdRelSymsLegGrp Component
type NoLegs ¶
type NoLegs struct { //InstrumentLeg Component InstrumentLeg instrumentleg.Component //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 Component LegStipulations legstipulations.Component //LegBenchmarkCurveData Component LegBenchmarkCurveData legbenchmarkcurvedata.Component }
NoLegs is a repeating group in SecLstUpdRelSymsLegGrp
Click to show internal directories.
Click to hide internal directories.