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) SetExpirationCycle(v int)
- func (m *NoRelatedSym) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
- func (m *NoRelatedSym) SetText(v string)
- func (m *NoRelatedSym) SetTradingSessionID(v string)
- func (m *NoRelatedSym) SetTradingSessionSubID(v string)
- type RelSymDerivSecGrp
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
//Currency is a non-required field for NoRelatedSym.
Currency *string `fix:"15"`
//ExpirationCycle is a non-required field for NoRelatedSym.
ExpirationCycle *int `fix:"827"`
//InstrumentExtension is a non-required component for NoRelatedSym.
InstrumentExtension *instrumentextension.InstrumentExtension
//InstrmtLegGrp is a non-required component for NoRelatedSym.
InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp
//TradingSessionID is a non-required field for NoRelatedSym.
TradingSessionID *string `fix:"336"`
//TradingSessionSubID is a non-required field for NoRelatedSym.
TradingSessionSubID *string `fix:"625"`
//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 RelSymDerivSecGrp
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) SetExpirationCycle ¶ added in v0.2.0
func (m *NoRelatedSym) SetExpirationCycle(v int)
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) SetInstrumentExtension ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
func (*NoRelatedSym) SetText ¶ added in v0.2.0
func (m *NoRelatedSym) SetText(v string)
func (*NoRelatedSym) SetTradingSessionID ¶ added in v0.2.0
func (m *NoRelatedSym) SetTradingSessionID(v string)
func (*NoRelatedSym) SetTradingSessionSubID ¶ added in v0.2.0
func (m *NoRelatedSym) SetTradingSessionSubID(v string)
type RelSymDerivSecGrp ¶ added in v0.2.0
type RelSymDerivSecGrp struct {
//NoRelatedSym is a non-required field for RelSymDerivSecGrp.
NoRelatedSym []NoRelatedSym `fix:"146,omitempty"`
}
RelSymDerivSecGrp is a fix50 Component
func (*RelSymDerivSecGrp) SetNoRelatedSym ¶ added in v0.2.0
func (m *RelSymDerivSecGrp) SetNoRelatedSym(v []NoRelatedSym)
Click to show internal directories.
Click to hide internal directories.