demo-quickfix
Demo QuickFIX financial server installation
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
Demo QuickFIX financial server installation
Basic Info
- Host: GitHub
- Owner: joelparkerhenderson
- Language: C++
- Default Branch: master
- Size: 14.6 MB
Statistics
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Demo QuickFIX
Demonstration of QuickFIX financial server:
http://www.quickfixengine.org
http://www.quickfixengine.org/quickfix/doc/html/building.html
Using Amazon Web Services (AWS) EC2 server and Amazon Linux 1
Download
Download:
sh
$ curl -ssLO http://prdownloads.sourceforge.net/quickfix/quickfix-1.15.1.tar.gz
$ unzip quickfix-1.15.1.tar.gz
$ cd quickfix
Bootstrap
Bootstrap:
sh
$ ./bootstrap
If you get this error:
sh
+ case `uname` in
++ uname
+ libtoolize --copy
./bootstrap: line 9: libtoolize: command not found
Then install libtool:
sh
sudo yum install libtool
If you get this errors:
sh
libtoolize: `m4/libtool.m4' is newer: use `--force' to overwrite
libtoolize: `m4/ltoptions.m4' is newer: use `--force' to overwrite
libtoolize: `m4/ltversion.m4' is newer: use `--force' to overwrite
Then that's ok for now.
Retry as needed.
Configure
Run:
sh
./configure
If you get this error:
sh
configure.ac:34: warning: cannot check for file existence when cross compiling
../../lib/autoconf/general.m4:2777: AC_CHECK_FILE is expanded from...
Then that's ok for now.
If you get this error:
sh
checking whether the C++ compiler works... no
Then install a C++ compiler:
sudo yum install gcc-c++
If you get this error:
sh
checking for SSL support (openssl)... configure: openssl disabled
Then install OpenSSL development:
sh
sudo yum install openssl-devel
If you get this error:
sh
checking for flex... no
Then install flex:
sh
sudo yum install flex
Retry as needed.
Make
Run:
sh
make
If you get this error:
sh
libtool: Version mismatch error. This is libtool 2.4.2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.6.
Then reconfigure:
sh
autoreconf --force --install
./configure
make
Make check
Run tests:
sh
make check
If you any errors, such as:
```
FAIL: 1
... See test/test-suite.log ```
Then check them:
sh
cat test/test-suite.log
...
ut: no process found
at: no process found
<ut>
<output>
C++/test/FieldConvertorsTestCase.cpp:114: error: Failure in integerConvertTo: Expected -2147483648 but was -00
FAILURE: 1 out of 186 tests failed (1 failures).
Test time: 10.81 seconds.
</output>
</ut>
We do not currently have a solution for this. Blog posts we've found report multiple problems with quickfix number handling.
Install
Run:
sh
sudo make install
Owner
- Name: Joel Parker Henderson
- Login: joelparkerhenderson
- Kind: user
- Location: California
- Website: http://www.joelparkerhenderson.com
- Repositories: 319
- Profile: https://github.com/joelparkerhenderson
Software developer. Technology consultant. Creator of GitAlias.com, NumCommand.com, SixArm.com, and many open source projects.
Citation (CITATION.cff)
cff-version: 1.2.0
title: Demo QuickFIX
message: >-
If you use this work and you want to cite it,
then you can use the metadata from this file.
type: software
authors:
- given-names: Joel Parker
family-names: Henderson
email: joel@joelparkerhenderson.com
affiliation: joelparkerhenderson.com
orcid: 'https://orcid.org/0009-0000-4681-282X'
identifiers:
- type: url
value: 'https://github.com/joelparkerhenderson/demo-quickfix/'
description: Demo QuickFIX
repository-code: 'https://github.com/joelparkerhenderson/demo-quickfix/'
abstract: >-
Demo QuickFIX
license: See license file
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Joel Parker Henderson | j****l@j****m | 6 |