[Quickfix-developers] Why does executor.cfg include 4.0, 4.1, and 4.3 when executor is 4.2 only?
Brought to you by:
orenmnero
|
From: Andrew M. <and...@ho...> - 2003-07-02 15:33:36
|
I'm wondering why the default executor.cfg includes 4.0, 4.1, and 4.3 when
executor is 4.2 only? I'm using the java executor and it throws Unsupported
message type to limit orders sent by the Banzai client using a non-FIX 4.2
session. I know from the java code that everything is like:
public void onMessage( org.quickfix.fix42.NewOrderSingle order,
SessionID sessionID )
So the 4.2 only behavior makes sense but why the (confusing) extra session
entries?
Thanks!
Andrew Munn
[DEFAULT]
ConnectionType=acceptor
SocketAcceptPort=5001
FileStorePath=store
StartTime=00:00:00
EndTime=00:00:00
[SESSION]
BeginString=FIX.4.0
SenderCompID=TW
TargetCompID=CLIENT1
DataDictionary=../spec/FIX40.xml
[SESSION]
BeginString=FIX.4.0
SenderCompID=TW
TargetCompID=CLIENT2
DataDictionary=../spec/FIX40.xml
[SESSION]
BeginString=FIX.4.1
SenderCompID=TW
TargetCompID=CLIENT1
DataDictionary=../spec/FIX41.xml
[SESSION]
BeginString=FIX.4.1
SenderCompID=TW
TargetCompID=CLIENT2
DataDictionary=../spec/FIX41.xml
[SESSION]
BeginString=FIX.4.2
SenderCompID=TW
TargetCompID=CLIENT1
DataDictionary=../spec/FIX42.xml
[SESSION]
BeginString=FIX.4.2
SenderCompID=TW
TargetCompID=CLIENT2
DataDictionary=../spec/FIX42.xml
[SESSION]
BeginString=FIX.4.3
SenderCompID=TW
TargetCompID=CLIENT1
DataDictionary=../spec/FIX43.xml
[SESSION]
BeginString=FIX.4.3
SenderCompID=TW
TargetCompID=CLIENT2
DataDictionary=../spec/FIX43.xml
C:\qf\quickfix\bin\cfg>
_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
|