T4 FIX API OVERVIEW
The T4 FIX API 4.0 provides electronic trading access to futures markets through the Financial Information eXchange (FIX) Protocol 4.2 with T4-specific enhancements.
Connection Requirements
- SSL-encrypted TCP socket connection
- Authentication via FIX Logon
FIX Session Lifecycle
1. [[developers:fixapi:logon|Logon]] - Authentication and session configuration 2. **Message Exchange** - Trading and market data 3. [[developers:fixapi:logout|Logout]] - Session termination
Optional: Multiple Trader Logons per physical connection
Message Integrity Requirements
- SOH delimiter (ASCII 001) between fields
- Sequential message numbering (Tag 34)
- Valid CheckSum (Tag 10)
- No empty tags
- Conformance to T4 message dictionaries
Market Identification
Field | Tag | Description |
---|---|---|
SecurityExchange | 207 | Exchange identifier |
Symbol | 55 | Contract identifier |
SecurityID | 48 | Unique market identifier |
Message Types
Order Types
Resources
- FIX Protocol: http://www.fixprotocol.org
- FIX Community: http://www.fixtradingcommunity.org
- QuickFIX Engine: http://www.quickfixengine.org
- SSL Proxy (Stunnel): https://www.stunnel.org
- Base Version: FIX 4.2