From 0b7aa02704f6ece97d17fbb118519c5cc62caaba Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 19 Jan 2022 07:45:21 +0000 Subject: [PATCH] Bot prints exchange feed --- strat.hpp | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/strat.hpp b/strat.hpp index 836984b..dd02bf5 100644 --- a/strat.hpp +++ b/strat.hpp @@ -1,9 +1,8 @@ #pragma once -#include "book.hpp" -#include <string> -#include <unordered_map> - namespace strat { + void initialise(); + void destroy(); + void mainLoop(); } -- Gitblit v1.9.3