Documentation ¶
Overview ¶
Package news msg type = B.
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type Message
- func (m Message) Marshal() quickfix.Message
- func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)
- func (m *Message) SetEncodedHeadline(v string)
- func (m *Message) SetEncodedHeadlineLen(v int)
- func (m *Message) SetHeadline(v string)
- func (m *Message) SetInstrmtGrp(v instrmtgrp.InstrmtGrp)
- func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
- func (m *Message) SetLinesOfTextGrp(v linesoftextgrp.LinesOfTextGrp)
- func (m *Message) SetOrigTime(v time.Time)
- func (m *Message) SetRawData(v string)
- func (m *Message) SetRawDataLength(v int)
- func (m *Message) SetRoutingGrp(v routinggrp.RoutingGrp)
- func (m *Message) SetURLLink(v string)
- func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
- func (m *Message) SetUrgency(v string)
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"B"` fixt11.Header //OrigTime is a non-required field for News. OrigTime *time.Time `fix:"42"` //Urgency is a non-required field for News. Urgency *string `fix:"61"` //Headline is a required field for News. Headline string `fix:"148"` //EncodedHeadlineLen is a non-required field for News. EncodedHeadlineLen *int `fix:"358"` //EncodedHeadline is a non-required field for News. EncodedHeadline *string `fix:"359"` //RoutingGrp is a non-required component for News. RoutingGrp *routinggrp.RoutingGrp //InstrmtGrp is a non-required component for News. InstrmtGrp *instrmtgrp.InstrmtGrp //InstrmtLegGrp is a non-required component for News. InstrmtLegGrp *instrmtleggrp.InstrmtLegGrp //UndInstrmtGrp is a non-required component for News. UndInstrmtGrp *undinstrmtgrp.UndInstrmtGrp //LinesOfTextGrp is a required component for News. linesoftextgrp.LinesOfTextGrp //URLLink is a non-required field for News. URLLink *string `fix:"149"` //RawDataLength is a non-required field for News. RawDataLength *int `fix:"95"` //RawData is a non-required field for News. RawData *string `fix:"96"` //ApplicationSequenceControl is a non-required component for News. ApplicationSequenceControl *applicationsequencecontrol.ApplicationSequenceControl fixt11.Trailer }
Message is a News FIX Message
func New ¶ added in v0.2.0
func New(headline string, linesoftextgrp linesoftextgrp.LinesOfTextGrp) *Message
New returns an initialized News instance
func (*Message) SetApplicationSequenceControl ¶ added in v0.2.0
func (m *Message) SetApplicationSequenceControl(v applicationsequencecontrol.ApplicationSequenceControl)
func (*Message) SetEncodedHeadline ¶ added in v0.2.0
func (*Message) SetEncodedHeadlineLen ¶ added in v0.2.0
func (*Message) SetHeadline ¶ added in v0.2.0
func (*Message) SetInstrmtGrp ¶ added in v0.2.0
func (m *Message) SetInstrmtGrp(v instrmtgrp.InstrmtGrp)
func (*Message) SetInstrmtLegGrp ¶ added in v0.2.0
func (m *Message) SetInstrmtLegGrp(v instrmtleggrp.InstrmtLegGrp)
func (*Message) SetLinesOfTextGrp ¶ added in v0.2.0
func (m *Message) SetLinesOfTextGrp(v linesoftextgrp.LinesOfTextGrp)
func (*Message) SetOrigTime ¶ added in v0.2.0
func (*Message) SetRawData ¶ added in v0.2.0
func (*Message) SetRawDataLength ¶ added in v0.2.0
func (*Message) SetRoutingGrp ¶ added in v0.2.0
func (m *Message) SetRoutingGrp(v routinggrp.RoutingGrp)
func (*Message) SetURLLink ¶ added in v0.2.0
func (*Message) SetUndInstrmtGrp ¶ added in v0.2.0
func (m *Message) SetUndInstrmtGrp(v undinstrmtgrp.UndInstrmtGrp)
func (*Message) SetUrgency ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.