Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Jun 1, 2019
1 parent ca3196b commit 031c52f
Showing 1 changed file with 144 additions and 0 deletions.
144 changes: 144 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
API
====

.. toctree::
:maxdepth: 4


.. automodule:: aat.backtest
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.callback
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.config
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.data_source
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.define
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.enums
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exceptions
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchange
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.execution
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.logging
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.main
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.market_data
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.order_book
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.order_entry
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.parser
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.query
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.risk
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.strategy
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.structs
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.synthetic_exchange
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.trading
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.utils
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchanges
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchanges.coinbase
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchanges.gemini
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchanges.kraken
:members:
:undoc-members:
:show-inheritance:

.. automodule:: aat.exchanges.poloniex
:members:
:undoc-members:
:show-inheritance:



0 comments on commit 031c52f

Please sign in to comment.