market-data
Here are 302 public repositories matching this topic...
-
Updated
May 27, 2022 - Python
-
Updated
Dec 8, 2021 - C++
-
Updated
May 25, 2022 - Python
Add Docstrings
Is there an existing issue for this?
- I have searched the existing issues
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
-
Updated
May 20, 2022 - Python
-
Updated
Oct 1, 2017 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
May 31, 2022 - Rust
-
Updated
May 26, 2022 - Python
-
Updated
Feb 22, 2022 - JavaScript
-
Updated
May 30, 2022 - C#
-
Updated
Sep 6, 2020 - C++
-
Updated
Jan 3, 2022 - C++
-
Updated
May 25, 2022 - C++
-
Updated
Nov 8, 2021 - Java
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
May 29, 2022 - TypeScript
-
Updated
May 29, 2022 - Python
-
Updated
Nov 21, 2021 - Shell
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 25, 2020 - C++
-
Updated
Mar 9, 2021 - JavaScript
Phemex is supported in python/js/php vesions but not here.
Any plans to be added?
-
Updated
Nov 28, 2020 - R
-
Updated
Aug 30, 2018 - Java
-
Updated
Jan 6, 2022 - Java
-
Updated
Apr 23, 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."
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.