Introducing FIX and QuickFIX/N
In this section we'll learn about the FIX 4.2 standard and the QuickFIX/N library for .NET. FIX is the standard protocol of communicating with brokers and exchanges and stands for Financial Information eXchange. It has been around since the early 90s and uses an ASCII-based representation of messages. Other alternatives exist, such as proprietary APIs and protocols.
Using FIX 4.2
In this section we'll refactor the existing trading system in order to use FIX 4.2 messages.
- Download FIXimulator from the following URL:http://fiximulator.org/
- Download QuckFIX/n from the following URL: http://www.quickfixn.org/download.
- Extract the files from the archives into folders.
- Start FIXimulator by running
fiximulator.bat
.
When you have ...
Get F# for Quantitative Finance now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.