Skip to content

Commit

Permalink
Update gh-pages to output generated at ad8902b
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 30, 2024
1 parent 8a7ac5f commit dc07046
Show file tree
Hide file tree
Showing 1,854 changed files with 10,817 additions and 3,990 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.
124 changes: 118 additions & 6 deletions nightly/api_reference/adapters/betfair.html
Original file line number Diff line number Diff line change
Expand Up @@ -5834,7 +5834,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data">
<em class="sig-param">
<span class="n">
<span class="pre">
success
success_msg
</span>
</span>
<span class="p">
Expand Down Expand Up @@ -5876,6 +5876,40 @@ <h2 id="module-nautilus_trader.adapters.betfair.data">
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
success_color
</span>
</span>
<span class="p">
<span class="pre">
:
</span>
</span>
<span class="w">
</span>
<span class="n">
<span class="pre">
LogColor
</span>
</span>
<span class="w">
</span>
<span class="o">
<span class="pre">
=
</span>
</span>
<span class="w">
</span>
<span class="default_value">
<span class="pre">
LogColor.NORMAL
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -5958,7 +5992,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data">
<li>
<p>
<strong>
success
success_msg
</strong>
(
<em>
Expand All @@ -5970,7 +6004,29 @@ <h2 id="module-nautilus_trader.adapters.betfair.data">
<em>
optional
</em>
) – The log message to write on actions success.
) – The log message to write on
<cite>
actions
</cite>
success.
</p>
</li>
<li>
<p>
<strong>
success_color
</strong>
(LogColor, default
<code class="docutils literal notranslate">
<span class="pre">
NORMAL
</span>
</code>
) – The log message color for
<cite>
actions
</cite>
success.
</p>
</li>
</ul>
Expand Down Expand Up @@ -15493,7 +15549,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.execution">
<em class="sig-param">
<span class="n">
<span class="pre">
success
success_msg
</span>
</span>
<span class="p">
Expand Down Expand Up @@ -15535,6 +15591,40 @@ <h2 id="module-nautilus_trader.adapters.betfair.execution">
</span>
</span>
</em>
,
<em class="sig-param">
<span class="n">
<span class="pre">
success_color
</span>
</span>
<span class="p">
<span class="pre">
:
</span>
</span>
<span class="w">
</span>
<span class="n">
<span class="pre">
LogColor
</span>
</span>
<span class="w">
</span>
<span class="o">
<span class="pre">
=
</span>
</span>
<span class="w">
</span>
<span class="default_value">
<span class="pre">
LogColor.NORMAL
</span>
</span>
</em>
<span class="sig-paren">
)
</span>
Expand Down Expand Up @@ -15617,7 +15707,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.execution">
<li>
<p>
<strong>
success
success_msg
</strong>
(
<em>
Expand All @@ -15629,7 +15719,29 @@ <h2 id="module-nautilus_trader.adapters.betfair.execution">
<em>
optional
</em>
) – The log message to write on actions success.
) – The log message to write on
<cite>
actions
</cite>
success.
</p>
</li>
<li>
<p>
<strong>
success_color
</strong>
(str, default
<code class="docutils literal notranslate">
<span class="pre">
NORMAL
</span>
</code>
) – The log message color for
<cite>
actions
</cite>
success.
</p>
</li>
</ul>
Expand Down
Loading

0 comments on commit dc07046

Please sign in to comment.