Skip to content

Commit

Permalink
Update gh-pages to output generated at fea0317
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 25, 2023
1 parent 644e13a commit 2f4082c
Show file tree
Hide file tree
Showing 1,290 changed files with 2,175 additions and 2,196 deletions.
Binary file modified develop/.doctrees/api_reference/accounting.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/adapters/betfair.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/adapters/binance.doctree
Binary file not shown.
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/analysis.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/backtest.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/cache.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/common.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/config.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/core.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/data.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/execution.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/indicators.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/infrastructure.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/live.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/events.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/identifiers.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/instruments.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/objects.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/orders.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/position.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/tick_scheme.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/persistence.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/portfolio.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/risk.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/serialization.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/system.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/trading.doctree
Binary file not shown.
Binary file modified develop/.doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion develop/api_reference/adapters/interactive_brokers.html
Original file line number Diff line number Diff line change
Expand Up @@ -10857,7 +10857,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7feef2b283d0&gt;
0x7fba1eb3fa50&gt;
</span>
<span class="pre">
=
Expand Down
98 changes: 0 additions & 98 deletions develop/api_reference/common.html
Original file line number Diff line number Diff line change
Expand Up @@ -3079,15 +3079,6 @@
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.common.component.MessageBus.trim_streams">
<code class="docutils literal notranslate">
<span class="pre">
MessageBus.trim_streams()
</span>
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.common.component.MessageBus.unsubscribe">
<code class="docutils literal notranslate">
Expand Down Expand Up @@ -26716,95 +26707,6 @@ <h2 id="module-nautilus_trader.common.component">
</dl>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.common.component.MessageBus.trim_streams">
<span class="sig-name descname">
<span class="pre">
trim_streams
</span>
</span>
<span class="sig-paren">
(
</span>
<em class="sig-param">
<span class="n">
<span class="pre">
self
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
int
</span>
<span class="pre">
lookback_mins
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
<span class="sig-return">
<span class="sig-return-icon">
</span>
<span class="sig-return-typehint">
<span class="pre">
void
</span>
</span>
</span>
<a class="headerlink" href="#nautilus_trader.common.component.MessageBus.trim_streams" title="Permalink to this definition">
</a>
</dt>
<dd>
<p>
Trim all streams to the lookback window minutes.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Parameters
<span class="colon">
:
</span>
</dt>
<dd class="field-odd">
<p>
<strong>
lookback_mins
</strong>
(
<em>
int
</em>
) – The lookback window in minutes to trim to.
</p>
</dd>
<dt class="field-even">
Raises
<span class="colon">
:
</span>
</dt>
<dd class="field-even">
<p>
<strong>
ValueError
</strong>
– If the
<cite>
lookback_mins
</cite>
if not positive (&gt; 0).
</p>
</dd>
</dl>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.common.component.MessageBus.unsubscribe">
<span class="sig-name descname">
Expand Down
1 change: 1 addition & 0 deletions develop/api_reference/config.html
Original file line number Diff line number Diff line change
Expand Up @@ -6330,6 +6330,7 @@ <h2 id="module-nautilus_trader.config.common">
optional
</em>
) – The streams lookback window in minutes to be autotrimmed.
Note: requires Redis version &gt;= 6.2.0 otherwise will result in a command syntax error.
</p>
</li>
</ul>
Expand Down
93 changes: 0 additions & 93 deletions develop/api_reference/live.html
Original file line number Diff line number Diff line change
Expand Up @@ -3587,15 +3587,6 @@
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.live.node.TradingNode.autotrim_streams">
<code class="docutils literal notranslate">
<span class="pre">
TradingNode.autotrim_streams()
</span>
</code>
</a>
</li>
<li class="md-nav__item">
<a class="md-nav__link" href="#nautilus_trader.live.node.TradingNode.maintain_heartbeat">
<code class="docutils literal notranslate">
Expand Down Expand Up @@ -28843,90 +28834,6 @@ <h1 id="api-reference-live--page-root">
</p>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.live.node.TradingNode.autotrim_streams">
<em class="property">
<span class="pre">
async
</span>
<span class="w">
</span>
</em>
<span class="sig-name descname">
<span class="pre">
autotrim_streams
</span>
</span>
<span class="sig-paren">
(
</span>
<em class="sig-param">
<span class="n">
<span class="pre">
autotrim_mins
</span>
</span>
<span class="p">
<span class="pre">
:
</span>
</span>
<span class="w">
</span>
<span class="n">
<span class="pre">
int
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
<span class="sig-return">
<span class="sig-return-icon">
</span>
<span class="sig-return-typehint">
<span class="pre">
None
</span>
</span>
</span>
<a class="headerlink" href="#nautilus_trader.live.node.TradingNode.autotrim_streams" title="Permalink to this definition">
</a>
</dt>
<dd>
<p>
Autotrim all message bus external publishing streams to
<cite>
autotrim_mins
</cite>
while
the node is running.
</p>
<dl class="field-list simple">
<dt class="field-odd">
Parameters
<span class="colon">
:
</span>
</dt>
<dd class="field-odd">
<p>
<strong>
autotrim_mins
</strong>
(
<em>
int
</em>
) – The stream lookback window in minutes to trim to.
</p>
</dd>
</dl>
</dd>
</dl>
<dl class="py method">
<dt class="sig sig-object py" id="nautilus_trader.live.node.TradingNode.maintain_heartbeat">
<em class="property">
Expand Down
2 changes: 1 addition & 1 deletion develop/core/drop_db/all.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><title>List of all items in this crate</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-9ee3a5e31a2afa3e.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="drop_db" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0-nightly (a1a37735c 2023-11-23)" data-channel="nightly" data-search-js="search-f4028ef4dd0903c7.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="../static.files/main-f06f02fd918e3bb3.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../drop_db/index.html">drop_db</a><span class="version">0.12.0</span></h2></div><div class="sidebar-elems"><section><ul class="block"><li><a href="#functions">Functions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><h1>List of all items</h1><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.main.html">main</a></li></ul></section></div></main></body></html>
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="List of all items in this crate"><title>List of all items in this crate</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Regular-018c141bf0843ffd.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/FiraSans-Medium-8f9a781e4970d388.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2"><link rel="stylesheet" href="../static.files/normalize-76eba96aa4d2e634.css"><link rel="stylesheet" href="../static.files/rustdoc-9ee3a5e31a2afa3e.css"><meta name="rustdoc-vars" data-root-path="../" data-static-root-path="../static.files/" data-current-crate="drop_db" data-themes="" data-resource-suffix="" data-rustdoc-version="1.76.0-nightly (37b2813a7 2023-11-24)" data-channel="nightly" data-search-js="search-f4028ef4dd0903c7.js" data-settings-js="settings-74424d7eec62a23e.js" ><script src="../static.files/storage-fec3eaa3851e447d.js"></script><script defer src="../static.files/main-f06f02fd918e3bb3.js"></script><noscript><link rel="stylesheet" href="../static.files/noscript-5d8b3c7633ad77ba.css"></noscript><link rel="alternate icon" type="image/png" href="../static.files/favicon-16x16-8b506e7a72182f1c.png"><link rel="alternate icon" type="image/png" href="../static.files/favicon-32x32-422f7d1d52889060.png"><link rel="icon" type="image/svg+xml" href="../static.files/favicon-2c020d218678b618.svg"></head><body class="rustdoc mod sys"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../drop_db/index.html">drop_db</a><span class="version">0.12.0</span></h2></div><div class="sidebar-elems"><section><ul class="block"><li><a href="#functions">Functions</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><section id="main-content" class="content"><h1>List of all items</h1><h3 id="functions">Functions</h3><ul class="all-items"><li><a href="fn.main.html">main</a></li></ul></section></div></main></body></html>
Loading

0 comments on commit 2f4082c

Please sign in to comment.