From e8c910e52d1807e2fcca3b43d80a9df6acac5387 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Wed, 12 Jan 2022 06:26:46 +0000 Subject: [PATCH] write price level to each book --- book.hpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/book.hpp b/book.hpp index 04de3a7..5d952a3 100644 --- a/book.hpp +++ b/book.hpp @@ -53,6 +53,7 @@ double aggFee; double pasFee; double broFee; + double bomPrice; Book(); Book(ProductTypeEnum productType, std::string product, int stationId, -- Gitblit v1.9.3