Skip to content

Commit

Permalink
fix doc api reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDanielThangarajan committed Oct 11, 2024
1 parent 528c4ee commit 8820d8a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ API Reference
api_reference_soup
api_reference_itch
api_reference_ouch
api_reference_fix
api_reference_common
30 changes: 30 additions & 0 deletions docs/api_reference_fix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.. _api-reference-fix:
FIX API Reference
=================

Fix
----
.. automodule:: nasdaq_protocols.fix


Fix Session
^^^^^^^^^^^
.. autoclass:: nasdaq_protocols.fix.session.FixSessionId
:show-inheritance: True

.. autoclass:: nasdaq_protocols.fix.session.FixSession
:show-inheritance: True
:undoc-members: ['send_heartbeat']

.. autoclass:: nasdaq_protocols.fix.session.Fix44Session
:show-inheritance: True
:undoc-members: ['begin_string']

.. autoclass:: nasdaq_protocols.fix.session.Fix50Session
:show-inheritance: True
:undoc-members: ['begin_string']


Fix Messages
^^^^^^^^^^^^
.. automodule:: nasdaq_protocols.fix.core

0 comments on commit 8820d8a

Please sign in to comment.