| Parameter | Description | Valid Values | Example |
|---|---|---|---|
| BeginString | FIX transport version | FIXT.1.1 | FIXT.1.1 |
| DefaultApplVerID | FIX application version (required for FIXT 1.1) | FIX.5.0SP2 | FIX.5.0SP2 |
| SenderCompID | Your ID as associated with this FIX session | Case-sensitive alphanumeric string Provided by 360X | CLIENT_COMP_123 |
| TargetCompID | 360X server ID for this FIX session | Always 360X | 360X |
| SocketConnectHost | Host to connect to | fix.360x.com (production)fix.sandbox.360x.com (sandbox) | fix.360x.com |
| SocketConnectPort | Port to connect to | 5005 (production and sandbox) | 5005 |
| HeartBtInt | Heartbeat interval in seconds | Integer between 1 and 30 Recommended: 30 | 30 |
| ReconnectInterval | Time between reconnection attempts in seconds | Positive integer Default: 30 | 30 |
| ConnectionType | Connection mode | initiator (client connects to server) | initiator |
| ResetOnLogon | Reset sequence numbers on logon | Y (yes) or N (no)Recommended: Y for initial testing | Y |
| FileStorePath | Directory for storing session state | Valid filesystem path | ./store |
| FileLogPath | Directory for storing FIX logs | Valid filesystem path | ./log |
| DataDictionary | Path to FIX 5.0 SP2 data dictionary | Valid file path to FIX50SP2-360X.xml | ./config/FIX50SP2-360X.xml |
| TransportDataDictionary | Path to FIXT 1.1 data dictionary | Valid file path to FIXT11.xml | ./config/FIXT11.xml |
| StartTime | Daily session start time (UTC) | HH:MM:SS format | 00:00:00 |
| EndTime | Daily session end time (UTC) | HH:MM:SS format | 23:59:59 |
360X (with hyphen, not underscore).Y during initial testing to avoid sequence number issues. For production, consider N to maintain sequence continuity.YOUR_SENDER_COMP_ID with your assigned SenderCompID./store and ./log directories existFIX50SP2-360X.xml data dictionary file. The standard FIXT11.xml file is typically included with QuickFIX distributions.