Skip to content

Commit 13db290

Browse files
committed
Update gh-pages to output generated at cf730bd
1 parent 1f28132 commit 13db290

34 files changed

+73
-45
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
1.39 KB
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-708 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-137 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.
Binary file not shown.
-137 Bytes
Binary file not shown.
-137 Bytes
Binary file not shown.

nightly/.doctrees/environment.pickle

-137 Bytes
Binary file not shown.

nightly/api_reference/adapters/betfair.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -10968,7 +10968,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
1096810968
uint64_t
1096910969
</span>
1097010970
<span class="pre">
10971-
ts_event
10971+
sequence
1097210972
</span>
1097310973
</span>
1097410974
</em>
@@ -10979,7 +10979,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
1097910979
uint64_t
1098010980
</span>
1098110981
<span class="pre">
10982-
ts_init
10982+
ts_event
1098310983
</span>
1098410984
</span>
1098510985
</em>
@@ -10990,7 +10990,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
1099010990
uint64_t
1099110991
</span>
1099210992
<span class="pre">
10993-
sequence=0
10993+
ts_init
1099410994
</span>
1099510995
</span>
1099610996
</em>
@@ -11679,6 +11679,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
1167911679
uint8_t
1168011680
</em>
1168111681
) – The record flags bit field, indicating packet end and data information.
11682+
A value of zero indicates no flags.
1168211683
</p>
1168311684
</li>
1168411685
<li>
@@ -11691,6 +11692,7 @@ <h2 id="module-nautilus_trader.adapters.betfair.data_types">
1169111692
uint64_t
1169211693
</em>
1169311694
) – The unique sequence number for the update.
11695+
If no sequence number provided in the source data then use a value of zero.
1169411696
</p>
1169511697
</li>
1169611698
<li>

nightly/api_reference/adapters/interactive_brokers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12085,7 +12085,7 @@ <h2 id="module-nautilus_trader.adapters.interactive_brokers.config">
1208512085
at
1208612086
</span>
1208712087
<span class="pre">
12088-
0x7f66cef216d0&gt;
12088+
0x7fca61283c10&gt;
1208912089
</span>
1209012090
<span class="pre">
1209112091
=

nightly/api_reference/common.html

+41
Original file line numberDiff line numberDiff line change
@@ -20793,6 +20793,29 @@ <h2 id="module-nautilus_trader.common.component">
2079320793
</span>
2079420794
</em>
2079520795
,
20796+
<em class="sig-param">
20797+
<span class="n">
20798+
<span class="pre">
20799+
database:
20800+
</span>
20801+
<span class="pre">
20802+
nautilus_pyo3.RedisMessageBusDatabase
20803+
</span>
20804+
<span class="pre">
20805+
|
20806+
</span>
20807+
<span class="pre">
20808+
None
20809+
</span>
20810+
<span class="pre">
20811+
=
20812+
</span>
20813+
<span class="pre">
20814+
None
20815+
</span>
20816+
</span>
20817+
</em>
20818+
,
2079620819
<em class="sig-param">
2079720820
<span class="n">
2079820821
<span class="pre">
@@ -21045,6 +21068,24 @@ <h2 id="module-nautilus_trader.common.component">
2104521068
) – The serializer for database operations.
2104621069
</p>
2104721070
</li>
21071+
<li>
21072+
<p>
21073+
<strong>
21074+
database
21075+
</strong>
21076+
(
21077+
<em>
21078+
nautilus_pyo3.RedisMessageBusDatabase
21079+
</em>
21080+
<em>
21081+
,
21082+
</em>
21083+
<em>
21084+
optional
21085+
</em>
21086+
) – The backing database for the message bus.
21087+
</p>
21088+
</li>
2104821089
<li>
2104921090
<p>
2105021091
<strong>

nightly/api_reference/model/data.html

+25-40
Original file line numberDiff line numberDiff line change
@@ -8879,10 +8879,10 @@ <h1 id="api-reference-model-data--page-root">
88798879
<em class="sig-param">
88808880
<span class="n">
88818881
<span class="pre">
8882-
uint64_t
8882+
uint8_t
88838883
</span>
88848884
<span class="pre">
8885-
ts_event
8885+
flags
88868886
</span>
88878887
</span>
88888888
</em>
@@ -8893,18 +8893,18 @@ <h1 id="api-reference-model-data--page-root">
88938893
uint64_t
88948894
</span>
88958895
<span class="pre">
8896-
ts_init
8896+
sequence
88978897
</span>
88988898
</span>
88998899
</em>
89008900
,
89018901
<em class="sig-param">
89028902
<span class="n">
89038903
<span class="pre">
8904-
uint8_t
8904+
uint64_t
89058905
</span>
89068906
<span class="pre">
8907-
flags=0
8907+
ts_event
89088908
</span>
89098909
</span>
89108910
</em>
@@ -8915,7 +8915,7 @@ <h1 id="api-reference-model-data--page-root">
89158915
uint64_t
89168916
</span>
89178917
<span class="pre">
8918-
sequence=0
8918+
ts_init
89198919
</span>
89208920
</span>
89218921
</em>
@@ -9014,70 +9014,51 @@ <h1 id="api-reference-model-data--page-root">
90149014
<li>
90159015
<p>
90169016
<strong>
9017-
ts_event
9017+
flags
90189018
</strong>
90199019
(
90209020
<em>
9021-
uint64_t
9021+
uint8_t
90229022
</em>
9023-
) – The UNIX timestamp (nanoseconds) when the data event occurred.
9023+
) – The record flags bit field, indicating packet end and data information.
9024+
A value of zero indicates no flags.
90249025
</p>
90259026
</li>
90269027
<li>
90279028
<p>
90289029
<strong>
9029-
ts_init
9030+
sequence
90309031
</strong>
90319032
(
90329033
<em>
90339034
uint64_t
90349035
</em>
9035-
) – The UNIX timestamp (nanoseconds) when the data object was initialized.
9036+
) – The unique sequence number for the update.
9037+
If no sequence number provided in the source data then use a value of zero.
90369038
</p>
90379039
</li>
90389040
<li>
90399041
<p>
90409042
<strong>
9041-
flags
9043+
ts_event
90429044
</strong>
90439045
(
90449046
<em>
9045-
uint8_t
9046-
</em>
9047-
<em>
9048-
,
9049-
</em>
9050-
<em>
9051-
default 0
9052-
</em>
9053-
<em>
9054-
(
9055-
</em>
9056-
<em>
9057-
no flags
9058-
</em>
9059-
<em>
9060-
)
9047+
uint64_t
90619048
</em>
9062-
) – The record flags bit field, indicating packet end and data information.
9049+
) – The UNIX timestamp (nanoseconds) when the data event occurred.
90639050
</p>
90649051
</li>
90659052
<li>
90669053
<p>
90679054
<strong>
9068-
sequence
9055+
ts_init
90699056
</strong>
90709057
(
90719058
<em>
90729059
uint64_t
90739060
</em>
9074-
<em>
9075-
,
9076-
</em>
9077-
<em>
9078-
default 0
9079-
</em>
9080-
) – The unique sequence number for the update.
9061+
) – The UNIX timestamp (nanoseconds) when the data object was initialized.
90819062
</p>
90829063
</li>
90839064
</ul>
@@ -9224,7 +9205,7 @@ <h1 id="api-reference-model-data--page-root">
92249205
uint64_t
92259206
</span>
92269207
<span class="pre">
9227-
ts_event
9208+
sequence
92289209
</span>
92299210
</span>
92309211
</em>
@@ -9235,7 +9216,7 @@ <h1 id="api-reference-model-data--page-root">
92359216
uint64_t
92369217
</span>
92379218
<span class="pre">
9238-
ts_init
9219+
ts_event
92399220
</span>
92409221
</span>
92419222
</em>
@@ -9246,7 +9227,7 @@ <h1 id="api-reference-model-data--page-root">
92469227
uint64_t
92479228
</span>
92489229
<span class="pre">
9249-
sequence=0
9230+
ts_init
92509231
</span>
92519232
</span>
92529233
</em>
@@ -9935,6 +9916,7 @@ <h1 id="api-reference-model-data--page-root">
99359916
uint8_t
99369917
</em>
99379918
) – The record flags bit field, indicating packet end and data information.
9919+
A value of zero indicates no flags.
99389920
</p>
99399921
</li>
99409922
<li>
@@ -9947,6 +9929,7 @@ <h1 id="api-reference-model-data--page-root">
99479929
uint64_t
99489930
</em>
99499931
) – The unique sequence number for the update.
9932+
If no sequence number provided in the source data then use a value of zero.
99509933
</p>
99519934
</li>
99529935
<li>
@@ -11720,6 +11703,7 @@ <h1 id="api-reference-model-data--page-root">
1172011703
uint8_t
1172111704
</em>
1172211705
) – The record flags bit field, indicating packet end and data information.
11706+
A value of zero indicates no flags.
1172311707
</p>
1172411708
</li>
1172511709
<li>
@@ -11732,6 +11716,7 @@ <h1 id="api-reference-model-data--page-root">
1173211716
uint64_t
1173311717
</em>
1173411718
) – The unique sequence number for the update.
11719+
If no sequence number provided in the source data then use a value of zero.
1173511720
</p>
1173611721
</li>
1173711722
<li>

nightly/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)