Documentation
¶
Index ¶
- type LegQuotGrp
- type NoLegs
- func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
- func (m *NoLegs) SetLegBenchmarkCurveData(v legbenchmarkcurvedata.LegBenchmarkCurveData)
- func (m *NoLegs) SetLegBidForwardPoints(v float64)
- func (m *NoLegs) SetLegBidPx(v float64)
- func (m *NoLegs) SetLegOfferForwardPoints(v float64)
- func (m *NoLegs) SetLegOfferPx(v float64)
- func (m *NoLegs) SetLegOrderQty(v float64)
- func (m *NoLegs) SetLegPriceType(v int)
- func (m *NoLegs) SetLegQty(v float64)
- func (m *NoLegs) SetLegRefID(v string)
- func (m *NoLegs) SetLegSettlDate(v string)
- func (m *NoLegs) SetLegSettlType(v string)
- func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
- func (m *NoLegs) SetLegSwapType(v int)
- func (m *NoLegs) SetNestedParties(v nestedparties.NestedParties)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegQuotGrp ¶ added in v0.2.0
type LegQuotGrp struct {
//NoLegs is a non-required field for LegQuotGrp.
NoLegs []NoLegs `fix:"555,omitempty"`
}
LegQuotGrp is a fix50 Component
func (*LegQuotGrp) SetNoLegs ¶ added in v0.2.0
func (m *LegQuotGrp) SetNoLegs(v []NoLegs)
type NoLegs ¶
type NoLegs struct {
//InstrumentLeg is a non-required component for NoLegs.
InstrumentLeg *instrumentleg.InstrumentLeg
//LegQty is a non-required field for NoLegs.
LegQty *float64 `fix:"687"`
//LegSwapType is a non-required field for NoLegs.
LegSwapType *int `fix:"690"`
//LegSettlType is a non-required field for NoLegs.
LegSettlType *string `fix:"587"`
//LegSettlDate is a non-required field for NoLegs.
LegSettlDate *string `fix:"588"`
//LegStipulations is a non-required component for NoLegs.
LegStipulations *legstipulations.LegStipulations
//NestedParties is a non-required component for NoLegs.
NestedParties *nestedparties.NestedParties
//LegPriceType is a non-required field for NoLegs.
LegPriceType *int `fix:"686"`
//LegBidPx is a non-required field for NoLegs.
LegBidPx *float64 `fix:"681"`
//LegOfferPx is a non-required field for NoLegs.
LegOfferPx *float64 `fix:"684"`
//LegBenchmarkCurveData is a non-required component for NoLegs.
LegBenchmarkCurveData *legbenchmarkcurvedata.LegBenchmarkCurveData
//LegOrderQty is a non-required field for NoLegs.
LegOrderQty *float64 `fix:"685"`
//LegRefID is a non-required field for NoLegs.
LegRefID *string `fix:"654"`
//LegBidForwardPoints is a non-required field for NoLegs.
LegBidForwardPoints *float64 `fix:"1067"`
//LegOfferForwardPoints is a non-required field for NoLegs.
LegOfferForwardPoints *float64 `fix:"1068"`
}
NoLegs is a repeating group in LegQuotGrp
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) SetLegBidForwardPoints ¶ added in v0.2.0
func (*NoLegs) SetLegBidPx ¶ added in v0.2.0
func (*NoLegs) SetLegOfferForwardPoints ¶ added in v0.2.0
func (*NoLegs) SetLegOfferPx ¶ added in v0.2.0
func (*NoLegs) SetLegOrderQty ¶ added in v0.2.0
func (*NoLegs) SetLegPriceType ¶ added in v0.2.0
func (*NoLegs) SetLegRefID ¶ added in v0.2.0
func (*NoLegs) SetLegSettlDate ¶ added in v0.2.0
func (*NoLegs) SetLegSettlType ¶ added in v0.2.0
func (*NoLegs) SetLegStipulations ¶ added in v0.2.0
func (m *NoLegs) SetLegStipulations(v legstipulations.LegStipulations)
func (*NoLegs) SetLegSwapType ¶ added in v0.2.0
func (*NoLegs) SetNestedParties ¶ added in v0.2.0
func (m *NoLegs) SetNestedParties(v nestedparties.NestedParties)
Click to show internal directories.
Click to hide internal directories.