Thread: [Quickfix-developers] Help needed in Configuration
Brought to you by:
orenmnero
|
From: Ananth <ans...@sp...> - 2005-04-19 12:58:13
|
<html>=0D =0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Hi,</SPAN></FONT><FONT face=3DArial size=3D2><SPA= N style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"> </SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">I am new to QuickFixEngine. I am developin an app= lication that is based on FIX4.2 protocol.<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">I have studied QuickFix Docs and tried to run the Exampl= e Apllication =93TradeClient=94=85..<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial"><BR> For this I have copied the Sample Configuration settings in a file and had = given the name of File as argument to the function</SPAN></FONT><FONT face= =3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"> = ;</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">The File contents are as follows:</SPAN></FONT><F= ONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Aria= l"> </SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">[DEFAULT]<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">ConnectionType=3Dinitiator<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">ReconnectInterval=3D60<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">SenderCompID=3DTW<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">[SESSION]<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">BeginString=3DFIX.4.2<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">TargetCompID=3DINCA<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">StartTime=3D</SPAN></FONT><FONT face=3DArial size=3D2><S= PAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">12:30:00<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">EndTime=3D</SPAN></FONT><FONT face=3DArial size=3D2><SPA= N style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial">21:30:00<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">HeartBtInt=3D30<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">SocketConnectPort=3D6523<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">SocketConnectHost=3D3.3.3.3<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">DataDictionary=3Dspec/FIX42.xml</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial"></SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial"></SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial"><BR> But Program is throwing Exception<BR> </SPAN></FONT><BR> <STRONG>FileStorePath not defined<BR> <BR> </STRONG>How to specify the file path to DataDictionary--(spec directory is= in Current working Directory)</P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Could anyone throw some light on it</SPAN></FONT>= <FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Ar= ial"> </SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Thanks in Advance,<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">Ananth</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN style=3D= "FONT-SIZE: 12pt"></SPAN></FONT> </P>=0D </html><BR> |
|
From: Ananth <ana...@in...> - 2005-04-19 09:13:51
|
Hi, I am new to QuickFixEngine. I am developin an application that is based on FIX4.2 protocol. I have studied QuickFix Docs and tried to run the Example Apllication "TradeClient"... For this I have copied the Sample Configuration settings in a file and had given the name of File as argument to the function The File contents are as follows: [DEFAULT] ConnectionType=initator ReconnectInterval=60 SenderCompID=TW [SESSION] BeginString=FIX.4.2 TargetCompID=INCA StartTime=12:30:00 EndTime=21:30:00 HeartBtInt=30 SocketConnectPort=6523 SocketConnectHost=3.3.3.3 DataDictionary=somewhere/FIX42.xml But Program is throwing Exception No sessions defined for initiator Could anyone throw some light on it Thanks in Advance, Ananth |
|
From: Caleb E. <cal...@gm...> - 2005-04-19 16:05:41
|
On 4/19/05, Ananth <ana...@in...> wrote: > [DEFAULT]=20 > ConnectionType=3Dinitator=20 You missspelled "initiator" --=20 Caleb Epstein caleb dot epstein at gmail dot com |
|
From: Ananth <ans...@sp...> - 2005-05-26 16:20:47
|
<html>=0D <BR> <BR> <B><BR> </B>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Hi,</SPAN></FONT><FONT face=3DArial size=3D2><SPA= N style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial"> </SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">I am new to QuickFixEngine. I am developin an app= lication that is based on FIX4.2 protocol.<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">I have studied QuickFix Docs and tried to run the Exampl= e Apllication =93TradeClient" and "OrderServer""</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">I need the "OrderServer" to support many clients.= ............For this what we should specify in the settings file</SPAN></FO= NT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">I mean how to sepcify many "TargetCompId" in sing= le file itself?</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Could anyone throw some light on it</SPAN></FONT>= <FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Ar= ial"> </SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: = 10pt; FONT-FAMILY: Arial">Thanks in Advance,<BR> </SPAN></FONT><FONT face=3DArial size=3D2><SPAN style=3D"FONT-SIZE: 10pt; F= ONT-FAMILY: Arial">Ananth</SPAN></FONT></P>=0D <P class=3DMsoNormal><FONT face=3D"Times New Roman" size=3D3><SPAN style=3D= "FONT-SIZE: 12pt"></SPAN></FONT> </P><BR> =0D </html><BR> |
|
From: Caleb E. <cal...@gm...> - 2005-05-26 16:35:10
|
On 5/26/05, Ananth <ans...@sp...> wrote: > I need the "OrderServer" to support many clients.............For this wha= t > we should specify in the settings file=20 You just put multiple [SESSION] sections, one for each client. Each one should have a unique SenderCompID/TargetCompID pair (broadly speaking) For example: [DEFAULT] <default settings here> [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DTW TargetCompID=3DCLIENT1 [SESSION] BeginString=3DFIX.4.2 SenderCompID=3DTW TargetCompID=3DCLIENT2 --=20 Caleb Epstein caleb dot epstein at gmail dot com |