You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by as...@apache.org on 2009/05/26 09:58:25 UTC

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

Author: asanka
Date: Tue May 26 07:58:25 2009
New Revision: 778602

URL: http://svn.apache.org/viewvc?rev=778602&view=rev
Log:
Fixing the default configuration for FIX samples, 

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

Modified: synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender-m.cfg
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender-m.cfg?rev=778602&r1=778601&r2=778602&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender-m.cfg (original)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender-m.cfg Tue May 26 07:58:25 2009
@@ -1,10 +1,20 @@
 [default]
-FileStorePath=~/var/data/store/synapse
-FileLogPath=~/var/data/log/synapse
+FileStorePath=var/data/store/synapse
+FileLogPath=var/data/log/synapse
+SocketConnectHost=localhost
 StartTime=00:00:00
 EndTime=00:00:00
 HeartBtInt=30
 ReconnectInterval=5
-SendResetSeqNumFlag=Y
+SenderCompID=SYNAPSE
+TargetCompID=EXEC
+ConnectionType=initiator
+
+[session]
+BeginString=FIX.4.0
+SocketConnectPort=19876
+[session]
+BeginString=FIX.4.2
+SocketConnectPort=19877
 
 

Modified: 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=778602&r1=778601&r2=778602&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg (original)
+++ synapse/trunk/java/repository/conf/sample/resources/fix/synapse-sender.cfg Tue May 26 07:58:25 2009
@@ -1,8 +1,15 @@
 [default]
-FileStorePath=~/var/data/store/synapse
-FileLogPath=~/var/data/log/synapse
+FileStorePath=var/data/store/synapse
+FileLogPath=var/data/log/synapse
+SocketConnectHost=localhost
 StartTime=00:00:00
 EndTime=00:00:00
 HeartBtInt=30
 ReconnectInterval=5
+SenderCompID=SYNAPSE
+TargetCompID=EXEC
+ConnectionType=initiator
 
+[session]
+BeginString=FIX.4.0
+SocketConnectPort=19876
\ No newline at end of file