An open API service indexing awesome lists of open source software.

https://github.com/caneroj1/fixmessages

FIX, short for Financial Information eXchange, is a communications protocol for stock transactions. This repository contains code for a FIX class.
https://github.com/caneroj1/fixmessages

Last synced: about 2 months ago
JSON representation

FIX, short for Financial Information eXchange, is a communications protocol for stock transactions. This repository contains code for a FIX class.

Awesome Lists containing this project

README

        

FIXmessages
===========

The FIX protocol stands for Financial Information eXchange, and it describes a communication standard for real-time exchange of information associated with the securities transactions and markets.

This project details the implementation of a FIX message class. The objects of the class are initialized with a string representing a well-formed FIX message. The class automatically parses the message and creates an associative map of the string's content.

The map will allow the user to retrieve information in the map simply by providing the appropriate tag.