summaryrefslogtreecommitdiff
path: root/finance/quickfix/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* finance/quickfix: migrate to Python 3Rene Ladan2021-01-121-15/+3
| | | | | | | PR: 251677 [1] PR: 249685 [2] Submitted by: maintainer [1] Submitted by: swills [1]
* finance/quickfix: Update to 1.15.1Koichiro Iwao2019-06-206-46/+80
| | | | | | | | - Remove MAKE_JOBS_UNSAFE as it build paralelly now - Switch to GitHub PR: 238569 Submitted by: m.tsatsenko@gmail.com (maintainer)
* New port: finance/quickfixKurt Jaeger2018-02-253-0/+56
The Financial Information Exchange (FIX) Protocol is a message standard developed to facilitate the electronic exchange of information related to securities transactions. It is intended for use between trading partners wishing to automate communications. QuickFIX is a free and open source implementation of the FIX protocol. WWW: http://www.fixprotocol.org/ WWW: http://www.quickfixengine.org/ PR: 193504 Submitted by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> Reviewed by: marino, pawel, w.schwarzenfeld@utanet.at