FIX Gateway - write a basic first cut of the FIX Gateway - including the new maven module
which runs a Chronicle FIX Engine and acts as a FIX server.
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:
It should provide some basic wiring for receiving New Order Single messages from a FIX client.
It should send some basic messages to the blockchain over TCP/IP
It should sign the messages that it sends to the blockchain.
It should receive some basic messages from the blockchain
It should send back basic hard-coded FIX Execution Reports to the FIX client.
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:
It should provide some basic wiring for receiving New Order Single messages from a FIX client.
It should send some basic messages to the blockchain over TCP/IP
It should sign the messages that it sends to the blockchain.
It should receive some basic messages from the blockchain
It should send back basic hard-coded FIX Execution Reports to the FIX client.