peter-lawrey-admin / Chronicle-Accelerate

HFT meets Blockchain in Java platform
Other
60 stars 14 forks source link

FIX Gateway - write a basic first cut of the FIX Gateway - including the new maven module #54

Open tonygonzalezuk opened 6 years ago

tonygonzalezuk commented 6 years ago

FIX Gateway - write a basic first cut of the FIX Gateway - including the new maven module

This first cut will NOT do any conversion from FIX to XCL and XCL to FIX formats. There are other GitHub Issues which cover FIX to XCL and XCL to FIX message conversions.

It will however provide the basic functionality to:

  1. It should provide some basic wiring for receiving New Order Single messages from a FIX client.

  2. It should send some basic messages to the blockchain over TCP/IP

  3. It should sign the messages that it sends to the blockchain.

  4. It should receive some basic messages from the blockchain

  5. It should send back basic hard-coded FIX Execution Reports to the FIX client.