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

If you're not sure about the file name format, learn more about wheel file names.

fixtrate-0.1.2-py2.py3-none-any.whl (32.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: fixtrate-0.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 32.9 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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e0f6096f666b24f6e78674fcc80dd840a40b22d6efced7936c49b8d96b7fe924
MD5 25e1b018d351a2e02794e4a450bd52f0
BLAKE2b-256 e0b7144cb7c5de8aa1deb3c1dc9ec8fb1abc014465b579dd40c23c65a7b6f478

See more details on using hashes here.

Supported by

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