FAST Protocol | Python wrapper

2.2k views Asked by At

Is there a good wrapper in Python to use FAST protocol to un-wrap the data coming from the stream-line. There's a implementation in Java (OpenFAST) but it has some performance issues that it cannot be used.

Thanks.

1

There are 1 answers

0
Noelkd On

You can find the Python wrapper for the FIX Protocol, here.

A Python wrapper for the FAST protocol(FIX Adapted for STreaming) doesn't appear to have been created.

I would suggest downloading the C files check out the functions then check out the Python/C API docs and write a wrapper for the rest of the python community to enjoy!