Spotware community team releases FIX API Python examples
The Spotware community team announces the release of a collection of examples demonstrating how to use Python with cTrader FIX API.
Now it becomes much easier to use the FIX API with one of the most popular programming languages. The examples include a console application, a web application and a Jupyter Notebook. You can access the code samples from the project’s GitHub repository or download the package from PyPi.
Let’s recall that, in August 2021, Spotware announced the release of a collection of FIX API examples using quickFIX/n library. Those FIX API examples consist of a console application, a WinForms application, a WPF application and an ASP .Net Core application.
In November, Spotware added a new example in their Open API examples collection.
That example is based on cTrader Open API, Web Sockets and Blazor technologies, and it demonstrates how to build a full blown web application on top of Open API. It includes examples of subscribing to and managing live price streams using web sockets technology instead of TCP connections, displaying price charts and managing orders and positions. Traders can use it as an alternative connection option to traditional TCP connections.