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

---
 book.hpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/book.hpp b/book.hpp
index 27b6597..5d952a3 100644
--- a/book.hpp
+++ b/book.hpp
@@ -53,7 +53,7 @@
 	double aggFee;
 	double pasFee;
 	double broFee;
-    double bomPrice;
+	double bomPrice;
 
 	Book();
 	Book(ProductTypeEnum productType, std::string product, int stationId,

--
Gitblit v1.9.3