Skip to content

Commit

Permalink
Update gh-pages to output generated at a1a0f6d
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Feb 18, 2024
1 parent aef4631 commit 517c3df
Show file tree
Hide file tree
Showing 1,700 changed files with 10,630 additions and 9,791 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">
0x7efd5c998050&gt;
0x7f47ddcba2d0&gt;
</span>
<span class="pre">
=
Expand Down
128 changes: 122 additions & 6 deletions nightly/api_reference/backtest.html
Original file line number Diff line number Diff line change
Expand Up @@ -32311,6 +32311,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">
managed=True
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -32445,6 +32456,24 @@ <h1 id="api-reference-backtest--page-root">
then will be inferred from the venue in the instrument ID.
</p>
</li>
<li>
<p>
<strong>
managed
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default True
</em>
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -32533,6 +32562,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">
managed=True
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -32643,7 +32683,7 @@ <h1 id="api-reference-backtest--page-root">
<em>
int
</em>
) – The order book snapshot interval in milliseconds (not less than 20 milliseconds).
) – The order book snapshot interval in milliseconds (must be positive).
</p>
</li>
<li>
Expand Down Expand Up @@ -32691,6 +32731,24 @@ <h1 id="api-reference-backtest--page-root">
then will be inferred from the venue in the instrument ID.
</p>
</li>
<li>
<p>
<strong>
managed
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default True
</em>
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
</ul>
</dd>
<dt class="field-even">
Expand Down Expand Up @@ -32722,7 +32780,7 @@ <h1 id="api-reference-backtest--page-root">
<cite>
interval_ms
</cite>
is less than the minimum of 20.
is not positive (&gt; 0).
</p>
</li>
</ul>
Expand All @@ -32733,7 +32791,7 @@ <h1 id="api-reference-backtest--page-root">
Warning
</p>
<p>
Consider subscribing to order book deltas if you need intervals less than 20 milliseconds.
Consider subscribing to order book deltas if you need intervals less than 100 milliseconds.
</p>
</div>
</dd>
Expand Down Expand Up @@ -43689,6 +43747,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">
managed=True
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -43823,6 +43892,24 @@ <h1 id="api-reference-backtest--page-root">
then will be inferred from the venue in the instrument ID.
</p>
</li>
<li>
<p>
<strong>
managed
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default True
</em>
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
</ul>
</dd>
</dl>
Expand Down Expand Up @@ -43911,6 +43998,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">
managed=True
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -44021,7 +44119,7 @@ <h1 id="api-reference-backtest--page-root">
<em>
int
</em>
) – The order book snapshot interval in milliseconds (not less than 20 milliseconds).
) – The order book snapshot interval in milliseconds (must be positive).
</p>
</li>
<li>
Expand Down Expand Up @@ -44069,6 +44167,24 @@ <h1 id="api-reference-backtest--page-root">
then will be inferred from the venue in the instrument ID.
</p>
</li>
<li>
<p>
<strong>
managed
</strong>
(
<em>
bool
</em>
<em>
,
</em>
<em>
default True
</em>
) – If an order book should be managed by the data engine based on the subscribed feed.
</p>
</li>
</ul>
</dd>
<dt class="field-even">
Expand Down Expand Up @@ -44100,7 +44216,7 @@ <h1 id="api-reference-backtest--page-root">
<cite>
interval_ms
</cite>
is less than the minimum of 20.
is not positive (&gt; 0).
</p>
</li>
</ul>
Expand All @@ -44111,7 +44227,7 @@ <h1 id="api-reference-backtest--page-root">
Warning
</p>
<p>
Consider subscribing to order book deltas if you need intervals less than 20 milliseconds.
Consider subscribing to order book deltas if you need intervals less than 100 milliseconds.
</p>
</div>
</dd>
Expand Down
Loading

0 comments on commit 517c3df

Please sign in to comment.