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.
- Host: GitHub
- URL: https://github.com/caneroj1/fixmessages
- Owner: caneroj1
- Created: 2014-03-10T19:15:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-10T19:20:52.000Z (about 11 years ago)
- Last Synced: 2025-02-03T11:47:55.540Z (4 months ago)
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.