Documentation ¶
Overview ¶
Package securitylistrequest msg type = x.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetCurrency(v string)
- func (m *Message) SetEncodedText(v string)
- func (m *Message) SetEncodedTextLen(v int)
- func (m *Message) SetFinancingDetails(v financingdetails.FinancingDetails)
- func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *Message) SetInstrument(v instrument.Instrument)
- func (m *Message) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
- func (m *Message) SetMarketID(v string)
- func (m *Message) SetMarketSegmentID(v string)
- func (m *Message) SetSecurityListID(v string)
- func (m *Message) SetSecurityListRequestType(v int)
- func (m *Message) SetSecurityListType(v int)
- func (m *Message) SetSecurityListTypeSource(v int)
- func (m *Message) SetSecurityReqID(v string)
- func (m *Message) SetSubscriptionRequestType(v string)
- func (m *Message) SetText(v string)
- func (m *Message) SetTradingSessionID(v string)
- func (m *Message) SetTradingSessionSubID(v string)
- func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"x"` fixt11.Header //SecurityReqID is a required field for SecurityListRequest. SecurityReqID string `fix:"320"` //SecurityListRequestType is a required field for SecurityListRequest. SecurityListRequestType int `fix:"559"` //Instrument is a non-required component for SecurityListRequest. Instrument *instrument.Instrument //InstrumentExtension is a non-required component for SecurityListRequest. InstrumentExtension *instrumentextension.InstrumentExtension //FinancingDetails is a non-required component for SecurityListRequest. FinancingDetails *financingdetails.FinancingDetails //UndInstrmtGrp is a non-required component for SecurityListRequest. UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp //InstrmtLegGrp is a non-required component for SecurityListRequest. InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp //Currency is a non-required field for SecurityListRequest. Currency *string `fix:"15"` //Text is a non-required field for SecurityListRequest. Text *string `fix:"58"` //EncodedTextLen is a non-required field for SecurityListRequest. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for SecurityListRequest. EncodedText *string `fix:"355"` //TradingSessionID is a non-required field for SecurityListRequest. TradingSessionID *string `fix:"336"` //TradingSessionSubID is a non-required field for SecurityListRequest. TradingSessionSubID *string `fix:"625"` //SubscriptionRequestType is a non-required field for SecurityListRequest. SubscriptionRequestType *string `fix:"263"` //MarketID is a non-required field for SecurityListRequest. MarketID *string `fix:"1301"` //MarketSegmentID is a non-required field for SecurityListRequest. MarketSegmentID *string `fix:"1300"` //SecurityListID is a non-required field for SecurityListRequest. SecurityListID *string `fix:"1465"` //SecurityListType is a non-required field for SecurityListRequest. SecurityListType *int `fix:"1470"` //SecurityListTypeSource is a non-required field for SecurityListRequest. SecurityListTypeSource *int `fix:"1471"` fixt11.Trailer }
Message is a SecurityListRequest FIX Message
func (*Message) SetCurrency ¶ added in v0.2.0
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetFinancingDetails ¶ added in v0.2.0
func (m *Message) SetFinancingDetails(v financingdetails.FinancingDetails)
func (*Message) SetInstrmtLegGrp ¶ added in v0.2.0
func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
func (*Message) SetInstrument ¶ added in v0.2.0
func (m *Message) SetInstrument(v instrument.Instrument)
func (*Message) SetInstrumentExtension ¶ added in v0.2.0
func (m *Message) SetInstrumentExtension(v instrumentextension.InstrumentExtension)
func (*Message) SetMarketID ¶ added in v0.2.0
func (*Message) SetMarketSegmentID ¶ added in v0.2.0
func (*Message) SetSecurityListID ¶ added in v0.2.0
func (*Message) SetSecurityListRequestType ¶ added in v0.2.0
func (*Message) SetSecurityListType ¶ added in v0.2.0
func (*Message) SetSecurityListTypeSource ¶ added in v0.2.0
func (*Message) SetSecurityReqID ¶ added in v0.2.0
func (*Message) SetSubscriptionRequestType ¶ added in v0.2.0
func (*Message) SetTradingSessionID ¶ added in v0.2.0
func (*Message) SetTradingSessionSubID ¶ added in v0.2.0
func (*Message) SetUndInstrmtGrp ¶ added in v0.2.0
func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
Click to show internal directories.
Click to hide internal directories.