Documentation
¶
Index ¶
- type NoRelatedSym
- func (m *NoRelatedSym) SetEncodedText(v string)
- func (m *NoRelatedSym) SetEncodedTextLen(v int)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetMDStreamID(v string)
- func (m *NoRelatedSym) SetSettlType(v string)
- func (m *NoRelatedSym) SetStreamAsgnRejReason(v int)
- func (m *NoRelatedSym) SetStreamAsgnType(v int)
- func (m *NoRelatedSym) SetText(v string)
- type StrmAsgnRptInstrmtGrp
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"`
//StreamAsgnType is a non-required field for NoRelatedSym.
StreamAsgnType *int `fix:"1617"`
//MDStreamID is a non-required field for NoRelatedSym.
MDStreamID *string `fix:"1500"`
//StreamAsgnRejReason is a non-required field for NoRelatedSym.
StreamAsgnRejReason *int `fix:"1502"`
//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"`
}
NoRelatedSym is a repeating group in StrmAsgnRptInstrmtGrp
func NewNoRelatedSym ¶ added in v0.2.0
func NewNoRelatedSym() *NoRelatedSym
NewNoRelatedSym returns an initialized NoRelatedSym instance
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) SetInstrument ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
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)
func (*NoRelatedSym) SetStreamAsgnRejReason ¶ added in v0.2.0
func (m *NoRelatedSym) SetStreamAsgnRejReason(v int)
func (*NoRelatedSym) SetStreamAsgnType ¶ added in v0.2.0
func (m *NoRelatedSym) SetStreamAsgnType(v int)
func (*NoRelatedSym) SetText ¶ added in v0.2.0
func (m *NoRelatedSym) SetText(v string)
type StrmAsgnRptInstrmtGrp ¶ added in v0.2.0
type StrmAsgnRptInstrmtGrp struct {
//NoRelatedSym is a non-required field for StrmAsgnRptInstrmtGrp.
NoRelatedSym []NoRelatedSym `fix:"146,omitempty"`
}
StrmAsgnRptInstrmtGrp is a fix50sp2 Component
func New ¶
func New() *StrmAsgnRptInstrmtGrp
New returns an initialized StrmAsgnRptInstrmtGrp instance
func (*StrmAsgnRptInstrmtGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *StrmAsgnRptInstrmtGrp) SetNoRelatedSym(v []NoRelatedSym)
Source Files
¶
- StrmAsgnRptInstrmtGrp.go
Click to show internal directories.
Click to hide internal directories.