Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Latest commit

 

History

History

parity-fix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Parity FIX Gateway

This directory defines a Docker image for the Financial Information Exchange (FIX) gateway.

Configuration

The Docker container is configured using environment variables.

The following environment variables are optional:

  • PARITY_FIX_ORDER_ENTRY_ADDRESS: The IP address of the matching engine.

  • PARITY_FIX_ORDER_ENTRY_PORT: The TCP port for order entry at the matching engine.

Build

Build the Docker image:

docker build --tag parity-fix .