#include <queue>
#include <string>
#include <memory>
#include "trading.pb.h"
#include <nlohmann/json.hpp>
Go to the source code of this file.
Namespaces | |
namespace | readers |
namespace | readers::json |
Typedefs | |
using | readers::json::JSON = nlohmann::json |
using | readers::json::OrderQueue = std::queue<trading::Order> |
Functions | |
OrderQueue | readers::json::read_orders_from_json (const std::string &filename) |