Documentation ¶
Overview ¶
Package news msg type = B.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinesOfText ¶
type LinesOfText struct { //Text is a required field for LinesOfText. Text string `fix:"58"` }
LinesOfText is a repeating group in News
type Message ¶
type Message struct { FIXMsgType string `fix:"B"` Header fix41.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"` //NoRelatedSym is a non-required field for News. NoRelatedSym []NoRelatedSym `fix:"146,omitempty"` //LinesOfText is a required field for News. LinesOfText []LinesOfText `fix:"33"` //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"` Trailer fix41.Trailer }
Message is a News FIX Message
type NoRelatedSym ¶
type NoRelatedSym struct { //RelatdSym is a non-required field for NoRelatedSym. RelatdSym *string `fix:"46"` //SymbolSfx is a non-required field for NoRelatedSym. SymbolSfx *string `fix:"65"` //SecurityID is a non-required field for NoRelatedSym. SecurityID *string `fix:"48"` //IDSource is a non-required field for NoRelatedSym. IDSource *string `fix:"22"` //SecurityType is a non-required field for NoRelatedSym. SecurityType *string `fix:"167"` //MaturityMonthYear is a non-required field for NoRelatedSym. MaturityMonthYear *string `fix:"200"` //MaturityDay is a non-required field for NoRelatedSym. MaturityDay *int `fix:"205"` //PutOrCall is a non-required field for NoRelatedSym. PutOrCall *int `fix:"201"` //StrikePrice is a non-required field for NoRelatedSym. StrikePrice *float64 `fix:"202"` //OptAttribute is a non-required field for NoRelatedSym. OptAttribute *string `fix:"206"` //SecurityExchange is a non-required field for NoRelatedSym. SecurityExchange *string `fix:"207"` //Issuer is a non-required field for NoRelatedSym. Issuer *string `fix:"106"` //SecurityDesc is a non-required field for NoRelatedSym. SecurityDesc *string `fix:"107"` }
NoRelatedSym is a repeating group in News
Click to show internal directories.
Click to hide internal directories.