trading-platform
Here are 214 public repositories matching this topic...
-
Updated
May 21, 2022 - C#
Is your feature request related to a problem? Please describe.
Ugly title for asset new asset. The asset node gets New Asset title after entering the codename.
Describe the solution you'd like
auto rename by referring the codeName --> iconName
set iconName as variable.
Describe alternatives you've considered
Additional context
Add any other context or screenshots
-
Updated
Dec 8, 2021 - C++
-
Updated
Jun 1, 2022 - Go
-
Updated
May 27, 2022 - Python
-
Updated
Sep 7, 2021
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
Jun 1, 2022 - Java
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
May 26, 2022 - Python
-
Updated
Oct 29, 2020 - Python
-
Updated
Mar 30, 2022 - Ruby
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 9, 2019 - Rust
-
Updated
Mar 9, 2021 - Python
-
Updated
Feb 11, 2022 - Java
-
Updated
May 27, 2022 - HTML
-
Updated
May 30, 2022 - Python
-
Updated
May 31, 2022 - C#
-
Updated
May 16, 2022 - C
-
Updated
Jun 1, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
May 15, 2022 - TypeScript
-
Updated
Jan 3, 2022 - C++
-
Updated
Jun 1, 2022 - C++
-
Updated
May 31, 2022 - Python
-
Updated
Jun 1, 2022 - C#
-
Updated
Apr 2, 2022 - Python
Improve this page
Add a description, image, and links to the trading-platform topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the trading-platform topic, visit your repo's landing page and select "manage topics."
Expected Behavior
We can update the trigger price of limit if touched orders with an
UpdateTriggerPricemethod, just like we can useUpdateTag,UpdateQuantity,UpdateLimitPrice, `UpdateS