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 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 Component
RoutingGrp routinggrp.Component
//InstrmtGrp Component
InstrmtGrp instrmtgrp.Component
//InstrmtLegGrp Component
InstrmtLegGrp instrmtleggrp.Component
//UndInstrmtGrp Component
UndInstrmtGrp undinstrmtgrp.Component
//LinesOfTextGrp Component
LinesOfTextGrp linesoftextgrp.Component
//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 Component
ApplicationSequenceControl applicationsequencecontrol.Component
Trailer fixt11.Trailer
}
Message is a News FIX Message
Click to show internal directories.
Click to hide internal directories.