Skip to content

Commit d678cd4

Browse files
author
Chris Busbey
committed
travis config, vendored quickfix
1 parent ddf6002 commit d678cd4

File tree

103 files changed

+88078
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+88078
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.swp
2+
tmp
3+
tradeclient
4+
executor

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: go
2+
sudo: false
3+
4+
go:
5+
- 1.7
6+
- tip
7+
8+
matrix:
9+
allow_failures:
10+
- go: tip
11+
12+
install:
13+
14+
script: go build ./cmd/...

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#Example QuickFIX/Go Applications
1+
Example QuickFIX/Go Applications
2+
================================
3+
4+
[![Build Status](https://travis-ci.org/quickfixgo/examples.svg?branch=master)](https://travis-ci.org/quickfixgo/examples)
25

36
* TradeClient is a simple console based trading client
47
* Executor is a server that fills every limit order it receives

vendor/github.com/quickfixgo/quickfix/CHANGELOG.md

Lines changed: 106 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/quickfixgo/quickfix/CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/quickfixgo/quickfix/LICENSE.txt

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/quickfixgo/quickfix/Makefile

Lines changed: 47 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/quickfixgo/quickfix/README.md

Lines changed: 99 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)