Skip to main content
Every FIX message must include a standard header and trailer. The header contains essential routing and sequence information, while the trailer provides message integrity verification.
string
required
FIX.4.4. Must be the first field in the message.
integer
required
Must be the second field in the message.
string
required
Must be the third field in the message.
string
required
Provided by Customer during onboarding.
string
required
Provided by Customer during onboarding.
integer
required
Message sequence number.
boolean
Always required for retransmitted messages, whether prompted by the sending system or as the result of a resend request.
boolean
Required when the message may be duplicate of another message sent under a different sequence number.
string
Time of message transmission expressed in UTC. Format: YYYYMMDD-HH:MM:SS.uuu (required).
string
Required for message re-sent as a result of a ResendRequest. If data is not available set to same value as SendingTime (52). Format: YYYYMMDD-HH:MM:SS.uuu
string
required
Three byte, simple checksum. See the FIX spec for details.