We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running a calculation with 3 prices using the get_depth() function.
get_depth(
When i get the result i want a function is called, that uses 3 send_order() functions.
send_order()
However after the call of send_order() i get
<"BinaCPP::curl_api> curl_easy_perform() failed: Failed initialization and the get_depth functions also don't work.
<"BinaCPP::curl_api> curl_easy_perform() failed: Failed initialization
Any Idea why that is?
The text was updated successfully, but these errors were encountered:
Hello,
Did you resolve your issue ? I find the same problem using the send_order() function. Generated String looks sliced in some cases too.
Best,
Sorry, something went wrong.
You should call curl_easy_reset(BinaCPP::curl); after checking error in BinaCPP::curl_api_with_header
curl_easy_reset(BinaCPP::curl);
BinaCPP::curl_api_with_header
No branches or pull requests
I am running a calculation with 3 prices using the
get_depth(
) function.When i get the result i want a function is called, that uses 3
send_order()
functions.However after the call of
send_order()
i get<"BinaCPP::curl_api> curl_easy_perform() failed: Failed initialization
and the get_depth functions also don't work.
Any Idea why that is?
The text was updated successfully, but these errors were encountered: