-
Notifications
You must be signed in to change notification settings - Fork 551
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gh-pages to output generated at 4d8bebb
- Loading branch information
1 parent
157b546
commit 61035b6
Showing
2,509 changed files
with
860,730 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 2cc4fc082a3721222847b5586df58780 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs.nautilustrader.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Accounting | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting | ||
``` | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting.accounts.cash | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting.accounts.margin | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting.calculators | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting.factory | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.accounting.manager | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
# Betfair | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Client | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.client | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Common | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.common | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Config | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.config | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Data | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.data | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Data Types | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.data_types | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Execution | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.execution | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Factories | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.factories | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## OrderBook | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.orderbook | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Providers | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.providers | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Sockets | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.betfair.sockets | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
# Binance | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Config | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.config | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Factories | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.factories | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Enums | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.common.enums | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Types | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.common.types | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Futures | ||
|
||
### Data | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.futures.data | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Enums | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.futures.enums | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Execution | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.futures.execution | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Providers | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.futures.providers | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Types | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.futures.types | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Spot | ||
|
||
### Data | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.spot.data | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Enums | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.spot.enums | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Execution | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.spot.execution | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
### Providers | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.binance.spot.providers | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Adapters | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters | ||
``` | ||
|
||
```{eval-rst} | ||
.. toctree:: | ||
:maxdepth: 2 | ||
:glob: | ||
:titlesonly: | ||
:hidden: | ||
|
||
betfair.md | ||
binance.md | ||
interactive_brokers.md | ||
``` |
69 changes: 69 additions & 0 deletions
69
nightly/_sources/api_reference/adapters/interactive_brokers.md.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# Interactive Brokers | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Common | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.common | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Config | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.config | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Data | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.data | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Execution | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.execution | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Factories | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.factories | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` | ||
|
||
## Providers | ||
|
||
```{eval-rst} | ||
.. automodule:: nautilus_trader.adapters.interactive_brokers.providers | ||
:show-inheritance: | ||
:inherited-members: | ||
:members: | ||
:member-order: bysource | ||
``` |
Oops, something went wrong.