Documentation ¶
Overview ¶
Package derivativesecuritylist msg type = AA.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetNoRelatedSym(v []NoRelatedSym)
- func (m *Message) SetSecurityReqID(v string)
- func (m *Message) SetSecurityRequestResult(v int)
- func (m *Message) SetSecurityResponseID(v string)
- func (m *Message) SetTotalNumSecurities(v int)
- func (m *Message) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
- type NoLegs
- type NoRelatedSym
- func (m *NoRelatedSym) SetCurrency(v string)
- func (m *NoRelatedSym) SetEncodedText(v string)
- func (m *NoRelatedSym) SetEncodedTextLen(v int)
- func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
- func (m *NoRelatedSym) SetNoLegs(v []NoLegs)
- func (m *NoRelatedSym) SetText(v string)
- func (m *NoRelatedSym) SetTradingSessionID(v string)
- func (m *NoRelatedSym) SetTradingSessionSubID(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"AA"` fix43.Header //SecurityReqID is a required field for DerivativeSecurityList. SecurityReqID string `fix:"320"` //SecurityResponseID is a required field for DerivativeSecurityList. SecurityResponseID string `fix:"322"` //SecurityRequestResult is a required field for DerivativeSecurityList. SecurityRequestResult int `fix:"560"` //UnderlyingInstrument is a non-required component for DerivativeSecurityList. UnderlyingInstrument *underlyinginstrument.UnderlyingInstrument //TotalNumSecurities is a non-required field for DerivativeSecurityList. TotalNumSecurities *int `fix:"393"` //NoRelatedSym is a non-required field for DerivativeSecurityList. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` fix43.Trailer }
Message is a DerivativeSecurityList FIX Message
func (*Message) SetNoRelatedSym ¶ added in v0.2.0
func (m *Message) SetNoRelatedSym(v []NoRelatedSym)
func (*Message) SetSecurityReqID ¶ added in v0.2.0
func (*Message) SetSecurityRequestResult ¶ added in v0.2.0
func (*Message) SetSecurityResponseID ¶ added in v0.2.0
func (*Message) SetTotalNumSecurities ¶ added in v0.2.0
func (*Message) SetUnderlyingInstrument ¶ added in v0.2.0
func (m *Message) SetUnderlyingInstrument(v underlyinginstrument.UnderlyingInstrument)
type NoLegs ¶
type NoLegs struct { //InstrumentLeg is a non-required component for NoLegs. InstrumentLeg *instrumentleg.InstrumentLeg //LegCurrency is a non-required field for NoLegs. LegCurrency *string `fix:"556"` }
NoLegs is a repeating group in NoRelatedSym
func NewNoLegs ¶ added in v0.2.0
func NewNoLegs() *NoLegs
NewNoLegs returns an initialized NoLegs instance
func (*NoLegs) SetInstrumentLeg ¶ added in v0.2.0
func (m *NoLegs) SetInstrumentLeg(v instrumentleg.InstrumentLeg)
func (*NoLegs) SetLegCurrency ¶ added in v0.2.0
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"` //NoLegs is a non-required field for NoRelatedSym. NoLegs []NoLegs `fix:"555,omitempty"` //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 DerivativeSecurityList
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) SetInstrument ¶ added in v0.2.0
func (m *NoRelatedSym) SetInstrument(v instrument.Instrument)
func (*NoRelatedSym) SetNoLegs ¶ added in v0.2.0
func (m *NoRelatedSym) SetNoLegs(v []NoLegs)
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)
Click to show internal directories.
Click to hide internal directories.