An open API service indexing awesome lists of open source software.

https://github.com/nasdaq/nasdaq-protocols

Nasdaq Protocols Python Library
https://github.com/nasdaq/nasdaq-protocols

Last synced: 5 months ago
JSON representation

Nasdaq Protocols Python Library

Awesome Lists containing this project

README

          

Nasdaq Protocols Python Library
===============================

nasdaq-protocols contains client side implementations of the various
publicly available protocols used by Nasdaq ecosystem.

This package contains only the core implementations of the protocols like message
serialization, deserialization, message validation and session handling. It does not
contain any actual messages that are exchanged between the client and the server.

The actual messages are application specific and hence has to be defined by the
user of this library. The user has to define the messages as per the protocol specification
by extending the base message class defined in the package.

More documentation can be found in the [github-pages](https://nasdaq.github.io/nasdaq-protocols/)