Samples :: Simple FAST

Simple Decode Sample

Description

This sample demonstrates how to decode a FIX message. The CME FAST template is used.

Usage

  • Run the sample:
    • win: SimpleDecodeSample.bat
    • linux: SimpleDecodeSample.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh

Simple Encode Sample

Description

This sample demonstrates how to encode a FIX message. The CME FAST template is used.

Usage

  • Run the sample:
    • win: SimpleEncodeSample.bat
    • linux: SimpleEncodeSample.sh
  • Clean everything:
    • win: clean.bat
    • linux: clean.sh