json.cpp
@@ -392,7 +392,7 @@ std::string RejectMessage::as_string() { return "{\"type\": \"REJECT\", \"product\": \"" + this->product = return "{\"type\": \"REJECT\", \"product\": \"" + this->product + "\", \"error\": \"" + this->error + "\", \"sequence\": " + std::to_string(this->sequence) + ", \"timestamp\": " + std::to_string(this->timestamp) + "}";