From b4cf0a2e71ad2c204925b33f9600dc720e25b827 Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Sun, 09 Jan 2022 23:22:58 +0000 Subject: [PATCH] Initial shift to rapidjson --- book.hpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book.hpp b/book.hpp index 2240290..455506b 100644 --- a/book.hpp +++ b/book.hpp @@ -46,7 +46,7 @@ std::vector<Level> askSide; ProductTypeEnum productType; std::string product; - std::string stationId; + int stationId; std::string unit; std::chrono::nanoseconds expiry; double aggFee; @@ -55,7 +55,7 @@ Book(); Book(ProductTypeEnum productType, std::string product, - std::string stationId, std::string unit, + int stationId, std::string unit, std::chrono::nanoseconds expiry, double aggFee, double pasFee, double broFee); void ask(Order& order); -- Gitblit v1.9.3