Day 1 (10 hours)
- FIX message syntax
- FIX
- Read about syntax of FIX 4.4 (self education)
- message structure
- tags
- field names
- delimiter
- header
- body length
- message type
- trailer
- check sum
- repeating groups
- leading tag
- start tag
- nested repeating groups
- encryption
- user defined tags
- protocol customization
- message validation
- Garbled message
- Invalid message
- Learn how to construct FIX message manually
- Test (6 tasks for 2 hours)
- be able to construct FIX message on demand
- be able to identify error in FIX message
- FIXML
- Read about FIXML syntax 4.4.
- Learn how to convert between FIX and FIXML
- Embed FIXML into FIX XML message
- Test (2 tasks for 2 hours)
- be able to convert FIX to FIXML
- be able to convert FIXML to FIX