Re: [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: Oren M. <ore...@ya...> - 2003-07-02 19:32:35
|
Because the C++ and csharp versions of executor do support all versions. The java example just hasn't been updated. --- Andrew Munn <and...@ho...> wrote: > 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 > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built > ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are > available now. > Download today and enter to win an XBOX or Visual > Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com |