Spotware Community Team Releases New FIX API Examples

Created at 30 Aug 2021, 10:44
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
Spotware's avatar

Spotware

Joined 23.09.2013

Spotware Community Team Releases New FIX API Examples
30 Aug 2021, 10:44


Dear traders,

Spotware would like to announce the release of our brand new collection of FIX API examples using quickFIX/n library! Our new FIX API examples consist of a console application, a WinForms application, a WPF application and an ASP .Net Core application. In detail, you will find the following

Console Application

The console application is a simple tool that allows you to send instructions using FIX API messages through a command line tool and observe the exchanged FIX messages. It is an entry level example that is used to demonstrate the basic concepts behind FIX API as well the integration between FIX API and quickFIX/n library.

WinForms Application

The WinForms application is a handy tool that features simple message exchanging between your application and FIX API. It is used to demonstrate the basic concepts behind the quickFIX/n library and it becomes very useful when it comes to debugging FIX API issues.

WPF Application

The WPF application is a mini trading application which illustrates how you can use the FIX API to implement the basic functions of a client trading application. It includes examples of subscribing to and managing live price streams, displaying live quotes and managing orders and positions.

ASP.Net Core Application

The ASP.Net Core Application is another mini trading application which illustrates how you can use the FIX API in a web based application. Similar to the WPF application, It includes examples of subscribing to and managing live price streams, displaying live quotes and managing orders and positions.

You can download the new quickFIX/n FIX API examples here and you can leave your feedback and suggestions in our Telegram group.

 


@Spotware
Replies

bikax85295
22 May 2024, 05:43 ( Updated at: 22 May 2024, 07:24 )

is it possible to subscribe to candlestick of n timeframe?


@bikax85295

pro.fab
21 Jun 2024, 14:26 ( Updated at: 11 Jul 2024, 14:48 )

exception at loading (Configuration failed: No value for key: ConnectionType)

Hello, I have installed your examples from here :  https://github.com/spotware/quickfixnsamples.net

It builds/compiles fine, but I have this run-time exception despite my config file being edited as directed in the Readme and correctly picked up by the app:

QuickFix.ConfigError: 'Configuration failed: File Config-dev.cfg not found (Configuration failed: No value for key: ConnectionType)'

Yet my config file has:

ConnectionType=Initiator

Please advise

 

 

 

 

 

 

 

 


 


@pro.fab