All Projects → Ian144 → FsFIX

Ian144 / FsFIX

Licence: other
an F# FIX engine

Programming Languages

F#
602 projects

Projects that are alternatives of or similar to FsFIX

fix-decoder
Unravels FIX messages into human readable tables
Stars: ✭ 71 (+222.73%)
Mutual labels:  fix, fixprotocol
pyfixmsg
pyfixmsg is a library for parsing, manipulating and serialising FIX messages, primarily geared towards testing.
Stars: ✭ 50 (+127.27%)
Mutual labels:  fix
imageorient
Go image decoding with respect to the EXIF orientation tag
Stars: ✭ 62 (+181.82%)
Mutual labels:  fix
gjf
A tool in Python to fix invalid GeoJSON objects and files
Stars: ✭ 94 (+327.27%)
Mutual labels:  fix
TradingMachine
TradingMachine is a mini-trading system simulation, whose components (market data and order feeds, FIX acceptor and initiator, back-end for filled orders) interact by queues and topics.
Stars: ✭ 26 (+18.18%)
Mutual labels:  fix
symfony-intl-fix
Provides the symfony/intl fix for new php version in symfony 2.8
Stars: ✭ 20 (-9.09%)
Mutual labels:  fix
fix-rust
FIX (Financial Information Exchange) client in Rust
Stars: ✭ 16 (-27.27%)
Mutual labels:  fix
Manhunt-fix-Windows-10
Manhunt fix for Windows 10 Updated for Windows 10 latest versions
Stars: ✭ 24 (+9.09%)
Mutual labels:  fix
fix4log4j
No description or website provided.
Stars: ✭ 21 (-4.55%)
Mutual labels:  fix
fix-json-encoding-spec
Technical specification for mapping FIX to JSON encoding
Stars: ✭ 21 (-4.55%)
Mutual labels:  fixprotocol
ForzaHorizonFix
A simple fix for Forza Horizon 4 and Forza Horizon 5 crashes
Stars: ✭ 20 (-9.09%)
Mutual labels:  fix
fix
FIX library for crystal
Stars: ✭ 12 (-45.45%)
Mutual labels:  fix
fixp-specification
FIXP - FIX performance session layer specification
Stars: ✭ 40 (+81.82%)
Mutual labels:  fixprotocol
panzerlop
Configuration Guides for fixing things in Linux, Proton & KDE
Stars: ✭ 23 (+4.55%)
Mutual labels:  fix
DupeFix-Project
A mod for Minecraft 1.12.2 that fixes dupes in other mods.
Stars: ✭ 32 (+45.45%)
Mutual labels:  fix
FixCursorHold.nvim
Fix CursorHold Performance.
Stars: ✭ 176 (+700%)
Mutual labels:  fix
clearth
Test automation tool for Clearing, Settlement and Back-Office Systems
Stars: ✭ 26 (+18.18%)
Mutual labels:  fixprotocol
sass-lint-auto-fix
Automatically resolve s(a|c)ss linting issues
Stars: ✭ 93 (+322.73%)
Mutual labels:  fix
fix2json
A command-line utility to present FIX protocol messages as JSON or YAML
Stars: ✭ 44 (+100%)
Mutual labels:  fixprotocol
finspec-spec
Multi-protocol, machine-readable specifications for financial services
Stars: ✭ 18 (-18.18%)
Mutual labels:  fixprotocol

License: GPL v3

The Financial Information eXchange (FIX) Protocol in F#

FIX code generation is the first stage of project to build a fully fledged FIX engine using F#. FsFIX generates F# types to represent FIX messages, and also generates functions to read and write these types to and from byte arrays. Session management remains to be done. Currently FsFIX can be used to connect to applications using other FIX 4.4 engines and feed them with random but valid FIX messages, in order to test the parsing machinery of both FIX frameworks. Errors were found in QuickFIXN (an open-source C# FIX engine) and FsFIX (found and fixed) in this manner, as was an issue with the FIX 4.4 spec.

Documentation for FsFIX is here: https://ian144.github.io.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].