Skip to content

Commit

Permalink
Update examples and fix configuration paths
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwilner committed Sep 18, 2018
1 parent 68ca708 commit 7cf2392
Show file tree
Hide file tree
Showing 11 changed files with 70 additions and 62 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ AcceptanceTest/cfg/at.cfg
Examples/Executor/bin/*
Examples/Executor/obj/*
Examples/Executor/log/
Examples/Executor/store/
Examples/TradeClient/bin/*
Examples/TradeClient/obj/*
Examples/TradeClient/log/
Examples/TradeClient/store/
Examples/SimpleAcceptor/bin/*
Examples/SimpleAcceptor/obj/*
Examples/SimpleAcceptor/log/
Examples/SimpleAcceptor/store/
.DS_Store
upload_to_s3.rb
*~
Expand Down Expand Up @@ -155,3 +160,6 @@ UpgradeLog*.htm

# Microsoft Fakes
FakesAssemblies/

# JetBrains Rider
.idea
2 changes: 1 addition & 1 deletion AcceptanceTest/AcceptanceTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion Examples/Executor/Examples.Executor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<RootNamespace>Executor</RootNamespace>
<AssemblyName>Executor</AssemblyName>
<Copyright>Copyright © Connamara Systems, LLC 2011</Copyright>
Expand Down
28 changes: 14 additions & 14 deletions Examples/Executor/executor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,63 +14,63 @@ BeginString=FIX.4.0
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.0
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.4
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml



Expand All @@ -79,23 +79,23 @@ BeginString=FIX.4.4
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=EXECUTOR
#TargetCompID=CLIENT1
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../spec/fix/FIXT11.xml
#AppDataDictionary=../spec/fix/FIX50.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=EXECUTOR
#TargetCompID=CLIENT2
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../spec/fix/FIXT11.xml
#AppDataDictionary=../spec/fix/FIX50.xml

28 changes: 14 additions & 14 deletions Examples/Executor/executor_ssl.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,63 +22,63 @@ BeginString=FIX.4.0
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.0
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.4
SenderCompID=EXECUTOR
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml



Expand All @@ -87,23 +87,23 @@ BeginString=FIX.4.4
SenderCompID=EXECUTOR
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=EXECUTOR
#TargetCompID=CLIENT1
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../../spec/fix/FIXT11.xml
#AppDataDictionary=../../spec/fix/FIX50.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=EXECUTOR
#TargetCompID=CLIENT2
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../../spec/fix/FIXT11.xml
#AppDataDictionary=../../spec/fix/FIX50.xml

2 changes: 1 addition & 1 deletion Examples/SimpleAcceptor/Examples.SimpleAcceptor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net452;netcoreapp2.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
<RootNamespace>SimpleAcceptor</RootNamespace>
<AssemblyName>SimpleAcceptor</AssemblyName>
<Copyright>Copyright © Connamara Systems, LLC 2011</Copyright>
Expand Down
28 changes: 14 additions & 14 deletions Examples/SimpleAcceptor/simpleacc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,86 +15,86 @@ BeginString=FIX.4.0
SenderCompID=SIMPLE
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.0
SenderCompID=SIMPLE
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX40.xml
DataDictionary=../../spec/fix/FIX40.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=SIMPLE
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.1
SenderCompID=SIMPLE
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX41.xml
DataDictionary=../../spec/fix/FIX41.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=SIMPLE
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.2
SenderCompID=SIMPLE
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX42.xml
DataDictionary=../../spec/fix/FIX42.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=SIMPLE
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.3
SenderCompID=SIMPLE
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX43.xml
DataDictionary=../../spec/fix/FIX43.xml

[SESSION]
BeginString=FIX.4.4
SenderCompID=SIMPLE
TargetCompID=CLIENT1
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml

[SESSION]
BeginString=FIX.4.4
SenderCompID=SIMPLE
TargetCompID=CLIENT2
FileStorePath=store
DataDictionary=..\..\..\..\..\spec\fix\FIX44.xml
DataDictionary=../../spec/fix/FIX44.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=SIMPLE
#TargetCompID=CLIENT1
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../../spec/fix/FIXT11.xml
#AppDataDictionary=../../spec/fix/FIX50.xml

#[SESSION]
#BeginString=FIXT.1.1
#DefaultApplVerID=FIX.5.0
#SenderCompID=SIMPLE
#TargetCompID=CLIENT2
#FileStorePath=store
#TransportDataDictionary=../spec/FIXT11.xml
#AppDataDictionary=../spec/FIX50.xml
#TransportDataDictionary=../../spec/fix/FIXT11.xml
#AppDataDictionary=../../spec/fix/FIX50.xml

Loading

0 comments on commit 7cf2392

Please sign in to comment.