Documentation ¶
Index ¶
- func Route(router RouteOut) (string, string, quickfix.MessageRoute)
- type News
- func (m News) GetLinesOfText() (v int, err quickfix.MessageRejectError)
- func (m News) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
- func (m News) GetRawData() (v string, err quickfix.MessageRejectError)
- func (m News) GetRawDataLength() (v int, err quickfix.MessageRejectError)
- func (m News) GetRelatdSym() (v string, err quickfix.MessageRejectError)
- func (m News) GetText() (v string, err quickfix.MessageRejectError)
- func (m News) GetUrgency() (v enum.Urgency, err quickfix.MessageRejectError)
- func (m News) HasLinesOfText() bool
- func (m News) HasOrigTime() bool
- func (m News) HasRawData() bool
- func (m News) HasRawDataLength() bool
- func (m News) HasRelatdSym() bool
- func (m News) HasText() bool
- func (m News) HasUrgency() bool
- func (m News) SetLinesOfText(v int)
- func (m News) SetOrigTime(v time.Time)
- func (m News) SetRawData(v string)
- func (m News) SetRawDataLength(v int)
- func (m News) SetRelatdSym(v string)
- func (m News) SetText(v string)
- func (m News) SetUrgency(v enum.Urgency)
- func (m News) ToMessage() *quickfix.Message
- type RouteOut
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type News ¶
News is the fix40 News type, MsgType = B.
func FromMessage ¶
FromMessage creates a News from a quickfix.Message instance.
func New ¶
func New(linesoftext field.LinesOfTextField, text field.TextField) (m News)
New returns a News initialized with the required fields for News.
func (News) GetLinesOfText ¶
func (m News) GetLinesOfText() (v int, err quickfix.MessageRejectError)
GetLinesOfText gets LinesOfText, Tag 33.
func (News) GetOrigTime ¶
func (m News) GetOrigTime() (v time.Time, err quickfix.MessageRejectError)
GetOrigTime gets OrigTime, Tag 42.
func (News) GetRawData ¶
func (m News) GetRawData() (v string, err quickfix.MessageRejectError)
GetRawData gets RawData, Tag 96.
func (News) GetRawDataLength ¶
func (m News) GetRawDataLength() (v int, err quickfix.MessageRejectError)
GetRawDataLength gets RawDataLength, Tag 95.
func (News) GetRelatdSym ¶
func (m News) GetRelatdSym() (v string, err quickfix.MessageRejectError)
GetRelatdSym gets RelatdSym, Tag 46.
func (News) GetText ¶
func (m News) GetText() (v string, err quickfix.MessageRejectError)
GetText gets Text, Tag 58.
func (News) GetUrgency ¶
func (m News) GetUrgency() (v enum.Urgency, err quickfix.MessageRejectError)
GetUrgency gets Urgency, Tag 61.
func (News) HasLinesOfText ¶
HasLinesOfText returns true if LinesOfText is present, Tag 33.
func (News) HasOrigTime ¶
HasOrigTime returns true if OrigTime is present, Tag 42.
func (News) HasRawData ¶
HasRawData returns true if RawData is present, Tag 96.
func (News) HasRawDataLength ¶
HasRawDataLength returns true if RawDataLength is present, Tag 95.
func (News) HasRelatdSym ¶
HasRelatdSym returns true if RelatdSym is present, Tag 46.
func (News) HasUrgency ¶
HasUrgency returns true if Urgency is present, Tag 61.
func (News) SetLinesOfText ¶
SetLinesOfText sets LinesOfText, Tag 33.
func (News) SetRawDataLength ¶
SetRawDataLength sets RawDataLength, Tag 95.
func (News) SetRelatdSym ¶
SetRelatdSym sets RelatdSym, Tag 46.