Author: asanka
Date: Sun Dec 6 13:20:04 2009
New Revision: 887683
URL: http://svn.apache.org/viewvc?rev=887683&view=rev
Log:
Changes from trunk Revision 887682 (QFJ config files and modified the QFJ setup
instructions).
Added:
synapse/branches/1.3/repository/conf/sample/resources/fix/banzai.cfg
synapse/branches/1.3/repository/conf/sample/resources/fix/executor.cfg
Modified:
synapse/branches/1.3/src/site/xdoc/Synapse_Samples_Setup.xml
Added: synapse/branches/1.3/repository/conf/sample/resources/fix/banzai.cfg
URL:
http://svn.apache.org/viewvc/synapse/branches/1.3/repository/conf/sample/resources/fix/banzai.cfg?rev=887683&view=auto
==============================================================================
--- synapse/branches/1.3/repository/conf/sample/resources/fix/banzai.cfg (added)
+++ synapse/branches/1.3/repository/conf/sample/resources/fix/banzai.cfg Sun
Dec 6 13:20:04 2009
@@ -0,0 +1,14 @@
+[default]
+FileStorePath=../data/banzai
+ConnectionType=initiator
+SenderCompID=BANZAI
+TargetCompID=SYNAPSE
+SocketConnectHost=localhost
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ReconnectInterval=5
+
+[session]
+BeginString=FIX.4.0
+SocketConnectPort=9876
Added: synapse/branches/1.3/repository/conf/sample/resources/fix/executor.cfg
URL:
http://svn.apache.org/viewvc/synapse/branches/1.3/repository/conf/sample/resources/fix/executor.cfg?rev=887683&view=auto
==============================================================================
--- synapse/branches/1.3/repository/conf/sample/resources/fix/executor.cfg
(added)
+++ synapse/branches/1.3/repository/conf/sample/resources/fix/executor.cfg Sun
Dec 6 13:20:04 2009
@@ -0,0 +1,15 @@
+[default]
+FileStorePath=../data/executor
+ConnectionType=acceptor
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ValidOrderTypes=1,2,F
+SenderCompID=EXEC
+TargetCompID=SYNAPSE
+UseDataDictionary=Y
+DefaultMarketPrice=12.30
+
+[session]
+BeginString=FIX.4.0
+SocketAcceptPort=19876
\ No newline at end of file
Modified: synapse/branches/1.3/src/site/xdoc/Synapse_Samples_Setup.xml
URL:
http://svn.apache.org/viewvc/synapse/branches/1.3/src/site/xdoc/Synapse_Samples_Setup.xml?rev=887683&r1=887682&r2=887683&view=diff
==============================================================================
--- synapse/branches/1.3/src/site/xdoc/Synapse_Samples_Setup.xml (original)
+++ synapse/branches/1.3/src/site/xdoc/Synapse_Samples_Setup.xml Sun Dec 6
13:20:04 2009
@@ -698,10 +698,15 @@
</p>
<p>
If you are using a binary distribution of Quickfix/J, the two
- samples and their configuration files are all packed to a
- single jar file called quickfixj-examples.jar. You will have to
- extract the jar file, modify the configuration files and pack
+ samples and their default configuration files are all packed to a
+ single jar file called quickfixj-examples.jar. You can extract the jar
file,
+ replace the modified configuration files and pack
them to a jar file again under the same name.
+ You can pass the new configuration file as a command line parameter too,
in that case you don't
+ need to modify the quickfixj-examples.jar.
+ You can copy the config files from
$SYNAPSE_HOME/repository/conf/sample/resources/fix folder to
+ $QFJ_HOME/etc folder. Execute the sample apps from $QFJ_HOME/bin,
./banzai.sh/bat ../etc/banzai.cfg
+ executor.sh/bat ../etc/executor.sh.
</p>
<p>
For more information regarding the FIX sample applications please