Skip to content

Commit 58bd7ed

Browse files
2.1.4 docs
1 parent d3b287b commit 58bd7ed

14 files changed

+23
-23
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Websocket API: `create_order()` and `create_test_order()` - Support of parameter `quoteOrderQty`, Behavior: If
1717
activated, it replaces the `quantity` parameter.
1818
### Fixed
19-
- Websocket API: `create_order()` and `create_test_order()` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353
20-
and https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352
19+
- Websocket API: `create_order()` and `create_test_order()` - [issue#353](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353)
20+
and [issue#352](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352)
2121
- Websocket API: `create_order()` and `create_test_order()` - `trailingDelta` is only used if `stopPrice` was not
2222
specified.
23-
- Binance futures testnet userData stream in `restclient.py` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347
23+
- Binance futures testnet userData stream in `restclient.py` - [issue#347](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347)
2424

2525
## 2.1.3
2626
### Fixed

dev/sphinx/source/changelog.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Websocket API: `create_order()` and `create_test_order()` - Support of parameter `quoteOrderQty`, Behavior: If
1717
activated, it replaces the `quantity` parameter.
1818
### Fixed
19-
- Websocket API: `create_order()` and `create_test_order()` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353
20-
and https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352
19+
- Websocket API: `create_order()` and `create_test_order()` - [issue#353](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353)
20+
and [issue#352](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352)
2121
- Websocket API: `create_order()` and `create_test_order()` - `trailingDelta` is only used if `stopPrice` was not
2222
specified.
23-
- Binance futures testnet userData stream in `restclient.py` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347
23+
- Binance futures testnet userData stream in `restclient.py` - [issue#347](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347)
2424

2525
## 2.1.3
2626
### Fixed

docs/_modules/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ <h3>Navigation</h3>
254254
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
255255
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
256256
See <a href="/license.html">License</a> for more information.<br />
257-
Last updated on Feb 16 2024 at 17:42 (CET).
257+
Last updated on Feb 16 2024 at 17:46 (CET).
258258
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
259259
<br />
260260
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/_sources/changelog.md.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Websocket API: `create_order()` and `create_test_order()` - Support of parameter `quoteOrderQty`, Behavior: If
1717
activated, it replaces the `quantity` parameter.
1818
### Fixed
19-
- Websocket API: `create_order()` and `create_test_order()` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353
20-
and https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352
19+
- Websocket API: `create_order()` and `create_test_order()` - [issue#353](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353)
20+
and [issue#352](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352)
2121
- Websocket API: `create_order()` and `create_test_order()` - `trailingDelta` is only used if `stopPrice` was not
2222
specified.
23-
- Binance futures testnet userData stream in `restclient.py` - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347
23+
- Binance futures testnet userData stream in `restclient.py` - [issue#347](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347)
2424

2525
## 2.1.3
2626
### Fixed

docs/changelog.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -841,11 +841,11 @@ <h3>Added<a class="headerlink" href="#added" title="Link to this heading">¶</a>
841841
<section id="fixed">
842842
<h3>Fixed<a class="headerlink" href="#fixed" title="Link to this heading"></a></h3>
843843
<ul class="simple">
844-
<li><p>Websocket API: <code class="docutils literal notranslate"><span class="pre">create_order()</span></code> and <code class="docutils literal notranslate"><span class="pre">create_test_order()</span></code> - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353
845-
and https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352</p></li>
844+
<li><p>Websocket API: <code class="docutils literal notranslate"><span class="pre">create_order()</span></code> and <code class="docutils literal notranslate"><span class="pre">create_test_order()</span></code> - <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/353">issue#353</a>
845+
and <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/352">issue#352</a></p></li>
846846
<li><p>Websocket API: <code class="docutils literal notranslate"><span class="pre">create_order()</span></code> and <code class="docutils literal notranslate"><span class="pre">create_test_order()</span></code> - <code class="docutils literal notranslate"><span class="pre">trailingDelta</span></code> is only used if <code class="docutils literal notranslate"><span class="pre">stopPrice</span></code> was not
847847
specified.</p></li>
848-
<li><p>Binance futures testnet userData stream in <code class="docutils literal notranslate"><span class="pre">restclient.py</span></code> - Issue: https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347</p></li>
848+
<li><p>Binance futures testnet userData stream in <code class="docutils literal notranslate"><span class="pre">restclient.py</span></code> - <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/347">issue#347</a></p></li>
849849
</ul>
850850
</section>
851851
</section>
@@ -3767,7 +3767,7 @@ <h3>Navigation</h3>
37673767
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
37683768
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
37693769
See <a href="/license.html">License</a> for more information.<br />
3770-
Last updated on Feb 16 2024 at 17:42 (CET).
3770+
Last updated on Feb 16 2024 at 17:46 (CET).
37713771
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
37723772
<br />
37733773
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/code_of_conduct.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ <h3>Navigation</h3>
399399
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
400400
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
401401
See <a href="/license.html">License</a> for more information.<br />
402-
Last updated on Feb 16 2024 at 17:42 (CET).
402+
Last updated on Feb 16 2024 at 17:46 (CET).
403403
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
404404
<br />
405405
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/contributing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ <h3>Navigation</h3>
338338
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
339339
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
340340
See <a href="/license.html">License</a> for more information.<br />
341-
Last updated on Feb 16 2024 at 17:42 (CET).
341+
Last updated on Feb 16 2024 at 17:46 (CET).
342342
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
343343
<br />
344344
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/genindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ <h3>Navigation</h3>
763763
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
764764
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
765765
See <a href="/license.html">License</a> for more information.<br />
766-
Last updated on Feb 16 2024 at 17:42 (CET).
766+
Last updated on Feb 16 2024 at 17:46 (CET).
767767
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
768768
<br />
769769
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ <h3>Navigation</h3>
10391039
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10401040
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10411041
See <a href="/license.html">License</a> for more information.<br />
1042-
Last updated on Feb 16 2024 at 17:42 (CET).
1042+
Last updated on Feb 16 2024 at 17:46 (CET).
10431043
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10441044
<br />
10451045
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/license.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ <h3>Navigation</h3>
389389
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
390390
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
391391
See <a href="/license.html">License</a> for more information.<br />
392-
Last updated on Feb 16 2024 at 17:42 (CET).
392+
Last updated on Feb 16 2024 at 17:46 (CET).
393393
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
394394
<br />
395395
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/py-modindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h3>Navigation</h3>
302302
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
303303
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
304304
See <a href="/license.html">License</a> for more information.<br />
305-
Last updated on Feb 16 2024 at 17:42 (CET).
305+
Last updated on Feb 16 2024 at 17:46 (CET).
306306
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
307307
<br />
308308
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/readme.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ <h3>Navigation</h3>
10291029
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
10301030
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
10311031
See <a href="/license.html">License</a> for more information.<br />
1032-
Last updated on Feb 16 2024 at 17:42 (CET).
1032+
Last updated on Feb 16 2024 at 17:46 (CET).
10331033
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
10341034
<br />
10351035
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ <h3>Navigation</h3>
227227
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
228228
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
229229
See <a href="/license.html">License</a> for more information.<br />
230-
Last updated on Feb 16 2024 at 17:42 (CET).
230+
Last updated on Feb 16 2024 at 17:46 (CET).
231231
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
232232
<br />
233233
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

docs/security.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h3>Navigation</h3>
344344
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
345345
&copy; <a href="/license.html">Copyright</a> 2023-2023, LUCIT Systems and Development. All Rights Reserved..
346346
See <a href="/license.html">License</a> for more information.<br />
347-
Last updated on Feb 16 2024 at 17:42 (CET).
347+
Last updated on Feb 16 2024 at 17:46 (CET).
348348
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
349349
<br />
350350
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.

0 commit comments

Comments
 (0)