Skip to content

Commit

Permalink
Update gh-pages to output generated at cdfd644
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Feb 23, 2024
1 parent 517c3df commit 69fbfe9
Show file tree
Hide file tree
Showing 1,718 changed files with 9,592 additions and 6,039 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/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">
0x7f47ddcba2d0&gt;
0x7fe0bd946bd0&gt;
</span>
<span class="pre">
=
Expand Down
134 changes: 120 additions & 14 deletions nightly/api_reference/backtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -24818,9 +24818,6 @@ <h1 id="api-reference-backtest--page-root">
,
<em class="sig-param">
<span class="n">
<span class="pre">
OrderBookDeltas
</span>
<span class="pre">
deltas
</span>
Expand Down Expand Up @@ -24850,7 +24847,7 @@ <h1 id="api-reference-backtest--page-root">
<p>
Passes to
<cite>
on_order_book_delta
on_order_book_deltas
</cite>
if state is
<code class="docutils literal notranslate">
Expand All @@ -24859,6 +24856,16 @@ <h1 id="api-reference-backtest--page-root">
</span>
</code>
.
The
<cite>
deltas
</cite>
will be
<cite>
nautilus_pyo3.OrderBookDeltas
</cite>
if the
pyo3_conversion flag was set for the subscription.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Expand All @@ -24878,6 +24885,12 @@ <h1 id="api-reference-backtest--page-root">
OrderBookDeltas
</em>
</a>
<em>
or
</em>
<em>
nautilus_pyo3.OrderBookDeltas
</em>
) – The order book deltas received.
</p>
</dd>
Expand Down Expand Up @@ -27212,9 +27225,6 @@ <h1 id="api-reference-backtest--page-root">
,
<em class="sig-param">
<span class="n">
<span class="pre">
OrderBookDeltas
</span>
<span class="pre">
deltas
</span>
Expand Down Expand Up @@ -27259,6 +27269,12 @@ <h1 id="api-reference-backtest--page-root">
OrderBookDeltas
</em>
</a>
<em>
or
</em>
<em>
nautilus_pyo3.OrderBookDeltas
</em>
) – The order book deltas received.
</p>
</dd>
Expand Down Expand Up @@ -32322,6 +32338,17 @@ <h1 id="api-reference-backtest--page-root">
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
bool
</span>
<span class="pre">
pyo3_conversion=False
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -32474,6 +32501,32 @@ <h1 id="api-reference-backtest--page-root">
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
<li>
<p>
<strong>
pyo3_conversion
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default False
</em>
) – If received deltas should be converted to
<cite>
nautilus_pyo3.OrderBookDeltas
</cite>
prior to being passed to the
<cite>
on_order_book_deltas
</cite>
handler.
</p>
</li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -36297,9 +36350,6 @@ <h1 id="api-reference-backtest--page-root">
,
<em class="sig-param">
<span class="n">
<span class="pre">
OrderBookDeltas
</span>
<span class="pre">
deltas
</span>
Expand Down Expand Up @@ -36329,7 +36379,7 @@ <h1 id="api-reference-backtest--page-root">
<p>
Passes to
<cite>
on_order_book_delta
on_order_book_deltas
</cite>
if state is
<code class="docutils literal notranslate">
Expand All @@ -36338,6 +36388,16 @@ <h1 id="api-reference-backtest--page-root">
</span>
</code>
.
The
<cite>
deltas
</cite>
will be
<cite>
nautilus_pyo3.OrderBookDeltas
</cite>
if the
pyo3_conversion flag was set for the subscription.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Expand All @@ -36357,6 +36417,12 @@ <h1 id="api-reference-backtest--page-root">
OrderBookDeltas
</em>
</a>
<em>
or
</em>
<em>
nautilus_pyo3.OrderBookDeltas
</em>
) – The order book deltas received.
</p>
</dd>
Expand Down Expand Up @@ -38665,9 +38731,6 @@ <h1 id="api-reference-backtest--page-root">
,
<em class="sig-param">
<span class="n">
<span class="pre">
OrderBookDeltas
</span>
<span class="pre">
deltas
</span>
Expand Down Expand Up @@ -38712,6 +38775,12 @@ <h1 id="api-reference-backtest--page-root">
OrderBookDeltas
</em>
</a>
<em>
or
</em>
<em>
nautilus_pyo3.OrderBookDeltas
</em>
) – The order book deltas received.
</p>
</dd>
Expand Down Expand Up @@ -43758,6 +43827,17 @@ <h1 id="api-reference-backtest--page-root">
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
bool
</span>
<span class="pre">
pyo3_conversion=False
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -43910,6 +43990,32 @@ <h1 id="api-reference-backtest--page-root">
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
<li>
<p>
<strong>
pyo3_conversion
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default False
</em>
) – If received deltas should be converted to
<cite>
nautilus_pyo3.OrderBookDeltas
</cite>
prior to being passed to the
<cite>
on_order_book_deltas
</cite>
handler.
</p>
</li>
</ul>
</dd>
</dl>
Expand Down
Loading

0 comments on commit 69fbfe9

Please sign in to comment.