Skip to content

Commit

Permalink
2.7.0 RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 11, 2024
1 parent 954d1b2 commit 3b79945
Show file tree
Hide file tree
Showing 18 changed files with 80 additions and 81 deletions.
2 changes: 1 addition & 1 deletion docs/_modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 11 2024 at 22:40 (CET).
Last updated on May 11 2024 at 23:32 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
10 changes: 5 additions & 5 deletions docs/_modules/unicorn_binance_websocket_api/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ <h1>Source code for unicorn_binance_websocket_api.api</h1><div class="highlight"
<span class="sd"> `quoteOrderQty`.</span>
<span class="sd"> :type time_in_force: str</span>
<span class="sd"> :param trailing_delta: For more details on SPOT implementation on trailing stops, please refer to</span>
<span class="sd"> `Trailing Stop FAQ &lt;https://github.com/binance/binance-spot-api-docs/blob/master/faqs/trailing-stop-faq.md&gt;`_</span>
<span class="sd"> `Trailing Stop FAQ &lt;https://github.com/binance/binance-spot-api-docs/blob/master/faqs/trailing-stop-faq.md&gt;`__</span>
<span class="sd"> :type trailing_delta: int</span>
<span class="sd"> :return: `False` or `orig_client_order_id`</span>

Expand Down Expand Up @@ -965,7 +965,7 @@ <h1>Source code for unicorn_binance_websocket_api.api</h1><div class="highlight"
<span class="sd"> `quoteOrderQty`.</span>
<span class="sd"> :type time_in_force: str</span>
<span class="sd"> :param trailing_delta: For more details on SPOT implementation on trailing stops, please refer to</span>
<span class="sd"> `Trailing Stop FAQ &lt;https://github.com/binance/binance-spot-api-docs/blob/master/faqs/trailing-stop-faq.md&gt;`_</span>
<span class="sd"> `Trailing Stop FAQ &lt;https://github.com/binance/binance-spot-api-docs/blob/master/faqs/trailing-stop-faq.md&gt;`__</span>
<span class="sd"> :type trailing_delta: int</span>

<span class="sd"> :return: `False` or `orig_client_order_id`</span>
Expand Down Expand Up @@ -1206,7 +1206,7 @@ <h1>Source code for unicorn_binance_websocket_api.api</h1><div class="highlight"

<span class="sd"> :param permissions: Filter symbols by permissions. `permissions` accepts either a list of permissions, or a</span>
<span class="sd"> single permission name: &quot;SPOT&quot;.</span>
<span class="sd"> `Available Permissions &lt;https://developers.binance.com/docs/binance-trading-api/websocket_api#permissions&gt;`_</span>
<span class="sd"> `Available Permissions &lt;https://developers.binance.com/docs/binance-trading-api/websocket_api#permissions&gt;`__</span>
<span class="sd"> :type permissions: list</span>
<span class="sd"> :param process_response: Provide a function/method to process the received webstream data (callback)</span>
<span class="sd"> of this specific request.</span>
Expand Down Expand Up @@ -1497,7 +1497,7 @@ <h1>Source code for unicorn_binance_websocket_api.api</h1><div class="highlight"
<span class="sd"> - https://developers.binance.com/docs/binance-trading-api/websocket_api#current-open-orders-user_data</span>

<span class="sd"> If you need to continuously monitor order status updates, please consider using</span>
<span class="sd"> &#39;WebSocket Streams &lt;https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream&gt;`_</span>
<span class="sd"> `WebSocket Streams &lt;https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager.create_stream&gt;`__</span>

<span class="sd"> - `userData`</span>

Expand Down Expand Up @@ -2237,7 +2237,7 @@ <h3>Navigation</h3>
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
See <a href="/license.html">License</a> for more information.<br />
Last updated on May 11 2024 at 22:32 (CET).
Last updated on May 11 2024 at 23:32 (CET).
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
<br />
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
Expand Down
Loading

0 comments on commit 3b79945

Please sign in to comment.