fix-protocol
There are 41 repositories under fix-protocol topic.
ferrumfix/ferrumfix
Financial Information eXchange protocol implemented in Rust
maxim2266/FullFIX
A library for parsing FIX (Financial Information eXchange) protocol messages.
imandra-ai/fix-engine
Imandra FIX Engine
logotype/fixparser
FIX5.0SP2 parser.
co11ter/goFAST
Go implementation of the FAST Protocol (FIX Adapted for STreaming)
abhi-g80/pytradesimulator
Python based exchange simulator using FIX protocol
maxim2266/FFP
Fast FIX (Financial Information Exchange) protocol parser [FFP]
sashamakarenko/fixpp
FIX library generated with C++ PreProcessor to be used in latency sensitive context.
Erfaniaa/fix-protocol
FIX 4.4 session layer implementation for a single pair of initiator (client) and acceptor (server) over TCP
apptastic-software/fix-log-viewer
FIX Log Viewer allows you to view FIX logs
whoan/fixparser
:bank: A Rust/WASM library to parse FIX messages without a dictionary
darwinex/dwx-fix-connector
QuickFIX wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via FIX Protocol v4.4
arthurlm/quickfix-rs
Unofficial rust binding of QuickFIX library
imandra-ai/ipl-examples
Imandra Protocol Language example models
PremRL/fix-tcpip-project
Hardware design project of the FIX and TCP/IP offload engines on FPGA, containing HDL codes and Python codes for testing.
dendisuhubdy/fix_server
Order Management System
sambacha/CME-iLink3
CME iLINK3 Connectivity
muditbhargava66/FIX-FastTrade
FIX-FastTrade is a high-performance electronic trading system that leverages the Financial Information eXchange (FIX) protocol for fast and reliable communication between trading parties. It is designed to handle high-volume trading scenarios with low latency and high throughput.
quickfix-j/quickfixj-orchestra
This project contains integrations between FIX Orchestra and QuickFIX/J.
DaanA32/dfx
A FIX implementation in Rust
kazcfz/QuickFIX-prebuilt-wheel
Pre-built wheels for QuickFIX (untested): a Financial Information eXchange (FIX) protocol engine.
ThePredictiveDev/Automated-Financial-Market-Trading-System
This project is a Python-based trading simulator that allows users to simulate trading strategies, manage an order book, and interact with a mock trading environment using various algorithmic traders. The simulator includes a FIX (Financial Information eXchange) protocol handler, a market-making algorithm, and synthetic liquidity generation.
zlooo/FIXYou
Fast, netty based FIX engine that generates low amount of garbage
da4089/simplesofh
A pure-Python implementation of the FIX Trading Community's SOFH framing protocol
gsolontay/micex
This repository contains a demo kit for MICEX market data.
joewood/fix-avro
QuickfixJ Avro Schema Generator
mrbald/ufixj
Java 8 FIX connectivity sandbox
zakoud/qfix
Lightweight q-to-fix and fix-to-q library
haleyga/fixinator
A fully-featured, open-source TypeScript implementation of the Financial Information eXchange protocol (FIX). All official versions since 2.7 (as defined Jan. 1995) will be supported.
jeromegit/fixations
Set of tools to handle FIX protocol data
da4089/simplefixp
A pure-Python implementation of the FIX Trading Community's FIXP session layer protocol
lcsrodriguez/fix-decode
FIX protocol decoder
NiclasDimitriadis/CppOrderBook2
Overhauled version of CppOrderBook. Small project demonstrating reading FIX messages from a (socket-like) buffer and using them to manipulate an order book object. Possibly multithreaded. Emphasis on low-latency techniques, metaprogramming and incorporating some of the latest C++ features.
pedrosfaria2/drop_copy_rust
A drop copy implemented in Rust for Fix Procotol
whoan/sosfix
Random helpers for FIX-protocol
pedrosfaria2/python_drop_copy
A dropcopy in python using fix protocol