Tools for interacting with the FIX protocol
Project description
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
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size fixtrate-0.2.3-py2.py3-none-any.whl (43.2 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View hashes |
Close
Hashes for fixtrate-0.2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2260e9d79045bae41e61f5b9784e571fc30deb8e408a5c9030fe839fc3f4eeb1 |
|
MD5 | ad0f2d1aff360f20a4d466ca9f0f35d1 |
|
BLAKE2-256 | feaeae835db98531a2aa7527f2fb7c53a5a08e05ec361ae59a6b5bf6990e7c9a |