We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e7436 commit 97870caCopy full SHA for 97870ca
src/Binance_Client.cpp
@@ -3749,13 +3749,11 @@ Json::Value FuturesClientUSDT::v_funding_rate_history(const Params* params_ptr)
3749
3750
// -- Up to 'Client' Level
3751
3752
-#include <iostream> // delete me
3753
Json::Value FuturesClientUSDT::v__new_order(const Params* params_ptr)
3754
{
3755
std::string query = this->_generate_query(params_ptr, 1);
3756
std::string full_path = !this->_testnet_mode ? _BASE_REST_FUTURES_USDT : _BASE_REST_FUTURES_TESTNET;
3757
full_path += ("/fapi/v1/order" + query);
3758
- std::cout << full_path; // delete me
3759
Json::Value response = (this->_rest_client)->_postreq(full_path);
3760
3761
return response;
0 commit comments