Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparksthefolf/fix-engine
FIX Protocol
https://github.com/sparksthefolf/fix-engine
Last synced: about 2 months ago
JSON representation
FIX Protocol
- Host: GitHub
- URL: https://github.com/sparksthefolf/fix-engine
- Owner: SparksTheFolf
- License: apache-2.0
- Created: 2024-12-06T13:10:09.000Z (2 months ago)
- Default Branch: Master
- Last Pushed: 2024-12-06T13:20:52.000Z (2 months ago)
- Last Synced: 2024-12-06T14:30:01.327Z (2 months ago)
- Language: JavaScript
- Size: 1.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fix-engine
FIX Protocol[![Node.js Package](https://github.com/SparksTheFolf/fix-engine/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/SparksTheFolf/fix-engine/actions/workflows/npm-publish.yml)
## Installation
```bash
npm install fix-engine
```### FIX Protocol
The Financial Information eXchange (FIX) Protocol is a series of messaging specifications for the electronic communication of trade-related messages. It has been developed through the collaboration of banks, broker-dealers, exchanges, industry utilities and associations, institutional investors, and information technology providers from around the world. These market participants share a vision of a common, global language for the automated trading of financial instruments. The FIX Protocol is a way to standardize the message flow between parties and is a key component in the straight-through processing of trades.### FIX Engine
A FIX engine is a program that provides FIX protocol messaging capabilities. It is a software that is used to send and receive messages in FIX protocol format### Port
This is the port number that the FIX engine will listen on for incoming connections. The default port number for FIX is 9876.
For this parser it is 14001. (Vendor specific)