Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.31 KB

index.rst

File metadata and controls

38 lines (28 loc) · 1.31 KB

Home

This package provides access to dxFeed streaming data. The library is a thin wrapper over dxFeed C-API library. We use Cython in this project as it combines flexibility, reliability, and usability in writing C extensions.

The design of the dxfeed package allows users to write any logic related to events in python as well as extending lower level Cython functionality. Moreover, one may start working with the API using the default values like function arguments or a default event handler.

On this website, you will find dxfeed usage examples and docstrings to each function, class, and its methods and fields.

Source code: github.com/dxFeed/dxfeed-python-api

Package distribution: pypi.org/project/dxfeed

Table of contents:

.. toctree::
   :maxdepth: 2

   self
   installation.rst
   basic_usage.rst
   custom_handler.rst
   api.rst
   core_usage.rst
   custom_listener.rst
   devs.rst