Re: [Quickfix-users] Re: Quickfix-users digest, Vol 1 #178 - 1 msg
Brought to you by:
orenmnero
From: Hans B. <han...@ma...> - 2004-09-14 13:43:56
|
On Tue, 2004-09-14 at 13:07, Murray Smigel wrote: > On Monday 13 September 2004 23:46, > qui...@li... wrote: > > > > > Message: 1 > > From: Hans Bausewein <han...@ma...> > > To: qui...@li... > > Date: 13 Sep 2004 14:37:38 +0200 > > Subject: [Quickfix-users] Example result: "Incorrect data format for value" > > ? > > > ** > I don't believe that ordermatch handles market orders. It does not have a > contra side order to do the match. Ordermatch seems to match two orders that > are in its book. Try submitting crossing limit orders. > mds I read the Java source code of Executor and found... From 'examples/executor/java/src/Application.java': if(ordType.getValue() != OrdType.LIMIT) throw new IncorrectTagValue(ordType.getField()); so I entered a Limit order and that worked. Even got an execution report on the execution page. Thanks. I'll modify the examples a bit now. First using MySQL instead of the file store. I've noticed some log4j errors on the console from Banzai: log4j:ERROR No appenders could be found for category (Banzai). log4j:ERROR Please initialize the log4j system properly. How do I do that? Hans |