Skip to main content

Tools for interacting with the FIX protocol

Project description

Latest Read The Docs

Getting Started

Installing

pip install fixtrate

Session

To connect to and receive messages from a FIX peer:

import asyncio
from fixtrate import FixSession

async def main():
    session = FixSession()
    async with session.connect():
        await session.logon()
        async for msg in session:
            print(msg)

if __name__ == '__main__':
    loop = asyncio.get_event_loop()
    loop.run_until_complete(main())

Documentation

https://fixtrate.readthedocs.io/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

fixtrate-0.1.3-py2.py3-none-any.whl (33.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file fixtrate-0.1.3-py2.py3-none-any.whl.

File metadata

  • Download URL: fixtrate-0.1.3-py2.py3-none-any.whl
  • Upload date:
  • Size: 33.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.5

File hashes

Hashes for fixtrate-0.1.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f2f39cdd39e16929625d672e65f60cb63a22b0291a3bec7d7fde99a67c9d1aff
MD5 16eed1e771523c42a5789de5c59c9be5
BLAKE2b-256 17de109f88d353eae0d04976613e59b8ef4d2f67ed2e25c4ca10f09b6bc4aaae

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page