Joel Grunbaum
2022-01-10 2c515f0de70ad675b5f5d25b6a496d67d8dc0463
json.hpp
@@ -70,11 +70,11 @@
    double pasFee;
    double broFee;
    AnnounceMessage(MessageTypes type, std::string product,
                    int stationId, std::string stationName,
                    std::string unit, std::chrono::nanoseconds expiry,
                    double aggFee, double pasFee, double broFee,
                    uint64_t sequence, double timestamp);
   AnnounceMessage(MessageTypes type, std::string product, int stationId,
                   std::string stationName, std::string unit,
                   std::chrono::nanoseconds expiry, double aggFee,
                   double pasFee, double broFee, uint64_t sequence,
                   double timestamp);
};
struct SettleMessage : public FromExchange {