Documentation ¶
Overview ¶
Package marketdatarequestreject msg type = Y.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetEncodedText(v string)
- func (m *Message) SetEncodedTextLen(v int)
- func (m *Message) SetMDReqID(v string)
- func (m *Message) SetMDReqRejReason(v string)
- func (m *Message) SetNoAltMDSource(v []NoAltMDSource)
- func (m *Message) SetText(v string)
- type NoAltMDSource
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"Y"` fix44.Header //MDReqID is a required field for MarketDataRequestReject. MDReqID string `fix:"262"` //MDReqRejReason is a non-required field for MarketDataRequestReject. MDReqRejReason *string `fix:"281"` //NoAltMDSource is a non-required field for MarketDataRequestReject. NoAltMDSource []NoAltMDSource `fix:"816,omitempty"` //Text is a non-required field for MarketDataRequestReject. Text *string `fix:"58"` //EncodedTextLen is a non-required field for MarketDataRequestReject. EncodedTextLen *int `fix:"354"` //EncodedText is a non-required field for MarketDataRequestReject. EncodedText *string `fix:"355"` fix44.Trailer }
Message is a MarketDataRequestReject FIX Message
func (*Message) SetEncodedText ¶ added in v0.2.0
func (*Message) SetEncodedTextLen ¶ added in v0.2.0
func (*Message) SetMDReqID ¶ added in v0.2.0
func (*Message) SetMDReqRejReason ¶ added in v0.2.0
func (*Message) SetNoAltMDSource ¶ added in v0.2.0
func (m *Message) SetNoAltMDSource(v []NoAltMDSource)
type NoAltMDSource ¶
type NoAltMDSource struct { //AltMDSourceID is a non-required field for NoAltMDSource. AltMDSourceID *string `fix:"817"` }
NoAltMDSource is a repeating group in MarketDataRequestReject
func NewNoAltMDSource ¶ added in v0.2.0
func NewNoAltMDSource() *NoAltMDSource
NewNoAltMDSource returns an initialized NoAltMDSource instance
func (*NoAltMDSource) SetAltMDSourceID ¶ added in v0.2.0
func (m *NoAltMDSource) SetAltMDSourceID(v string)
Click to show internal directories.
Click to hide internal directories.