Documentation
¶
Index ¶
- type NoRelatedSym
- func (m *NoRelatedSym) SetCurrency(v string)
- func (m *NoRelatedSym) SetEncodedText(v string)
- func (m *NoRelatedSym) SetEncodedTextLen(v int)
- func (m *NoRelatedSym) SetFinancingDetails(v financingdetails.FinancingDetails)
- func (m *NoRelatedSym) SetInstrmtLegSecListGrp(v instrmtlegseclistgrp.InstrmtLegSecListGrp)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
- func (m *NoRelatedSym) SetSecurityTradingRules(v securitytradingrules.SecurityTradingRules)
- func (m *NoRelatedSym) SetSpreadOrBenchmarkCurveData(v spreadorbenchmarkcurvedata.SpreadOrBenchmarkCurveData)
- func (m *NoRelatedSym) SetStipulations(v stipulations.Stipulations)
- func (m *NoRelatedSym) SetStrikeRules(v strikerules.StrikeRules)
- func (m *NoRelatedSym) SetText(v string)
- func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
- func (m *NoRelatedSym) SetYieldData(v yielddata.YieldData)
- type SecListGrp
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoRelatedSym ¶
type NoRelatedSym struct {
//Instrument is a non-required component for NoRelatedSym.
Instrument *instrument.Instrument
//InstrumentExtension is a non-required component for NoRelatedSym.
InstrumentExtension *instrumentextension.InstrumentExtension
//FinancingDetails is a non-required component for NoRelatedSym.
FinancingDetails *financingdetails.FinancingDetails
//UndInstrmtGrp is a non-required component for NoRelatedSym.
UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp
//Currency is a non-required field for NoRelatedSym.
Currency *string `fix:"15"`
//Stipulations is a non-required component for NoRelatedSym.
Stipulations *stipulations.Stipulations
//InstrmtLegSecListGrp is a non-required component for NoRelatedSym.
InstrmtLegSecListGrp *instrmtlegseclistgrp.InstrmtLegSecListGrp
//SpreadOrBenchmarkCurveData is a non-required component for NoRelatedSym.
SpreadOrBenchmarkCurveData *spreadorbenchmarkcurvedata.SpreadOrBenchmarkCurveData
//YieldData is a non-required component for NoRelatedSym.
YieldData *yielddata.YieldData
//Text is a non-required field for NoRelatedSym.
Text *string `fix:"58"`
//EncodedTextLen is a non-required field for NoRelatedSym.
EncodedTextLen *int `fix:"354"`
//EncodedText is a non-required field for NoRelatedSym.
EncodedText *string `fix:"355"`
//SecurityTradingRules is a non-required component for NoRelatedSym.
SecurityTradingRules *securitytradingrules.SecurityTradingRules
//StrikeRules is a non-required component for NoRelatedSym.
StrikeRules *strikerules.StrikeRules
}
NoRelatedSym is a repeating group in SecListGrp
func NewNoRelatedSym ¶ added in v0.2.0
func NewNoRelatedSym() *NoRelatedSym
NewNoRelatedSym returns an initialized NoRelatedSym instance
func (*NoRelatedSym) SetCurrency ¶ added in v0.2.0
func (m *NoRelatedSym) SetCurrency(v string)
func (*NoRelatedSym) SetEncodedText ¶ added in v0.2.0
func (m *NoRelatedSym) SetEncodedText(v string)
func (*NoRelatedSym) SetEncodedTextLen ¶ added in v0.2.0
func (m *NoRelatedSym) SetEncodedTextLen(v int)
func (*NoRelatedSym) SetFinancingDetails ¶ added in v0.2.0
func (m *NoRelatedSym) SetFinancingDetails(v financingdetails.FinancingDetails)
func (*NoRelatedSym) SetInstrmtLegSecListGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrmtLegSecListGrp(v instrmtlegseclistgrp.InstrmtLegSecListGrp)
func (*NoRelatedSym) SetInstrument ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
func (*NoRelatedSym) SetInstrumentExtension ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
func (*NoRelatedSym) SetSecurityTradingRules ¶ added in v0.2.0
func (m *NoRelatedSym) SetSecurityTradingRules(v securitytradingrules.SecurityTradingRules)
func (*NoRelatedSym) SetSpreadOrBenchmarkCurveData ¶ added in v0.2.0
func (m *NoRelatedSym) SetSpreadOrBenchmarkCurveData(v spreadorbenchmarkcurvedata.SpreadOrBenchmarkCurveData)
func (*NoRelatedSym) SetStipulations ¶ added in v0.2.0
func (m *NoRelatedSym) SetStipulations(v stipulations.Stipulations)
func (*NoRelatedSym) SetStrikeRules ¶ added in v0.2.0
func (m *NoRelatedSym) SetStrikeRules(v strikerules.StrikeRules)
func (*NoRelatedSym) SetText ¶ added in v0.2.0
func (m *NoRelatedSym) SetText(v string)
func (*NoRelatedSym) SetUndInstrmtGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
func (*NoRelatedSym) SetYieldData ¶ added in v0.2.0
func (m *NoRelatedSym) SetYieldData(v yielddata.YieldData)
type SecListGrp ¶ added in v0.2.0
type SecListGrp struct {
//NoRelatedSym is a non-required field for SecListGrp.
NoRelatedSym []NoRelatedSym `fix:"146,omitempty"`
}
SecListGrp is a fix50sp1 Component
func (*SecListGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *SecListGrp) SetNoRelatedSym(v []NoRelatedSym)
Click to show internal directories.
Click to hide internal directories.