altairmn / typhoon

C++ Trading Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker

docker-compose -f docker-compose.yml up --build --detach

Attach

docker exec -ti provider /bin/bash

Compile

Navigate to the provider directory (by default the entry point). Compile and run.

make provider.exe

note: .exe extension for .gitignore blacklisting

Run

Bitmex

./provider www.bitmex.com 443 "/realtime?subscribe=orderBook:XBTUSD"

Binance

./provider stream.binance.com 9443 "/ws/bnbbtc@trade"

About

C++ Trading Engine


Languages

Language:C++ 99.8%Language:Makefile 0.1%Language:Dockerfile 0.1%Language:Python 0.0%