- FIX Specification
- Example
MsgType
ANote same value used by both sides.
Indicates both sides of a FIX session should reset sequence numbers.
Contains signature (see below for creating a signature).
Contains the API Key for the Customer user.
Creating a Signature
The signature is created by concatenating:- SendingTime (52) as a string
- ASCII 01 value
- SeqNum (34) as a string
- ASCII 01 value
- SenderCompID (49)
- ASCII 01 value
- TargetCompID (56)
Sample Java Code
DependenciesThis sample relies on Apache Commons-Codec and QuickFIX for Java.