Skip to content

Commit

Permalink
Update gh-pages to output generated at 8e1b586
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 18, 2023
1 parent 5e7105a commit aadc625
Show file tree
Hide file tree
Showing 127 changed files with 601 additions and 300 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/currency.doctree
Binary file not shown.
Binary file modified develop/.doctrees/api_reference/model/data.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/orderbook.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/msgbus.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 @@ -10867,7 +10867,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
at
</span>
<span class="pre">
0x7fe1fbb01fd0&gt;
0x7f69b61e2010&gt;
</span>
<span class="pre">
=
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion develop/core/nautilus_common/all.html

Large diffs are not rendered by default.

20 changes: 13 additions & 7 deletions develop/core/nautilus_common/clock/struct.LiveClock.html

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions develop/core/nautilus_common/clock/struct.MonotonicClock.html

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions develop/core/nautilus_common/clock/struct.TestClock.html

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions develop/core/nautilus_common/clock/trait.Clock.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
<span class="item-spacer"></span> fn <a href="#tymethod.set_time_alert_ns" class="fn">set_time_alert_ns</a>(
&amp;mut self,
name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
alert_time_ns: UnixNanos,
alert_time_ns: <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>,
callback: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../handlers/struct.EventHandler.html" title="struct nautilus_common::handlers::EventHandler">EventHandler</a>&gt;
);
<span class="item-spacer"></span> fn <a href="#tymethod.set_timer_ns" class="fn">set_timer_ns</a>(
&amp;mut self,
name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
interval_ns: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>,
start_time_ns: UnixNanos,
stop_time_ns: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;UnixNanos&gt;,
start_time_ns: <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>,
stop_time_ns: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>&gt;,
callback: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../handlers/struct.EventHandler.html" title="struct nautilus_common::handlers::EventHandler">EventHandler</a>&gt;
);
<span class="item-spacer"></span> fn <a href="#tymethod.next_time_ns" class="fn">next_time_ns</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; UnixNanos;
<span class="item-spacer"></span> fn <a href="#tymethod.next_time_ns" class="fn">next_time_ns</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>;
<span class="item-spacer"></span> fn <a href="#tymethod.cancel_timer" class="fn">cancel_timer</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>);
<span class="item-spacer"></span> fn <a href="#tymethod.cancel_timers" class="fn">cancel_timers</a>(&amp;mut self);
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Represents a type of clock.</p>
Expand All @@ -38,18 +38,18 @@ <h2 id="notes"><a href="#notes">Notes</a></h2>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.set_time_alert_ns" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#117-122">source</a><h4 class="code-header">fn <a href="#tymethod.set_time_alert_ns" class="fn">set_time_alert_ns</a>(
&amp;mut self,
name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
alert_time_ns: UnixNanos,
alert_time_ns: <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>,
callback: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../handlers/struct.EventHandler.html" title="struct nautilus_common::handlers::EventHandler">EventHandler</a>&gt;
)</h4></section></summary><div class="docblock"><p>Set a <code>Timer</code> to alert at a particular time. Optional
callback gets used to handle generated events.</p>
</div></details><details class="toggle method-toggle" open><summary><section id="tymethod.set_timer_ns" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#127-134">source</a><h4 class="code-header">fn <a href="#tymethod.set_timer_ns" class="fn">set_timer_ns</a>(
&amp;mut self,
name: <a class="struct" href="https://doc.rust-lang.org/nightly/alloc/string/struct.String.html" title="struct alloc::string::String">String</a>,
interval_ns: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u64.html">u64</a>,
start_time_ns: UnixNanos,
stop_time_ns: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;UnixNanos&gt;,
start_time_ns: <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>,
stop_time_ns: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a>&gt;,
callback: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="struct" href="../handlers/struct.EventHandler.html" title="struct nautilus_common::handlers::EventHandler">EventHandler</a>&gt;
)</h4></section></summary><div class="docblock"><p>Set a <code>Timer</code> to start alerting at every interval
between start and stop time. Optional callback gets
used to handle generated event.</p>
</div></details><section id="tymethod.next_time_ns" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#136">source</a><h4 class="code-header">fn <a href="#tymethod.next_time_ns" class="fn">next_time_ns</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; UnixNanos</h4></section><section id="tymethod.cancel_timer" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#137">source</a><h4 class="code-header">fn <a href="#tymethod.cancel_timer" class="fn">cancel_timer</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</h4></section><section id="tymethod.cancel_timers" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#138">source</a><h4 class="code-header">fn <a href="#tymethod.cancel_timers" class="fn">cancel_timers</a>(&amp;mut self)</h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Clock-for-LiveClock" class="impl"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#354-463">source</a><a href="#impl-Clock-for-LiveClock" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Clock.html" title="trait nautilus_common::clock::Clock">Clock</a> for <a class="struct" href="struct.LiveClock.html" title="struct nautilus_common::clock::LiveClock">LiveClock</a></h3></section><section id="impl-Clock-for-TestClock" class="impl"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#220-327">source</a><a href="#impl-Clock-for-TestClock" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Clock.html" title="trait nautilus_common::clock::Clock">Clock</a> for <a class="struct" href="struct.TestClock.html" title="struct nautilus_common::clock::TestClock">TestClock</a></h3></section></div><script src="../../trait.impl/nautilus_common/clock/trait.Clock.js" async></script></section></div></main></body></html>
</div></details><section id="tymethod.next_time_ns" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#136">source</a><h4 class="code-header">fn <a href="#tymethod.next_time_ns" class="fn">next_time_ns</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>) -&gt; <a class="type" href="../../nautilus_core/time/type.UnixNanos.html" title="type nautilus_core::time::UnixNanos">UnixNanos</a></h4></section><section id="tymethod.cancel_timer" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#137">source</a><h4 class="code-header">fn <a href="#tymethod.cancel_timer" class="fn">cancel_timer</a>(&amp;mut self, name: &amp;<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.str.html">str</a>)</h4></section><section id="tymethod.cancel_timers" class="method"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#138">source</a><h4 class="code-header">fn <a href="#tymethod.cancel_timers" class="fn">cancel_timers</a>(&amp;mut self)</h4></section></div><h2 id="implementors" class="small-section-header">Implementors<a href="#implementors" class="anchor">§</a></h2><div id="implementors-list"><section id="impl-Clock-for-LiveClock" class="impl"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#354-463">source</a><a href="#impl-Clock-for-LiveClock" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Clock.html" title="trait nautilus_common::clock::Clock">Clock</a> for <a class="struct" href="struct.LiveClock.html" title="struct nautilus_common::clock::LiveClock">LiveClock</a></h3></section><section id="impl-Clock-for-TestClock" class="impl"><a class="src rightside" href="../../src/nautilus_common/clock.rs.html#220-327">source</a><a href="#impl-Clock-for-TestClock" class="anchor">§</a><h3 class="code-header">impl <a class="trait" href="trait.Clock.html" title="trait nautilus_common::clock::Clock">Clock</a> for <a class="struct" href="struct.TestClock.html" title="struct nautilus_common::clock::TestClock">TestClock</a></h3></section></div><script src="../../trait.impl/nautilus_common/clock/trait.Clock.js" async></script></section></div></main></body></html>
12 changes: 9 additions & 3 deletions develop/core/nautilus_common/enums/enum.ComponentState.html

Large diffs are not rendered by default.

16 changes: 11 additions & 5 deletions develop/core/nautilus_common/enums/enum.ComponentTrigger.html

Large diffs are not rendered by default.

Loading

0 comments on commit aadc625

Please sign in to comment.