Documentation ¶
Index ¶
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 //SettlType is a non-required field for NoRelatedSym. SettlType *string `fix:"63"` //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 StrmAsgnReqInstrmtGrp
func NewNoRelatedSym ¶ added in v0.2.0
func NewNoRelatedSym() *NoRelatedSym
NewNoRelatedSym returns an initialized NoRelatedSym instance
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) SetSettlType ¶ added in v0.2.0
func (m *NoRelatedSym) SetSettlType(v string)
type StrmAsgnReqInstrmtGrp ¶ added in v0.2.0
type StrmAsgnReqInstrmtGrp struct { //NoRelatedSym is a non-required field for StrmAsgnReqInstrmtGrp. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` }
StrmAsgnReqInstrmtGrp is a fix50sp2 Component
func New ¶
func New() *StrmAsgnReqInstrmtGrp
New returns an initialized StrmAsgnReqInstrmtGrp instance
func (*StrmAsgnReqInstrmtGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *StrmAsgnReqInstrmtGrp) SetNoRelatedSym(v []NoRelatedSym)
Click to show internal directories.
Click to hide internal directories.