Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstrmtGrp ¶ added in v0.2.0
type InstrmtGrp struct {
	//NoRelatedSym is a non-required field for InstrmtGrp.
	NoRelatedSym []NoRelatedSym `fix:"146,omitempty"`
}
    InstrmtGrp is a fix50 Component
func (*InstrmtGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *InstrmtGrp) SetNoRelatedSym(v []NoRelatedSym)
type NoRelatedSym ¶
type NoRelatedSym struct {
	//Instrument is a non-required component for NoRelatedSym.
	Instrument *instrument.Instrument
}
    NoRelatedSym is a repeating group in InstrmtGrp
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)
 Click to show internal directories. 
   Click to hide internal directories.