Home

This package provides access to dxFeed streaming data. The library is build as 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.

This package already contains basic C-API functions related to creating connections, subscriptions etc. Moreover default listeners (functions responsible for event processing) are ready to use. The user is also able to write his own custom listener in Cython, the instructions could be found here: Custom listener.

At this web-site you will find information about basic functionality of the library, how to write your custom listener, documentation to all available functions and information for developers.