Documentation ¶
Overview ¶
Package news msg type = B.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { FIXMsgType string `fix:"B"` Header 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"` Trailer fix40.Trailer }
Message is a News FIX Message
Click to show internal directories.
Click to hide internal directories.