https://github.com/mrbald/ufixj
Java 8 FIX connectivity sandbox
https://github.com/mrbald/ufixj
fix-engine fix-parser fix-protocol fixprotocol java low-latency
Last synced: 3 months ago
JSON representation
Java 8 FIX connectivity sandbox
- Host: GitHub
- URL: https://github.com/mrbald/ufixj
- Owner: mrbald
- License: gpl-3.0
- Created: 2017-08-05T18:30:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-25T08:27:49.000Z (almost 7 years ago)
- Last Synced: 2025-03-10T19:17:28.993Z (3 months ago)
- Topics: fix-engine, fix-parser, fix-protocol, fixprotocol, java, low-latency
- Language: Java
- Homepage:
- Size: 923 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ufixj // to be
Java 8 FIX connectivity building blocks## Usable Parts
### FIX Repository XML Bindings and Loader ([README.md](https://github.com/mrbald/ufixj/blob/master/repository/README.md))
The module is based on the XML bindings source code generated with `xjc` command line tool
from JDK and is providing an JAXB style access API for the FIX repository
of the [FIX Trading Community](https://www.fixtrading.org).