News (35=B)#
When a client connects to the FIX server, it will receive any news published by 360X.
News message has the following fields| Tag | Name | Required | Description |
|---|
| 148 | Headline | Y | Specifies the headline text for news |
| 33 | NoLinesOfText | Y | Number of Lines in text for news |
| 58 | Text | Y | Repeating field containing actual text, number of instances defined in LinesOfText |
| 1473 | NewsCategory | N | Category of news. Only supported for FIX5.0SP2 and above |
ResendRequest (35=2)#
The resend request is sent by the client application to initiate the retransmission of messages.
This function is used if a sequence number gap is detected, if the client application lost a message, or as a function of the initialization process.
The resend request can be used to request a single message, a range of messages, or all messages subsequent to a particular message.The following fields are used in the resend request message| Tag | Name | Required | Description |
|---|
| 7 | BeginSeqNo | Y | Message sequence number of first message in range to be resent |
| 16 | EndSeqNo | Y | Message sequence number of last message in range to be resent |
In response to a resend request, the FIX server will send messages in the range specified.The 360X FIX server may not send all messages in the range specified because of the potential for changed market conditions or significant time period has elapsed since its original inception;
In such a case, the server will send The Sequence Reset-GapFill message.