ccapi
ccapi copied to clipboard
A header-only C++ library for interacting with crypto exchanges. Bindings for Python, Java, C#, Go, and Javascript are provided.
add price precision field to binance market data change case for order type field check in binance execution management
https://github.com/crypto-chassis/ccapi/blob/b53929e6ad7afab51d2cc3ace70346bdbb64ba6a/include/ccapi_cpp/service/ccapi_market_data_service_gemini.h#L241 the code calls this->getInstrumentTarget for the Request::Operation::GET_INSTRUMENTS case when it should call this->getInstrumentsTarget
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
On Windows (MSVC) get this error during compile ccapi_util_private.h:278: Error: C2893: Failed to specialize function template 'unknown-type date::parse(const std::basic_string &,Parsable &)' ..\..\..\contrib\ccapi_cpp/ccapi_date.h(5506): note: see declaration of 'date::parse' ..\..\..\contrib\ccapi_cpp/ccapi_util_private.h(278): note: With...
**Describe the solution you'd like** SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify...
**Describe the solution you'd like** Try to build one of the examples on Windows using MSVC compiler (preferably using CMake). Document the procedure in this ticket for a successful build....
**Describe the bug** Currently github workflow defined by `.github/workflows/check_cpp_code_style.yml.d` doesn't work. **Expected behavior** The workflow, when triggered, should perform clang-format: `find . -type f -not -path "*/dependency/*" -not -path "*/build/*"...
Is it possible to expose the setTimer function to python? This would be a game changer for me and hopefully other python users :) Thanks!
Few issues I come across: - running ccapi in batch mode results in memory leak despite .Purge() / does not occur if fanning - "bitget": no trade id is collected...