Skip to content

Commit

Permalink
Update gh-pages to output generated at 5f60ce1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 13, 2024
1 parent f34bd22 commit dd3be4e
Show file tree
Hide file tree
Showing 38 changed files with 164 additions and 27 deletions.
Binary file modified nightly/.doctrees/api_reference/accounting.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/betfair.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/adapters/binance.doctree
Binary file not shown.
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/indicators.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/book.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/data.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/events.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/identifiers.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/instruments.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/objects.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/orders.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/position.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/model/tick_scheme.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/persistence.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/serialization.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file modified nightly/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion nightly/api_reference/adapters/betfair.html
Original file line number Diff line number Diff line change
Expand Up @@ -11678,7 +11678,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
<em>
uint8_t
</em>
) – A combination of packet end with matching engine status.
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion nightly/api_reference/adapters/interactive_brokers.html
Original file line number Diff line number Diff line change
Expand Up @@ -12085,7 +12085,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7f67eedbb210&gt;
0x7fe425d26b10&gt;
</span>
<span class="pre">
=
Expand Down
20 changes: 10 additions & 10 deletions nightly/api_reference/backtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -2794,10 +2794,10 @@
</ul>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.backtest.models.FixedCommissionModel">
<a class="md-nav__link" href="#nautilus_trader.backtest.models.FixedFeeModel">
<code class="docutils literal notranslate">
<span class="pre">
FixedCommissionModel
FixedFeeModel
</span>
</code>
</a>
Expand All @@ -2807,10 +2807,10 @@
</span>
<ul class="submenu">
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.backtest.models.FixedCommissionModel.get_commission">
<a class="md-nav__link" href="#nautilus_trader.backtest.models.FixedFeeModel.get_commission">
<code class="docutils literal notranslate">
<span class="pre">
FixedCommissionModel.get_commission()
FixedFeeModel.get_commission()
</span>
</code>
</a>
Expand Down Expand Up @@ -22327,7 +22327,7 @@ <h1 id="api-reference-backtest--page-root">
</dd>
</dl>
<dl class="py class">
<dt class="sig sig-object py" id="nautilus_trader.backtest.models.FixedCommissionModel">
<dt class="sig sig-object py" id="nautilus_trader.backtest.models.FixedFeeModel">
<em class="property">
<span class="pre">
class
Expand All @@ -22337,7 +22337,7 @@ <h1 id="api-reference-backtest--page-root">
</em>
<span class="sig-name descname">
<span class="pre">
FixedCommissionModel
FixedFeeModel
</span>
</span>
<span class="sig-paren">
Expand All @@ -22356,7 +22356,7 @@ <h1 id="api-reference-backtest--page-root">
<span class="sig-paren">
)
</span>
<a class="headerlink" href="#nautilus_trader.backtest.models.FixedCommissionModel" title="Permalink to this definition">
<a class="headerlink" href="#nautilus_trader.backtest.models.FixedFeeModel" title="Permalink to this definition">
</a>
</dt>
Expand All @@ -22372,7 +22372,7 @@ <h1 id="api-reference-backtest--page-root">
</a>
</p>
<p>
Provides a fixed commission model for trades.
Provides a fixed fee model for trades.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Expand Down Expand Up @@ -22415,7 +22415,7 @@ <h1 id="api-reference-backtest--page-root">
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.backtest.models.FixedCommissionModel.get_commission">
<dt class="sig sig-object py" id="nautilus_trader.backtest.models.FixedFeeModel.get_commission">
<span class="sig-name descname">
<span class="pre">
get_commission
Expand Down Expand Up @@ -22490,7 +22490,7 @@ <h1 id="api-reference-backtest--page-root">
</a>
</span>
</span>
<a class="headerlink" href="#nautilus_trader.backtest.models.FixedCommissionModel.get_commission" title="Permalink to this definition">
<a class="headerlink" href="#nautilus_trader.backtest.models.FixedFeeModel.get_commission" title="Permalink to this definition">
</a>
</dt>
Expand Down
8 changes: 4 additions & 4 deletions nightly/api_reference/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -21800,7 +21800,7 @@ <h2 id="module-nautilus_trader.common.component">
<dd class="field-odd">
<p>
<cite>
int
uint64_t
</cite>
</p>
</dd>
Expand Down Expand Up @@ -22106,7 +22106,7 @@ <h2 id="module-nautilus_trader.common.component">
<dd class="field-odd">
<p>
<cite>
int
uint64_t
</cite>
</p>
</dd>
Expand Down Expand Up @@ -22245,7 +22245,7 @@ <h2 id="module-nautilus_trader.common.component">
<dd class="field-odd">
<p>
<cite>
int
uint64_t
</cite>
</p>
</dd>
Expand Down Expand Up @@ -22459,7 +22459,7 @@ <h2 id="module-nautilus_trader.common.component">
<dd class="field-odd">
<p>
<cite>
int
uint64_t
</cite>
</p>
</dd>
Expand Down
143 changes: 140 additions & 3 deletions nightly/api_reference/model/book.html
Original file line number Diff line number Diff line change
Expand Up @@ -1517,6 +1517,17 @@ <h1 id="api-reference-model-book--page-root">
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
uint8_t
</span>
<span class="pre">
flags=0
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
Expand Down Expand Up @@ -1571,14 +1582,44 @@ <h1 id="api-reference-model-book--page-root">
) – The order to add.
</p>
</li>
<li>
<p>
<strong>
ts_event
</strong>
(
<em>
uint64_t
</em>
) – The UNIX timestamp (nanoseconds) when the book event occurred.
</p>
</li>
<li>
<p>
<strong>
flags
</strong>
(
<em>
uint8_t
</em>
<em>
,
</em>
<em>
default 0
</em>
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
<p>
<strong>
sequence
</strong>
(
<em>
uint64
uint64_t
</em>
<em>
,
Expand All @@ -1595,6 +1636,20 @@ <h1 id="api-reference-model-book--page-root">
</li>
</ul>
</dd>
<dt class="field-even">
Raises
<span class="colon">
:
</span>
</dt>
<dd class="field-even">
<p>
<strong>
RuntimeError
</strong>
– If the book type is L1_MBP.
</p>
</dd>
</dl>
</dd>
</dl>
Expand Down Expand Up @@ -2617,6 +2672,17 @@ <h1 id="api-reference-model-book--page-root">
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
uint8_t
</span>
<span class="pre">
flags=0
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
Expand Down Expand Up @@ -2671,14 +2737,44 @@ <h1 id="api-reference-model-book--page-root">
) – The order to delete.
</p>
</li>
<li>
<p>
<strong>
ts_event
</strong>
(
<em>
uint64_t
</em>
) – The UNIX timestamp (nanoseconds) when the book event occurred.
</p>
</li>
<li>
<p>
<strong>
flags
</strong>
(
<em>
uint8_t
</em>
<em>
,
</em>
<em>
default 0
</em>
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
<p>
<strong>
sequence
</strong>
(
<em>
uint64
uint64_t
</em>
<em>
,
Expand Down Expand Up @@ -3675,6 +3771,17 @@ <h1 id="api-reference-model-book--page-root">
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
uint8_t
</span>
<span class="pre">
flags=0
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
Expand Down Expand Up @@ -3729,14 +3836,44 @@ <h1 id="api-reference-model-book--page-root">
) – The order to update.
</p>
</li>
<li>
<p>
<strong>
ts_event
</strong>
(
<em>
uint64_t
</em>
) – The UNIX timestamp (nanoseconds) when the book event occurred.
</p>
</li>
<li>
<p>
<strong>
flags
</strong>
(
<em>
uint8_t
</em>
<em>
,
</em>
<em>
default 0
</em>
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
<p>
<strong>
sequence
</strong>
(
<em>
uint64
uint64_t
</em>
<em>
,
Expand Down
6 changes: 3 additions & 3 deletions nightly/api_reference/model/data.html
Original file line number Diff line number Diff line change
Expand Up @@ -9041,7 +9041,7 @@ <h1 id="api-reference-model-data--page-root">
<em>
)
</em>
) – A combination of packet end with matching engine status.
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
Expand Down Expand Up @@ -9916,7 +9916,7 @@ <h1 id="api-reference-model-data--page-root">
<em>
uint8_t
</em>
) – A combination of packet end with matching engine status.
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
Expand Down Expand Up @@ -11701,7 +11701,7 @@ <h1 id="api-reference-model-data--page-root">
<em>
uint8_t
</em>
) – A combination of packet end with matching engine status.
) – The record flags bit field, indicating packet end and data information.
</p>
</li>
<li>
Expand Down
8 changes: 4 additions & 4 deletions nightly/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7666,8 +7666,8 @@ <h2 id="F">
</a>
</li>
<li>
<a href="api_reference/backtest.html#nautilus_trader.backtest.models.FixedCommissionModel">
FixedCommissionModel (class in nautilus_trader.backtest.models)
<a href="api_reference/backtest.html#nautilus_trader.backtest.models.FixedFeeModel">
FixedFeeModel (class in nautilus_trader.backtest.models)
</a>
</li>
<li>
Expand Down Expand Up @@ -9606,8 +9606,8 @@ <h2 id="G">
</a>
<ul>
<li>
<a href="api_reference/backtest.html#nautilus_trader.backtest.models.FixedCommissionModel.get_commission">
(FixedCommissionModel method)
<a href="api_reference/backtest.html#nautilus_trader.backtest.models.FixedFeeModel.get_commission">
(FixedFeeModel method)
</a>
</li>
<li>
Expand Down
Binary file modified nightly/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion nightly/searchindex.js

Large diffs are not rendered by default.

0 comments on commit dd3be4e

Please sign in to comment.