View Categories

Get Started

1 Doc

How To Get Started With QuantReplay

Last Updated: 2025-07-15

Quickstart Guide The simplest way to get started with QuantReplay is to run it in a Docker Compose: networks: market-simulator-net: driver: bridge services: XETRA: image: ghcr.io/quod-financial/deploy_marketsim:develop container_name: XETRA networks: - market-simulator-net ports: - "9050:9050" # Port to send REST API requests - "9051:9051" # Port to send FIX messages volumes: - ./:/market-simulator/quod/data/ environment: - INSTANCE_ID=XETRA -...

Scroll to Top