Documentation ¶
Index ¶
- type InstrmtMDReqGrp
- type NoRelatedSym
- func (m *NoRelatedSym) SetCurrency(v string)
- func (m *NoRelatedSym) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetMDEntrySize(v float64)
- func (m *NoRelatedSym) SetMDStreamID(v string)
- func (m *NoRelatedSym) SetQuoteType(v int)
- func (m *NoRelatedSym) SetSettlDate(v string)
- func (m *NoRelatedSym) SetSettlType(v string)
- func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtMDReqGrp ¶ added in v0.2.0
type InstrmtMDReqGrp struct { //NoRelatedSym is a required field for InstrmtMDReqGrp. NoRelatedSym []NoRelatedSym `fix:"146"` }
InstrmtMDReqGrp is a fix50sp2 Component
func New ¶
func New(norelatedsym []NoRelatedSym) *InstrmtMDReqGrp
New returns an initialized InstrmtMDReqGrp instance
func (*InstrmtMDReqGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *InstrmtMDReqGrp) SetNoRelatedSym(v []NoRelatedSym)
type NoRelatedSym ¶
type NoRelatedSym struct { //Instrument is a required component for NoRelatedSym. instrument.Instrument //UndInstrmtGrp is a non-required component for NoRelatedSym. UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp //InstrmtLegGrp is a non-required component for NoRelatedSym. InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp //Currency is a non-required field for NoRelatedSym. Currency *string `fix:"15"` //QuoteType is a non-required field for NoRelatedSym. QuoteType *int `fix:"537"` //SettlType is a non-required field for NoRelatedSym. SettlType *string `fix:"63"` //SettlDate is a non-required field for NoRelatedSym. SettlDate *string `fix:"64"` //MDEntrySize is a non-required field for NoRelatedSym. MDEntrySize *float64 `fix:"271"` //MDStreamID is a non-required field for NoRelatedSym. MDStreamID *string `fix:"1500"` }
NoRelatedSym is a repeating group in InstrmtMDReqGrp
func NewNoRelatedSym ¶ added in v0.2.0
func NewNoRelatedSym(instrument instrument.Instrument) *NoRelatedSym
NewNoRelatedSym returns an initialized NoRelatedSym instance
func (*NoRelatedSym) SetCurrency ¶ added in v0.2.0
func (m *NoRelatedSym) SetCurrency(v string)
func (*NoRelatedSym) SetInstrmtLegGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
func (*NoRelatedSym) SetInstrument ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
func (*NoRelatedSym) SetMDEntrySize ¶ added in v0.2.0
func (m *NoRelatedSym) SetMDEntrySize(v float64)
func (*NoRelatedSym) SetMDStreamID ¶ added in v0.2.0
func (m *NoRelatedSym) SetMDStreamID(v string)
func (*NoRelatedSym) SetQuoteType ¶ added in v0.2.0
func (m *NoRelatedSym) SetQuoteType(v int)
func (*NoRelatedSym) SetSettlDate ¶ added in v0.2.0
func (m *NoRelatedSym) SetSettlDate(v string)
func (*NoRelatedSym) SetSettlType ¶ added in v0.2.0
func (m *NoRelatedSym) SetSettlType(v string)
func (*NoRelatedSym) SetUndInstrmtGrp ¶ added in v0.2.0
func (m *NoRelatedSym) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
Click to show internal directories.
Click to hide internal directories.