FIX 5.0 SP2 : <ApplicationSequenceControl> component block

Structure | Used In

Description

The ApplicationSequenceControl is used for application sequencing and recovery. Consisting of ApplSeqNum <1181> (1181), ApplID <1180> (1180), ApplLastSeqNum <1350> (1350), and ApplResendFlag <1352> (1352), FIX application messages that carries this component block will be able to use application level sequencing. ApplID <1180>, ApplSeqNum <1181> and ApplLastSeqNum <1350> fields identify the application id, application sequence number and the previous application sequence number (in case of intentional gaps) on each application message that carries this block.

The ApplResendFlag <1352> (1352) is used to indicate that messages are being retransmitted as a result of an Application Message Request.

See Application Sequencing Message section for further details on usage and restrictions.

Structure

Tag Field Name Req'd Comments
1180 ApplID N Identifies the application with which a message is associated. Used only if application sequencing is in effect.
1181 ApplSeqNum N Application sequence number assigned to the message by the application generating the message. Used only if application sequencing is in effect. Conditionally required if ApplID has been specified.
1350 ApplLastSeqNum N The previous sequence number in the application sequence stream. Permits an application to publish messages with sequence gaps where it cannot be avoided. Used only if application sequencing is in effect. Conditionally required if ApplID has been specified
1352 ApplResendFlag N Used to indicate that a message is being sent in response to an Application Message Request. Used only if application sequencing is in effect. It is possible for both ApplResendFlag and PossDupFlag to be set on the same message if the Sender's cache size is greater than zero and the message is being resent due to a session level resend request.

Used In