10#include <nlohmann/json.hpp>
13using JSON = nlohmann::json;
Definition JSONReader.cc:12
OrderQueue read_orders_from_json(const std::string &filename)
Definition JSONReader.cc:14
nlohmann::json JSON
Definition JSONReader.hh:13
std::queue< trading::Order > OrderQueue
Definition JSONReader.hh:14