Sunday, July 11, 2021

What is FIX Engine in FIX Protocol? Examples

FIX Engine is in the heart of any  FIX protocol-based electronic trading application. W, whenever we discuss FIX protocol we talk about FIX engines, the performance of different Fix engines, support of different FIX versions on FIX engine etc. but on a basic level, we definitely like to know what is an FIX engine and what does FIX Engine do in FIX protocol. In this article, we will try to touch base on such questions with an independent view on FIX engines e.g. what is an FIX engine? Why you need FIX engines? Is FIX engine is mandatory for electronic trading? What are some commercially available FIX engines you can use to start connecting brokers using FIX protocol etc


What is a FIX Engine?

Fix engines are a program written in any programming language like Java, C++ which is used to facilitate online trading using FIX Protocol. it's an implementation of FIX protocol and a single piece of software required to establish FIX connectivity. 

FIX messages which carry stocks trading orders electronically in the form of tag and value is composed, parse and understand by FIX engines. FIX engines are also responsible for establishing FIX connectivity between client and broker or client and exchange. 

In a simple FIX connectivity setup, we have two FIX engines running one at the client-side and other at the broker or exchange side. These FIX engines first establish FIX sessions between each other and then transmit application-level messages(electronic stock order, cancels and order amendments etc). In Short FIX engine is an essential piece of software your company will require building electronic trading infrastructure.



What does FIX Engine do ?

here is a short summary of what is the responsibility of FIX engine and what does fix engine do:

1) Establish Fix Connectivity by sending session level messages.
2) manage FIX Session
3) recover if FIX session lost
4) creating, sending, parsing FIX messages for electronic trading.
5) handles replay
6) supports different FIX (Financial information exchange) protocol version and tags.


Who uses FIX Engines?

FIX Engines are mostly used by large Investment banks, brokerage firms, hedge funds, pension funds and other independent parties which are interested in electronic trading. In stock trading first FIX engines are used at two places first at client side (most of the high net worth individual, hedge funds uses FIX protocol to transmit orders to brokers) and on Exchange side if Exchange supports FIX protocol or you have connected to a broker. 

Since different exchange uses their proprietary exchange protocol (e.g. HKSE uses OG, TSE uses Arrowhead protocol and NASDAQ uses OUCH protocol), use of FIX engine on exchange side is less as compared to the client side, As clients and firms prefer to use FIX protocol for sending orders and receiving executions.



Performance of FIX Engine:

The performance of any FIX engine is key in order to be successful in online trading or electronic trading space. fastest, robust, flexible FIX Engines are proffered by brokerage firms and client alike. 

Since today's market is very volatile and sensitive due to high frequency and algorithmic trading, the speed of FIX engines has become more important and derived bigger investment banks and brokerage houses to implement or create their own Fix engines.



5 Popular FIX Engine Examples

There are a lot of commercial FIX Engines are available in the market and they are listed on the vendor page of FIX protocol. here is a quick list of popular FIX engines you may want to choose for your firm:

1. NYFIX Appia
by far most used, flexible, robust, and easy to maintain and support. what is the best feature of Appia is that it provides you to create a new FIX session on the fly and manage fix sessions without downtime in the FIX engine?

2. Cameron FIX Engine
Another popular fix engine which strictly follows FIX protocol and supports almost all of FIX protocol version.

3. Onix Biz
I have not used onixs.biz fix protocol solutions but sounds like a good candidate.




4. B2Bits
B2Bits offers fix engines and fix solutions in Java, .NET, and C++.

5. QuickFIX
this is an open course FIX Engine which has an implementation in Java, known as QuickFIXJ as well as implementation in C++ and other programming languages. If you are looking for a free-of-cost FIX engine, then QuickFIX is a good choice. 

despite these popular ones, there are lot many other players like rapid addition, Info reach, and Flyer Fix Engines.

That's all on FIX engines of the FIX protocol, you can also check my other articles on FIX protocols for getting more knowledge on how to fix protocol works etc.


Related FIX Tutorials

10 comments :

Anonymous said...

Can you also write about architecture of FIX engine. would be good if you give an example of either open source quick fix engine or any vendor based application like Appia or B2Bits.

Javin @ difference between FIX 4.2 vs FIX 4.4 said...

@Anonymous ,Thanks for recommendation. have you tried Devexperts ? how is it for creating and maintaining new sessions ? does This FIX engine support addition of new session without shut down or restart ?

Coral Blocks said...

I would like to add CoralFIX to the list as it is currently the fastest FIX engine available in the market. It is also extremely simple to use and integrate.

Anonymous said...

I would like to add QuickFIXJ, the open source FIX engine written in Java. It is apparently most used free of cost FIX engine. There is also port available in C++ known as QuickFIX

Anonymous said...

Fix8 is another open source FIX engine but its not as popular as other vendors e.g. Cameron, Appia and even Coral edge

Anonymous said...

Which is the best commercial FIX engine? Can you please suggest? I want to connect to a broker via FIX and I am looking to buy software as I don't have any development team. Can you please suggest how much FIX engine cost and do vendor provide customization and support I may need?

Anonymous said...

No idea how much a fix engine cost, I guess it depends upon vendor. By the way some of the popular FIX engine vendors I know are
Cameron FIX engine
B2BITS FIX engine and
Onix.

OnixS provides ultra low latency Certified SDKs for Direct Market Access (DMA): FIX Engine, FIX/FAST Decoder, Market Data Handlers, Order Execution, Trade Capture, Drop Copy, and Reporting solutions.

Unknown said...

I'm looking for a FIX expert to help me set all this up, bit of a novice, if you think you're a developer who can handle helping me sort my fix, I'll pay well and am free 24/7. Email me at maxmayhew@hotmail.com

Anonymous said...

Hello Javin,

I want to develop a FIX engine in Java to learn more about FIX protocol and have some experience in FIX parsing and encoding/decoding. Can you please write a tutorial to start with?

I have looked our QuickFIXJ but I didn't understand much of it, if you could review QuickFIXJ and provide some explanation that would be great.

Anonymous said...

Onixs.biz does a really good FIX Engine among other products, we use them at our brokerage firm and have done for years. Highly recommended.

Post a Comment