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.2.15-py2.py3-none-any.whl (38.9 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: fixtrate-0.2.15-py2.py3-none-any.whl
  • Upload date:
  • Size: 38.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5

File hashes

Hashes for fixtrate-0.2.15-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 f93e7915a8b90027a57bbf403d332d836f67ddc8c3cf3ae05e06f4fc859653d1
MD5 7600aa52e7904e7c75eb03e917af92f0
BLAKE2b-256 8cb75708ae139d62ebc9a91e96b8b6cacfc615f2d26bf9e57369b2de884acec4

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