Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 678 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 678 Bytes

TT-FIX-SAMPLE

to clone:

  git clone
  cd TT_FIX_SAMPLE
  git submodule init
  git submodule update

Sample application to demonstrate using QuickFix open source FIX engine to connect to a TT FIX Adapter

QuickFix-C++ Branch
Tested against TT FIX Adapter version 7.8.10.
Tested with Version 1.13.3 binaries QuickFix C++ DLL with .NET wrapper.
This version of the code does not use the QuickFix code genrator for custom data dictionaries.

quickfixn Branch
This branch is a work in progress and is currently not functional with any version of TT FIX Adapter.