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) SetLinesOfText(v int)
- func (m *Message) SetOrigTime(v time.Time)
- func (m *Message) SetRawData(v string)
- func (m *Message) SetRawDataLength(v int)
- func (m *Message) SetRelatdSym(v string)
- func (m *Message) SetText(v string)
- 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"`
fix40.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"`
//RelatdSym is a non-required field for News.
RelatdSym *string `fix:"46"`
//LinesOfText is a required field for News.
LinesOfText int `fix:"33"`
//Text is a required field for News.
Text string `fix:"58"`
//RawDataLength is a non-required field for News.
RawDataLength *int `fix:"95"`
//RawData is a non-required field for News.
RawData *string `fix:"96"`
fix40.Trailer
}
Message is a News FIX Message
func (*Message) SetLinesOfText ¶ added in v0.2.0
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) SetRelatdSym ¶ added in v0.2.0
func (*Message) SetUrgency ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.