market-data
Here are 300 public repositories matching this topic...
-
Updated
Feb 19, 2022 - Python
-
Updated
Dec 8, 2021 - C++
-
Updated
Mar 30, 2022 - Python
Add Docstrings
A useful feature where the user specifies the quantity to take in an orderbook and callback returns the average price paid for that lot size. For example if the offers in the order book for BTC-USD was the following:
Price | size
11,000 | 1
10,500 | 1
10,000 | 1
If the user specified quantity 3, the callback would return 10,500.
-
Updated
Jan 25, 2022 - Python
-
Updated
Nov 19, 2021
-
Updated
Oct 1, 2017 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Jan 22, 2022 - Python
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
Mar 27, 2022 - Rust
-
Updated
Apr 1, 2022 - C#
-
Updated
Sep 6, 2020 - C++
-
Updated
Jan 3, 2022 - C++
-
Updated
Nov 8, 2021 - Java
-
Updated
Apr 9, 2022 - C++
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 the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Mar 18, 2022 - Python
-
Updated
Nov 21, 2021 - Shell
-
Updated
Oct 25, 2020 - C++
-
Updated
Nov 6, 2021 - Python
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Nov 28, 2020 - R
-
Updated
Aug 30, 2018 - Java
-
Updated
Jan 6, 2022 - Java
Improve this page
Add a description, image, and links to the market-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the market-data topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Having docstrings for all methods and classes will help new contributors understand the codebase and also provide a method of autogenerated API docs. Right now only some methods and classes have docstrings.
Describe the solution you'd