Skip to content

Commit c92f47a

Browse files
deploy: 464f05e
0 parents  commit c92f47a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+10103
-0
lines changed

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 10ec5f6be114b446fc8eb9f122535fc3
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.nojekyll

Whitespace-only changes.

LICENSE.html

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html>
2+
3+
<html lang="en" data-content_root="./">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
7+
8+
<title>MIT License &#8212; Nasdaq Protocols Python Library 0.0.1 documentation</title>
9+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
10+
<link rel="stylesheet" type="text/css" href="_static/agogo.css?v=08520df9" />
11+
<script src="_static/documentation_options.js?v=d45e8c67"></script>
12+
<script src="_static/doctools.js?v=9bcbadda"></script>
13+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
14+
<link rel="index" title="Index" href="genindex.html" />
15+
<link rel="search" title="Search" href="search.html" />
16+
<link rel="prev" title="Developer’s Guide" href="developer_guide.html" />
17+
</head><body>
18+
<div class="header-wrapper" role="banner">
19+
<div class="header">
20+
<div class="headertitle"><a
21+
href="index.html">Nasdaq Protocols Python Library 0.0.1 documentation</a></div>
22+
<div class="rel" role="navigation" aria-label="Related">
23+
<a href="developer_guide.html" title="Developer’s Guide"
24+
accesskey="P">previous</a> |
25+
<a href="py-modindex.html" title="Python Module Index"
26+
>modules</a> |
27+
<a href="genindex.html" title="General Index"
28+
accesskey="I">index</a>
29+
</div>
30+
</div>
31+
</div>
32+
33+
<div class="content-wrapper">
34+
<div class="content">
35+
<div class="document">
36+
37+
<div class="documentwrapper">
38+
<div class="bodywrapper">
39+
<div class="body" role="main">
40+
41+
<section id="mit-license">
42+
<h1>MIT License<a class="headerlink" href="#mit-license" title="Link to this heading"></a></h1>
43+
<p>Copyright (c) 2025 Nasdaq</p>
44+
<p>Permission is hereby granted, free of charge, to any person obtaining a copy
45+
of this software and associated documentation files (the “Software”), to deal
46+
in the Software without restriction, including without limitation the rights
47+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
48+
copies of the Software, and to permit persons to whom the Software is
49+
furnished to do so, subject to the following conditions:</p>
50+
<p>The above copyright notice and this permission notice shall be included in all
51+
copies or substantial portions of the Software.</p>
52+
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
58+
SOFTWARE.</p>
59+
</section>
60+
61+
62+
<div class="clearer"></div>
63+
</div>
64+
</div>
65+
</div>
66+
</div>
67+
<div class="sidebar">
68+
69+
<h3>Table of Contents</h3>
70+
<p class="caption" role="heading"><span class="caption-text">Contents:</span></p>
71+
<ul class="current">
72+
<li class="toctree-l1"><a class="reference internal" href="user_guide.html">User Guide</a></li>
73+
<li class="toctree-l1"><a class="reference internal" href="api_reference.html">API Reference</a></li>
74+
<li class="toctree-l1"><a class="reference internal" href="developer_guide.html">Developer’s Guide</a></li>
75+
<li class="toctree-l1 current"><a class="current reference internal" href="#">MIT License</a></li>
76+
</ul>
77+
78+
<search role="search">
79+
<h3 style="margin-top: 1.5em;">Search</h3>
80+
<form class="search" action="search.html" method="get">
81+
<input type="text" name="q" />
82+
<input type="submit" value="Go" />
83+
</form>
84+
</search>
85+
86+
</div>
87+
<div class="clearer"></div>
88+
</div>
89+
</div>
90+
91+
<div class="footer-wrapper">
92+
<div class="footer">
93+
<div class="left">
94+
<div role="navigation" aria-label="Related">
95+
<a href="developer_guide.html" title="Developer’s Guide"
96+
>previous</a> |
97+
<a href="py-modindex.html" title="Python Module Index"
98+
>modules</a> |
99+
<a href="genindex.html" title="General Index"
100+
>index</a>
101+
</div>
102+
<div role="note" aria-label="source link">
103+
<br/>
104+
<a href="_sources/LICENSE.rst.txt"
105+
rel="nofollow">Show Source</a>
106+
</div>
107+
</div>
108+
109+
<div class="right">
110+
111+
<div class="footer" role="contentinfo">
112+
&#169; Copyright Copyright (c) 2024 Nasdaq.
113+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
114+
</div>
115+
</div>
116+
<div class="clearer"></div>
117+
</div>
118+
</div>
119+
120+
</body>
121+
</html>

_sources/LICENSE.rst.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
MIT License
2+
===========
3+
4+
Copyright (c) 2025 Nasdaq
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

_sources/api_reference.rst.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
API Reference
2+
=============
3+
4+
.. toctree::
5+
:maxdepth: 1
6+
:caption: Contents:
7+
8+
api_reference_soup
9+
api_reference_itch
10+
api_reference_ouch
11+
api_reference_fix
12+
api_reference_sqf
13+
api_reference_common
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Common api reference
2+
====================
3+
4+
.. automodule:: nasdaq_protocols.common.message_queue
5+
6+
.. automodule:: nasdaq_protocols.common.session
7+
8+
.. automodule:: nasdaq_protocols.common.types
9+
10+
.. automodule:: nasdaq_protocols.common.utils
11+
12+
.. automodule:: nasdaq_protocols.common.message.types

_sources/api_reference_fix.rst.txt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
.. _api-reference-fix:
2+
FIX API Reference
3+
=================
4+
5+
Fix
6+
----
7+
.. automodule:: nasdaq_protocols.fix
8+
9+
10+
Fix Session
11+
^^^^^^^^^^^
12+
.. autoclass:: nasdaq_protocols.fix.session.FixSessionId
13+
:show-inheritance: True
14+
15+
.. autoclass:: nasdaq_protocols.fix.session.FixSession
16+
:show-inheritance: True
17+
:undoc-members: ['send_heartbeat']
18+
19+
.. autoclass:: nasdaq_protocols.fix.session.Fix44Session
20+
:show-inheritance: True
21+
:undoc-members: ['begin_string']
22+
23+
.. autoclass:: nasdaq_protocols.fix.session.Fix50Session
24+
:show-inheritance: True
25+
:undoc-members: ['begin_string']
26+
27+
28+
Fix Messages
29+
^^^^^^^^^^^^
30+
.. automodule:: nasdaq_protocols.fix.core
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _api-reference-itch:
2+
ITCH API Reference
3+
==================
4+
5+
Itch
6+
----
7+
.. automodule:: nasdaq_protocols.itch
8+
9+
10+
Itch Session
11+
^^^^^^^^^^^^
12+
.. autoclass:: nasdaq_protocols.itch.session.ItchSessionId
13+
:show-inheritance: True
14+
15+
.. autoclass:: nasdaq_protocols.itch.session.ClientSession
16+
:show-inheritance: True
17+
:undoc-members: ['send_heartbeat']
18+
19+
20+
Itch Messages
21+
^^^^^^^^^^^^^
22+
.. automodule:: nasdaq_protocols.itch.core
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _api-reference-ouch:
2+
OUCH API Reference
3+
==================
4+
5+
Ouch
6+
----
7+
.. automodule:: nasdaq_protocols.ouch
8+
9+
10+
Ouch Session
11+
^^^^^^^^^^^^
12+
.. autoclass:: nasdaq_protocols.ouch.session.OuchSessionId
13+
:show-inheritance: True
14+
15+
.. autoclass:: nasdaq_protocols.ouch.session.ClientSession
16+
:show-inheritance: True
17+
:undoc-members: ['send_heartbeat']
18+
19+
20+
Ouch Messages
21+
^^^^^^^^^^^^^
22+
.. automodule:: nasdaq_protocols.ouch.core
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _api-reference-soup:
2+
SOUP API Reference
3+
==================
4+
5+
Soup
6+
----
7+
.. automodule:: nasdaq_protocols.soup
8+
9+
10+
Soup Session
11+
^^^^^^^^^^^^
12+
.. autoclass:: nasdaq_protocols.soup.session.SoupSessionId
13+
:show-inheritance: True
14+
15+
.. autoclass:: nasdaq_protocols.soup.session.SoupClientSession
16+
:show-inheritance: True
17+
:undoc-members: ['send_heartbeat']
18+
19+
.. autoclass:: nasdaq_protocols.soup.session.SoupServerSession
20+
:show-inheritance: True
21+
22+
23+
Soup Messages
24+
^^^^^^^^^^^^^
25+
.. automodule:: nasdaq_protocols.soup.core

0 commit comments

Comments
 (0)