Hello,
1) I ran the runat program and this is what I got for each FIX version.
I am using RUBY 1.7.3-8
The runut program did not throw any errors.
Can someone explain what the errors mean and how do I go about =
correcting it.
=20
./Reflector.rb:163: warning: string pattern instead of regexp; =
metacharacters no
longer effective
<test =
name=3D'definitions/server/fix42/2o_SendingTimeValueOutOfRange.def' =
result=3D'
failure' >
<message>
Number of fields do no match
=
<expected><![CDATA[8=3DFIX.4.2*9=3D95*35=3D3*34=3D2*49=3DISLD*52=3D000000=
00-00:00:00*56=3D
TW*45=3D2*58=3DSendingTime accuracy =
problem*372=3D0*373=3D10*10=3D0*]]></expected>
=
<received><![CDATA[8=3DFIX.4.2*9=3D104*35=3D3*34=3D2*49=3DISLD*52=3D20031=
103-19:56:27*56
=3DTW*45=3D2*58=3DIncorrect data format for =
value*371=3D52*372=3D0*373=3D6*10=3D163*]]></recei
ved>
<line>9</line>
</message>
</test>
2) I also executed the examples tradeclient and executor and this is =
what i got in the log file.
20031031-20:26:38 : Created session
20031031-20:26:40 : Connecting to 192.168.0.174 on port 8323
20031031-20:26:40 : Connection succeeded
20031031-20:26:41 : Initiated logon request
20031031-20:26:41 : Disconnecting
On the tradeclient side I got these messages
=20
Logoff - FIX.4.0:TW->ISLD
Logoff - FIX.4.1:TW->ARCA
Logoff - FIX.4.2:TW->INCA
The sessions setting I used for the initiator were as follows:
# default settings for sessions
[DEFAULT]
ConnectionType=3Dinitiator
ReconnectInterval=3D60
SenderCompID=3DTW
LogonTimeout=3D20
FileStorePath=3DStorage_Initiator
FileLogPath=3DLog_Initiator
UseDataDictionary =3DY
# session definition
[SESSION]
# inherit ConnectionType, ReconnectInterval and SenderCompID from =
default
BeginString=3DFIX.4.1
TargetCompID=3DARCA
StartTime=3D12:30:00
EndTime=3D23:30:00
HeartBtInt=3D20
SocketConnectPort=3D8323
SocketConnectHost=3D192.168.0.174
DataDictionary=3D../spec/FIX41.xml
[SESSION]
BeginString=3DFIX.4.0
TargetCompID=3DISLD
StartTime=3D12:00:00
EndTime=3D23:00:00
HeartBtInt=3D20
SocketConnectPort=3D8323
SocketConnectHost=3D192.168.0.174
DataDictionary=3D../spec/FIX40.xml
[SESSION]
BeginString=3DFIX.4.2
TargetCompID=3DINCA
StartTime=3D12:30:00
EndTime=3D21:30:00
# overide default setting for RecconnectInterval
ReconnectInterval=3D30
HeartBtInt=3D30
SocketConnectPort=3D8323
SocketConnectHost=3D192.168.0.174
DataDictionary=3D../spec/FIX42.xml
I am new to this stuff!=20
I would really appreciate if someone helped me out with this.
Thanks,
Rohit Pai |