click.cpp
@@ -76,7 +76,8 @@ std::cout << static_cast<json::RejectMessage*>(d)->as_string() << std::endl; } else if (d->type == json::ERROR) { std::cout << static_cast<json::ErrorMessage*>(d)->as_string() << std::endl; std::cout << static_cast<json::ErrorMessage*>(d)->as_string() << std::endl; } delete b; delete d; @@ -141,8 +142,7 @@ exit(0); } } for (std::uint64_t i = 0; i < times; i++) { for (std::uint64_t i = 0; i < times; i++) { switch (click) { case Buy: buy(product, price, volume);