forked from connamara/quickfixn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Richard Young
committed
Nov 9, 2011
1 parent
1ae9fb0
commit 45a828e
Showing
4 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
QuickFIX/n Release Notes | ||
======================== | ||
|
||
Welcome to QuickFIX/n | ||
--------------------- | ||
QuickFIX/n is a .NET port of QuickFIX, an open source C++ FIX engine. | ||
|
||
What's New | ||
---------- | ||
* Initial release of QuickFIX/n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
QuickFIX/n | ||
========== | ||
|
||
Introduction | ||
============ | ||
QuickFIX/n implements the FIX protocol on .NET. | ||
For more information, visit [http://www.quickfixn.org] (http://www.quickfixn.org) | ||
|
||
Getting Started | ||
=============== | ||
Copy bin/QuickFix.dll into your .NET project. | ||
|
||
Then read the [documentation] (http://quickfixn.org/tutorial/creating-an-application) | ||
|
||
File and Directory Information | ||
============================== | ||
* RELEASE_NOTES.md - release notes | ||
* README - this file | ||
* LICENSE - license information | ||
* bin - Contains the QuickFix.dll library | ||
* config - Contains sample config files for an acceptor or initiator | ||
* spec - Contains the various FIX data dictionaries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters