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: 26 Jun 2024, 05:46 )

hi, as a first step in developing my trading app using cTrader's FIX API, I am trying to install the examples provided there https://github.com/spotware/quickfixnsamples.net

Starting with Common and ConsoleSample.

However, while Common.dll is getting built without error, I am getting the following compile error on ConsoleSample. Please advise:

Severity Code Description Project File Line Suppression State Details
Error (active) NU1105 Unable to find project information for 'C:\Users\FirstnameLastname\source\repos\Common\Common.csproj'. If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.

 

 

 

 

 

 

 

 

 


 


@pro.fab