You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by hi...@apache.org on 2008/08/14 10:44:14 UTC

svn commit: r685814 - in /synapse/trunk/java/repository/conf/sample/resources/fix: fix-synapse.cfg synapse-sender.cfg

Author: hiranya
Date: Thu Aug 14 01:44:13 2008
New Revision: 685814

URL: http://svn.apache.org/viewvc?rev=685814&view=rev
Log:
Added two resource files for FIX samples.


Added:
    synapse/trunk/java/repository/conf/sample/resources/fix/fix-synapse.cfg
    synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg

Added: synapse/trunk/java/repository/conf/sample/resources/fix/fix-synapse.cfg
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/fix/fix-synapse.cfg?rev=685814&view=auto
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/fix-synapse.cfg (added)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/fix-synapse.cfg Thu Aug 14 01:44:13 2008
@@ -0,0 +1,17 @@
+[default]
+FileStorePath=~/var/data/store/synapse
+FileLogPath=~/var/data/log/synapse
+ConnectionType=acceptor
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ValidOrderTypes=1,2,F
+SenderCompID=SYNAPSE
+TargetCompID=BANZAI
+UseDataDictionary=Y
+DefaultMarketPrice=12.30
+
+[session]
+BeginString=FIX.4.0
+SocketAcceptPort=9876
+

Added: synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg?rev=685814&view=auto
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg (added)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg Thu Aug 14 01:44:13 2008
@@ -0,0 +1,8 @@
+[default]
+FileStorePath=~/var/data/store/synapse
+FileLogPath=~/var/data/log/synapse
+StartTime=00:00:00
+EndTime=00:00:00
+HeartBtInt=30
+ReconnectInterval=5
+