Joel Grunbaum
2022-01-09 b4cf0a2e71ad2c204925b33f9600dc720e25b827
json.hpp
@@ -62,7 +62,7 @@
};
struct AnnounceMessage : public FromExchange {
    std::string stationId;
    int stationId;
    std::string stationName;
    std::string unit;
    std::chrono::nanoseconds expiry;
@@ -71,7 +71,7 @@
    double broFee;
    AnnounceMessage(MessageTypes type, std::string product,
                    std::string stationId, std::string stationName,
                    int stationId, std::string stationName,
                    std::string unit, std::chrono::nanoseconds expiry,
                    double aggFee, double pasFee, double broFee,
                    uint64_t sequence, double timestamp);
@@ -164,6 +164,5 @@
                  std::string counterparty, std::string id);
};
Message* parseSingle(std::string& str);
std::queue<Message*> parseMany(std::string& str);
std::queue<Message*> parse(std::string& str);
} // namespace json