Skip to content

Commit

Permalink
finishing release 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dendisuhubdy committed Aug 27, 2017
1 parent 42b26c1 commit 9a2e4c7
Show file tree
Hide file tree
Showing 19 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions config/ordermatch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SocketReuseAddress=Y
FileStorePath=store
StartTime=00:00:00
EndTime=00:00:00
DataDictionary=../spec/FIX42.xml
DataDictionary=./spec/FIX42.xml

[SESSION]
BeginString=FIX.4.2
Expand All @@ -23,14 +23,14 @@ DefaultApplVerID=FIX.5.0
SenderCompID=ORDERMATCH
TargetCompID=CLIENT1
FileStorePath=store
TransportDataDictionary=../spec/FIXT11.xml
AppDataDictionary=../spec/FIX50.xml
TransportDataDictionary=./spec/FIXT11.xml
AppDataDictionary=./spec/FIX50.xml

[SESSION]
BeginString=FIXT.1.1
DefaultApplVerID=FIX.5.0
SenderCompID=ORDERMATCH
TargetCompID=CLIENT2
FileStorePath=store
TransportDataDictionary=../spec/FIXT11.xml
AppDataDictionary=../spec/FIX50.xml
TransportDataDictionary=./spec/FIXT11.xml
AppDataDictionary=./spec/FIX50.xml
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build/ordermatch ./config/ordermatch.cfg
6 changes: 0 additions & 6 deletions src/ordermatch/ordermatch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,11 @@
**
****************************************************************************/

#ifdef _MSC_VER
#pragma warning( disable : 4503 4355 4786 )
#else
#include "config.h"
#endif

#include "quickfix/FileStore.h"
#include "quickfix/SocketAcceptor.h"
#include "quickfix/SessionSettings.h"
#include "Application.h"
#include "Market.h"

#include <string>
#include <iostream>
Expand Down
Empty file.
Empty file.
1 change: 1 addition & 0 deletions store/FIX.4.2-ORDERMATCH-CLIENT1.seqnums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000001 : 0000000001
1 change: 1 addition & 0 deletions store/FIX.4.2-ORDERMATCH-CLIENT1.session
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20170827-20:39:28
Empty file.
Empty file.
1 change: 1 addition & 0 deletions store/FIX.4.2-ORDERMATCH-CLIENT2.seqnums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000001 : 0000000001
1 change: 1 addition & 0 deletions store/FIX.4.2-ORDERMATCH-CLIENT2.session
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20170827-20:39:28
Empty file.
Empty file.
1 change: 1 addition & 0 deletions store/FIXT.1.1-ORDERMATCH-CLIENT1.seqnums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000001 : 0000000001
1 change: 1 addition & 0 deletions store/FIXT.1.1-ORDERMATCH-CLIENT1.session
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20170827-20:39:28
Empty file.
Empty file.
1 change: 1 addition & 0 deletions store/FIXT.1.1-ORDERMATCH-CLIENT2.seqnums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000001 : 0000000001
1 change: 1 addition & 0 deletions store/FIXT.1.1-ORDERMATCH-CLIENT2.session
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20170827-20:39:28

0 comments on commit 9a2e4c7

Please sign in to comment.